]> git.pld-linux.org Git - packages/mate-session-manager.git/commitdiff
depend on required-components-list from org.mate.session.gschema.xml auto/th/mate-session-manager-1.5.0-3
authorElan Ruusamäe <glen@delfi.ee>
Tue, 15 Jan 2013 20:06:06 +0000 (22:06 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 15 Jan 2013 20:08:17 +0000 (22:08 +0200)
<key type="as" name="required-components-list">
<default>[ 'windowmanager', 'panel', 'filemanager' ]</default>
<summary>Required session components</summary>
<description>List of components that are required as part of the
session. (Each element names a key under "/desktop/mate/session/required_components").
The Startup Applications preferences tool will not normally allow users to remove
a required component from the session, and the session manager will automatically add the
required components back to the session at login time if they do get
removed.</description>
</key>

mate-session-manager.spec

index 51b6b1f17ee79cb44da5b1e04753b17cd03d206b..eb7dae1d88cf4954215b468b6b2760fe6c0c8c7e 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       MATE Desktop session manager
 Name:          mate-session-manager
 Version:       1.5.0
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
@@ -32,6 +32,12 @@ Requires:    gsettings-desktop-schemas
 Requires:      gtk-update-icon-cache
 Requires:      hicolor-icon-theme
 Requires:      mate-desktop >= 1.5
+# needed to satisfy 'filemanager' component (may be changed if alternatives available)
+Requires:      mate-file-manager
+# needed to satisfy 'panel' component (may be changed if alternatives available)
+Requires:      mate-panel
+# needed to satisfy 'windowmanager' component (may be changed if alternatives available)
+Requires:      mate-window-manager
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.148612 seconds and 4 git commands to generate.