1
0

Accepting request 955347 from home:iznogood:branches:X11:wxWidgets

wxWidgets is the last consumer of gnome-vfs2 - and I'd really really like to get rid of it

osc whatdependson openSUSE:Factory gnome-vfs2 standard x86_64
gnome-vfs2 :
   wxWidgets-3_0
   wxWidgets-3_0-nostl
   wxWidgets-3_2


- Drop gnome-vfs2-devel BuildRequires, and no longer pass
  with-gnomevfs to configure, gnome-vfs2 is deprecated many many
  years ago, and slated for removal from openSUSE Factory. It is
  currently only used for associating MIME types (in wxWidgets),
  and we can live without that.

OBS-URL: https://build.opensuse.org/request/show/955347
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=88
This commit is contained in:
Jan Engelhardt 2022-02-16 14:38:42 +00:00 committed by Git OBS Bridge
parent f093a8e6a0
commit 249628cd96
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 11 14:53:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Drop gnome-vfs2-devel BuildRequires, and no longer pass
with-gnomevfs to configure, gnome-vfs2 is deprecated many many
years ago, and slated for removal from openSUSE Factory. It is
currently only used for associating MIME types (in wxWidgets),
and we can live without that.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 21 16:20:30 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com> Sat Aug 21 16:20:30 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package wxWidgets-3_2 # spec file for package wxWidgets-3_2
# #
# 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
@ -97,7 +97,6 @@ BuildRequires: libpng-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if "%toolkit" == "gtk2" %if "%toolkit" == "gtk2"
BuildRequires: gnome-vfs2-devel
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
%endif %endif
%if "%toolkit" == "gtk3" %if "%toolkit" == "gtk3"
@ -358,7 +357,7 @@ cp %{S:2} .
%build %build
autoconf -f -i autoconf -f -i
# NOTE: gnome-vfs is deprecated. Disabled for GTK3 build # NOTE: gnome-vfs is deprecated. Disabled by default upstream.
# #
# With 2.9.1: # With 2.9.1:
# --enable-objc_uniquifying is relevant only for Cocoa # --enable-objc_uniquifying is relevant only for Cocoa
@ -371,9 +370,6 @@ autoconf -f -i
--with-qt \ --with-qt \
%else %else
--with-gtk=%gtk_version \ --with-gtk=%gtk_version \
%if "%gtk_version" == "2"
--with-gnomevfs \
%endif
%endif %endif
--enable-unicode \ --enable-unicode \
--with-opengl \ --with-opengl \