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
This commit is contained in:
parent
238bbfff71
commit
088502bb07
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user