SHA256
1
0
forked from pool/bijiben

Accepting request 1002603 from GNOME:Next

GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002603
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=129
This commit is contained in:
Dominique Leuenberger 2022-09-13 07:31:45 +00:00 committed by Git OBS Bridge
parent fac156f308
commit ca031e5c3d
3 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- orig-bijiben-40.1/meson.build 2021-04-30 13:59:10.302303300 +0200
+++ bijiben-40.1/meson.build 2022-08-30 22:11:07.619192939 +0200
@@ -126,7 +126,7 @@
dependency('libxml-2.0'),
dependency('libcurl'),
dependency('uuid'),
- dependency('webkit2gtk-4.0', version: '>= 2.26'),
+ dependency('webkit2gtk-4.1', version: '>= 2.26'),
cc.find_library('m')
]

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 30 20:12:53 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add bijiben-switch-to-soup3.patch: Backport upstream switch to
soup3. Following this, replace pkgconfig(webkit2gtk-4.0) with
pkgconfig(webkit2gtk-4.1) BuildRequires.
-------------------------------------------------------------------
Fri Apr 15 11:01:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -26,6 +26,8 @@ URL: https://wiki.gnome.org/Apps/Bijiben
Source0: https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 158.patch -- Fix build with meson 0.61.0 and newer
Patch0: https://gitlab.gnome.org/GNOME/gnome-notes/-/merge_requests/158.patch
# PATCH-FIX-UPSTREAM bijiben-switch-to-soup3.patch -- Backport upstream switch to soup3
Patch1: bijiben-switch-to-soup3.patch
BuildRequires: fdupes
BuildRequires: gettext
@ -45,7 +47,7 @@ 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
BuildRequires: pkgconfig(webkit2gtk-4.1) >= 2.26.0
%description
Bijiben is a note editor designed to remain simple to use.