]> 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 3b1ac32108f07e9ce093ae5d3d8dd176fe89b5cb..e973b20eacfa1b67c1d2b5522e21c5b146568a28 100644 (file)
@@ -1,15 +1,19 @@
 #
+# 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
-Release:       3
+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
@@ -56,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}} \
@@ -64,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.052932 seconds and 4 git commands to generate.