Accepting request 340827 from home:Zaitor:branches:X11:windowmanagers
Fix up bogus BuildRequires OBS-URL: https://build.opensuse.org/request/show/340827 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=42
This commit is contained in:
parent
153db27968
commit
2cfeed57c1
@ -12,6 +12,19 @@ Sat Oct 24 18:01:03 UTC 2015 - tchvatal@suse.com
|
||||
- Set up icesound to base on alsa only, as OSS and ESD are quite
|
||||
not useful nowdays
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 23:29:22 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Drop gnome-desktop-devel BuildRequires: That symbol is provided
|
||||
by libgnome-desktop-3-devel now, and is not what configure needs,
|
||||
nor is looking for. The compat package libgnome-desktop-2-devel
|
||||
is the correct one for icewm-gnome, and is already present via
|
||||
pkgconfig(gnome-desktop-2.0) BuildRequires.
|
||||
- Also drop libgnomeui-devel as pkgconfig(libgnomeui-2.0) takes
|
||||
care of that.
|
||||
- Move pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: to the with
|
||||
gnome section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 08:19:51 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -40,7 +40,6 @@ BuildRequires: update-alternatives
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0)
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
@ -59,8 +58,7 @@ Recommends: icewm-default
|
||||
Provides: windowmanager
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with gnome}
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-2.0)
|
||||
BuildRequires: pkgconfig(libgnomeui-2.0)
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user