]> git.pld-linux.org Git - packages/mate-session-manager.git/blobdiff - mate-session-manager.spec
mate-terminal note
[packages/mate-session-manager.git] / mate-session-manager.spec
index a79246e267cb454cd9941d399b88961dd836c385..e973b20eacfa1b67c1d2b5522e21c5b146568a28 100644 (file)
@@ -1,27 +1,27 @@
 #
+# TODO
+# - Terminal=true, depends in mate-terminal, but probably should take preferred terminal application
+# mate-session[4970]: WARNING: Could not launch application 'nvidia-settings.desktop': Unable to start application: Failed to execute child process "xdg-terminal" (No such file or directory)
+
 # Conditional build:
 %bcond_with    apidocs         # DocBook docs (incomplete)
 
 Summary:       MATE Desktop session manager
 Name:          mate-session-manager
-Version:       1.5.0
+Version:       1.5.1
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-# Source0-md5: 64090402b0df99f874ca1cb2cc499745
+# Source0-md5: b7ff3686daadb97bc6cd7435a07374d9
 URL:           http://wiki.mate-desktop.org/mate-session-manager
 BuildRequires: dbus-glib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: glib2-devel >= 1:2.16.0
-BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: gtk+2-devel >= 2:2.14.0
-BuildRequires: icon-naming-utils
 BuildRequires: intltool >= 0.40.0
 BuildRequires: mate-common
-BuildRequires: mate-icon-theme
-BuildRequires: mate-polkit-devel
-BuildRequires: polkit-devel
+BuildRequires: pangox-compat-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: upower-devel >= 0.9.0
 %{?with_apidocs:BuildRequires: xmlto}
@@ -31,6 +31,13 @@ Requires:    glib2 >= 1:2.26.0
 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
@@ -53,6 +60,7 @@ Dokumentacja API Session Manager.
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
+       --disable-silent-rules \
        --disable-static \
        %{!?with_apidocs:--disable-docbook-docs} \
        %{?with_apidocs:--enable-docbook-docs --docdir=%{_gtkdocdir}/%{name}} \
@@ -61,13 +69,17 @@ NOCONFIGURE=1 ./autogen.sh
        --with-gnu-ld \
        --with-default-wm=marco \
        --with-x
-%{__make} V=1
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# mate < 1.5 did not exist in pld, avoid dependency on mate-conf
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/MateConf/gsettings/mate-session.convert
+
 desktop-file-install \
        --remove-category="MATE" \
        --add-category="X-Mate" \
This page took 0.090256 seconds and 4 git commands to generate.