diff --git a/.files b/.files index 2104cf7..46f73df 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 5d23ebb..c68a798 100644 --- a/.rev +++ b/.rev @@ -859,4 +859,12 @@ (jsc#SLE-21105). (forwarded request 920391 from sbrabec) 920564 + + c8e8bc275521fe642314670377de80ea + 3.34.0 + + dimstar_suse + 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 1002600 from dimstar) + 1003133 + diff --git a/anjuta.changes b/anjuta.changes index 86feae0..9904683 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Aug 30 19:32:46 UTC 2022 - Bjørn Lie + +- Disable devhelp plugin, we can no longer support this due to + changes in devhelp building against to new webkitgtk. Disable + pkgconfig(libdevhelp-3.0) BuildRequires and pass + disable-plugin-devhelp to configure. + +------------------------------------------------------------------- Mon Sep 20 17:31:09 UTC 2021 - Stanislav Brabec - Remove obsolete translation-update-upstream support diff --git a/anjuta.spec b/anjuta.spec index 3fd3a3a..fd4435a 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,7 +1,7 @@ # # spec file for package anjuta # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,7 +52,7 @@ BuildRequires: pkgconfig(gladeui-2.0) >= 3.12.0 BuildRequires: pkgconfig(glib-2.0) >= 2.34.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0 BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0 -BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5 +#BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5 BuildRequires: pkgconfig(libgda-6.0) >= 6.0.0 BuildRequires: pkgconfig(libgvc) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 @@ -135,8 +135,9 @@ autoreconf -fiv %configure\ --disable-static \ --enable-glade-catalog \ + --disable-plugin-devhelp \ %{nil} -make %{?_smp_mflags} V=1 +%make_build %install %make_install