[smb4k] Initial import (#799651)

Sérgio Monteiro Basto sergiomb at fedoraproject.org
Fri Apr 6 23:59:05 UTC 2012


commit 3e41061bae0aaa19ffbe0368013cc315267d0b26
Author: Sérgio Basto <sergio at serjux.com>
Date:   Sat Apr 7 00:58:27 2012 +0100

    Initial import (#799651)

 smb4k.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/smb4k.spec b/smb4k.spec
index 23ef527..9e49f5a 100644
--- a/smb4k.spec
+++ b/smb4k.spec
@@ -36,9 +36,9 @@ make install DESTDIR=%{buildroot} -C %{_target_platform}
 # delete .so 
 rm %{buildroot}%{_kde4_libdir}/libsmb4kc*.so
 
-# add-category Network becuase is Network application, search and map and computer on LAN.
-# add-category KDE , because is Application based on KDE libraries.
-# add-category Utility, because Small utility application
+# add-category Network, because is Network application, search and map SMB/CIFS shares of LAN.
+# add-category KDE, because is Application based on KDE libraries.
+# add-category Utility, because is a small utility application.
 desktop-file-install --vendor="" \
 	--dir=%{buildroot}%{_kde4_datadir}/applications/kde4 \
 	--add-category Network \
@@ -60,8 +60,8 @@ desktop-file-validate %{buildroot}/%{_kde4_datadir}/applications/kde4/smb4k.desk
 /sbin/ldconfig
 if [ $1 -eq 0 ] ; then
     /bin/touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null
-    /bin/touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null
     /usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
+    /bin/touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null
     /usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
 fi
 /usr/bin/update-desktop-database &> /dev/null || :


More information about the scm-commits mailing list