Accepting request 880917 from GNOME:Next
GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880917 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=118
This commit is contained in:
parent
530d4556ba
commit
52e95ef074
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ff6cc0ac6c62907bf2a09a17215edd2f17b74dacab3a5c89a29c3049172be2b
|
||||
size 602164
|
3
bijiben-40.0.tar.xz
Normal file
3
bijiben-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aefa0ac451628c96e54e79ab544203cbad31551c8d9ad2d896ad71da0e110f25
|
||||
size 642760
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 14:40:03 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ Added bidirectional text support to notes view.
|
||||
+ Dropped Zeitgeist support.
|
||||
+ Enabled formatting without dependency on selected text.
|
||||
+ Improved Help.
|
||||
+ Improved Nextcloud support by using Nextcloud Notes API.
|
||||
+ Fixed many bugs and improved application code overall.
|
||||
+ Updated translations.
|
||||
- Clean up zeitgeist remainders in the spec file: it has been
|
||||
disabled for a while already.
|
||||
- Add pkgconfig(json-glib-1.0) and pkgconfig(libcurl)
|
||||
BuildRequires: new dependencies.
|
||||
- Replace pkgconfig(libhandy-0.0) BuildRequires with
|
||||
pkgconfig(libhandy-1): follow upstreams port to libhandy-1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 12:31:10 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
18
bijiben.spec
18
bijiben.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bijiben
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,20 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with zeitgeist
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.38.0
|
||||
Version: 40.0
|
||||
Release: 0
|
||||
Summary: Note editor for GNOME
|
||||
License: GPL-3.0-or-later AND CC-BY-SA-3.0
|
||||
Group: Productivity/Text/Editors
|
||||
URL: https://wiki.gnome.org/Apps/Bijiben
|
||||
Source0: https://download.gnome.org/sources/bijiben/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
@ -38,16 +36,15 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libecal-2.0) >= 3.33.92
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.33.92
|
||||
BuildRequires: pkgconfig(libhandy-0.0) >= 0.0.10
|
||||
BuildRequires: pkgconfig(libhandy-1) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.26.0
|
||||
%if %{with zeitgeist}
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Bijiben is a note editor designed to remain simple to use.
|
||||
@ -75,7 +72,6 @@ search results from documents.
|
||||
%meson \
|
||||
-Dstatic=false \
|
||||
-Dupdate-mimed=false \
|
||||
%{?with_zeitgeist: -Dzeitgeist=true} \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user