[mate-file-manager/f19] Try caja without the autostart file

Dan Mashal vicodan at fedoraproject.org
Thu Jun 20 13:57:27 UTC 2013


commit 13e628310337670dd5e124edff001cdfb34c5d95
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Thu Jun 20 06:57:01 2013 -0700

    Try caja without the autostart file

 mate-file-manager.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index 15f78ce..b9a0a81 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -6,7 +6,7 @@ License:    GPLv2+ and LGPLv2+
 Group:      User Interface/Desktops
 URL:        http://mate-desktop.org
 Source0:    http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Source1:    caja-autostart.desktop
+#Source1:    caja-autostart.desktop
 
 Requires:   gamin
 Requires:   filesystem
@@ -74,7 +74,6 @@ NOCONFIGURE=1 ./autogen.sh
         --disable-static \
         --enable-unique \
         --disable-schemas-compile \
-        --with-gnu-ld \
         --with-x \
         --with-gtk=2.0 \
         --disable-update-mimedb
@@ -84,7 +83,7 @@ NOCONFIGURE=1 ./autogen.sh
 # libtool doesn't make this easy, so we do it the hard way
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
@@ -145,7 +144,7 @@ fi
 %{_libexecdir}/caja-convert-metadata
 %{_datadir}/mime/packages/caja.xml
 %{_datadir}/dbus-1/services/org.mate.freedesktop.FileManager1.service
-%{_sysconfdir}/xdg/autostart/caja-autostart.desktop
+#%{_sysconfdir}/xdg/autostart/caja-autostart.desktop
 
 %files extensions
 %{_libdir}/libcaja-extension.so.*
@@ -160,6 +159,9 @@ fi
 
 
 %changelog
+* Thu Jun 20 2013 Dan Mashal <dan.mashal at fedoraproejct.org> - 1.6.1-7
+- Try caja without the autostart file
+
 * Sat Jun 15 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-6
 - remove gsettings convert file
 


More information about the scm-commits mailing list