SPECS: pcmanfm.spec - added simple desktop file based on nautilus ...

zboczuch zboczuch at pld-linux.org
Wed Feb 1 21:28:04 CET 2006


Author: zboczuch                     Date: Wed Feb  1 20:28:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added simple desktop file based on nautilus one
- rel. 1

---- Files affected:
SPECS:
   pcmanfm.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/pcmanfm.spec
diff -u SPECS/pcmanfm.spec:1.2 SPECS/pcmanfm.spec:1.3
--- SPECS/pcmanfm.spec:1.2	Mon Jan 30 21:44:10 2006
+++ SPECS/pcmanfm.spec	Wed Feb  1 21:27:59 2006
@@ -1,14 +1,14 @@
 # $Revision$, $Date$
-# TODO: need desktop file (and icon?)
 Summary:	File manager for GTK
 Summary(pl):	Zarządca plików dla GTK
 Name:		pcmanfm
 Version:	0.1.8.9
-Release:	0.1
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://dl.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
 # Source0-md5:	eb87fae1cfec9f0835712ee29bd57af5
+Source1:	%{name}.desktop
 URL:		http://pcmanfm.sourceforge.net/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -37,10 +37,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
 %find_lang %{name} --all-name
 
 %clean
@@ -50,6 +53,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +61,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/02/01 20:27:59  zboczuch
+- added simple desktop file based on nautilus one
+- rel. 1
+
 Revision 1.2  2006/01/30 20:44:10  qboosh
 - gtk+ BR fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pcmanfm.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list