Ticket #8344: desktopitem.patch
File desktopitem.patch, 1.6 KB (added by , 20 years ago) |
---|
-
./scummvm.spec
old new 9 9 #------------------------------------------------------------------------------ 10 10 Name : scummvm 11 11 Version : 0.6.0 12 Release : 112 Release : 2 13 13 Summary : Graphic adventure game interpreter 14 14 Group : Interpreters 15 15 License : GPL … … 19 19 Source : %{name}-%{version}.tar.bz2 20 20 Source1 : libmad-0.15.1b.tar.bz2 21 21 Source2 : mpeg2dec-0.4.0b.tar.bz2 22 Source3 : %{name}.desktop 22 23 BuildRoot : %{_tmppath}/%{name}-%{version}-root 23 24 24 25 #------------------------------------------------------------------------------ … … 49 50 install -m755 -D scummvm %{buildroot}%{_bindir}/scummvm 50 51 install -m644 -D scummvm.6 %{buildroot}/%{_mandir}/man6/scummvm.6 51 52 53 desktop-file-install \ 54 --vendor fedora \ 55 --mode 644 \ 56 --dir $RPM_BUILD_ROOT%{_datadir}/applications \ 57 --add-category X-Fedora \ 58 %{SOURCE3} 59 60 install -D -p -m 644 scummvm.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/scummvm.xpm 61 62 52 63 %clean 53 64 rm -Rf ${RPM_BUILD_ROOT} 54 65 … … 60 71 %doc README NEWS COPYING scummvm.xpm 61 72 %attr(0755,root,root)%{_bindir}/scummvm 62 73 %{_mandir}/man6/scummvm.6* 74 %{_datadir}/applications/*-%{name}.desktop 75 %{_datadir}/pixmaps/scummvm.xpm 63 76 64 77 #------------------------------------------------------------------------------ 65 78 # Change Log 66 79 #------------------------------------------------------------------------------ 67 80 %changelog 81 * Sat Jun 12 2004 (de_lupus@pandora.be Kristof Vansant) 82 - added menu item for fedora 68 83 * Mon Mar 15 2004 (0.6.0) 69 84 - included libmad and libmpeg2 70 85 * Sat Aug 02 2003 (0.5.0)