From 2cfeed57c1e09f58e520553de6f5786d972b910c0ebb7236008b15d546f68007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 25 Oct 2015 12:28:00 +0000 Subject: [PATCH] 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 --- icewm.changes | 13 +++++++++++++ icewm.spec | 4 +--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/icewm.changes b/icewm.changes index 959c9a1..da33516 100644 --- a/icewm.changes +++ b/icewm.changes @@ -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 diff --git a/icewm.spec b/icewm.spec index f01a283..8e6f757 100644 --- a/icewm.spec +++ b/icewm.spec @@ -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