Skip to content

Commit

Permalink
depend on required-components-list from org.mate.session.gschema.xml
Browse files Browse the repository at this point in the history
<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>
  • Loading branch information
glensc committed Jan 15, 2013
1 parent afecfdd commit 9c5c521
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mate-session-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9c5c521

Please sign in to comment.