Accepting request 1088408 from GNOME:Factory
- Drop pkgconfig(dbus-glib-1) BuildRequires: Only needed when building with consolekit support, and we do not do that anymore. - Replace dbus-1-x11 with explicit /usr/bin/dbus-launch Requires, as that is what is really needed. (forwarded request 1086809 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1088408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=204
This commit is contained in:
commit
777eb7dbfe
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 11:11:22 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Drop pkgconfig(dbus-glib-1) BuildRequires: Only needed when
|
||||||
|
building with consolekit support, and we do not do that anymore.
|
||||||
|
- Replace dbus-1-x11 with explicit /usr/bin/dbus-launch Requires,
|
||||||
|
as that is what is really needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 20 16:14:17 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Mar 20 16:14:17 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -38,7 +38,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.76
|
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(epoxy)
|
BuildRequires: pkgconfig(epoxy)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.46.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.46.0
|
||||||
@ -91,7 +90,7 @@ This package contains the definition of the default GNOME session on Wayland.
|
|||||||
%package core
|
%package core
|
||||||
Summary: Minimal version of the GNOME Session Manager
|
Summary: Minimal version of the GNOME Session Manager
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: dbus-1-x11
|
Requires: /usr/bin/dbus-launch
|
||||||
Requires: gsettings-desktop-schemas >= 0.1.7
|
Requires: gsettings-desktop-schemas >= 0.1.7
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user