Accepting request 1003136 from GNOME:Factory
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) (forwarded request 1002603 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1003136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=59
This commit is contained in:
commit
31fbc59257
11
bijiben-switch-to-soup3.patch
Normal file
11
bijiben-switch-to-soup3.patch
Normal 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')
|
||||||
|
]
|
||||||
|
|
@ -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>
|
Fri Apr 15 11:01:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@ URL: https://wiki.gnome.org/Apps/Bijiben
|
|||||||
Source0: https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz
|
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
|
# 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
|
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: fdupes
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -45,7 +47,7 @@ BuildRequires: pkgconfig(libhandy-1) >= 1.0.0
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.26.0
|
BuildRequires: pkgconfig(webkit2gtk-4.1) >= 2.26.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bijiben is a note editor designed to remain simple to use.
|
Bijiben is a note editor designed to remain simple to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user