[packages/mate-session-manager] depend on required-components-list from org.mate.session.gschema.xml
glen
glen at pld-linux.org
Tue Jan 15 21:08:42 CET 2013
commit 9c5c521b334c14ddef4982f3f2b668a131344bdd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Jan 15 22:06:06 2013 +0200
depend on required-components-list from org.mate.session.gschema.xml
<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 | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mate-session-manager.spec b/mate-session-manager.spec
index 51b6b1f..eb7dae1 100644
--- a/mate-session-manager.spec
+++ b/mate-session-manager.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-session-manager.git/commitdiff/9c5c521b334c14ddef4982f3f2b668a131344bdd
More information about the pld-cvs-commit
mailing list