Accepting request 1003133 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 1002600 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1003133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=116
This commit is contained in:
Dominique Leuenberger 2022-09-21 12:41:56 +00:00 committed by Git OBS Bridge
commit fdd56f673a
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 30 19:32:46 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <sbrabec@suse.com> Mon Sep 20 17:31:09 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package anjuta # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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(glib-2.0) >= 2.34.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.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(libgda-6.0) >= 6.0.0
BuildRequires: pkgconfig(libgvc) BuildRequires: pkgconfig(libgvc)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
@ -135,8 +135,9 @@ autoreconf -fiv
%configure\ %configure\
--disable-static \ --disable-static \
--enable-glade-catalog \ --enable-glade-catalog \
--disable-plugin-devhelp \
%{nil} %{nil}
make %{?_smp_mflags} V=1 %make_build
%install %install
%make_install %make_install