From 088502bb072724ecf8784ed56c9519bb4011b6c0e2d49a53240fa5cbd0894215 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 2 Nov 2015 12:58:52 +0000 Subject: [PATCH] Accepting request 341752 from home:Zaitor:branches:GNOME:Factory Bye bye gconf2 :-) Packages left that I know of are virt-manager (where I suspect the dep is totaly bogus, as it requires gtk3 and dconf.... Then python-gconf is listed - something ain't right there :-) But the biggest problem is Libreoffice - There I suspect we just have to wait for the gtk3 port to be complete. OBS-URL: https://build.opensuse.org/request/show/341752 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=216 --- gnome-session.changes | 7 +++++++ gnome-session.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gnome-session.changes b/gnome-session.changes index 3700b9d..0ac53de 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 30 23:15:17 UTC 2015 - zaitor@opensuse.org + +- Drop pkgconfig(gconf-2.0) BuildRequires and pass --disable-gconf + to configure to be sure it's not enabled during build. It was + only present to support gconf-based autostart. + ------------------------------------------------------------------- Thu Oct 15 20:57:55 UTC 2015 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index 12ac555..33fa78a 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -38,8 +38,6 @@ BuildRequires: tcpd-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(dbus-glib-1) >= 0.76 -# Support gconf-based autostart -BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35.0 BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glib-2.0) >= 2.35.0 @@ -124,7 +122,9 @@ functional GNOME desktop. %build NOCONFIGURE=1 gnome-autogen.sh -%configure --enable-systemd +%configure \ + --enable-systemd \ + --disable-gconf %__make %{?jobs:-j%jobs} V=1 %install