]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- added desktop file for Eterm. Eterm-0_9_1-1
authorkloczek <kloczek@pld-linux.org>
Mon, 26 Nov 2001 22:45:48 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Eterm.spec -> 1.26

Eterm.spec

index 551aac5164b45d106b6c24f8a380d104e59c6c7d..46b496dd811e79b998a58b798740827b10e50bcf 100644 (file)
@@ -9,6 +9,7 @@ Group(de):      X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://www.eterm.org/download/Eterm-0.9.1.tar.gz        
 Source1:       http://www.eterm.org/download/Eterm-bg-0.9.1.tar.gz     
+Source2:       %{name}.desktop
 Patch0:                %{name}-features.patch
 Patch1:                %{name}-xterm-color-fixes.patch
 URL:           http://www.eterm.org/
@@ -55,10 +56,12 @@ autoconf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir},%{_applnkdir}/Terminals}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Terminals
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,3 +79,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_mandir}/man1/*
 %{_datadir}/Eterm
+%{_applnkdir}/Terminals/*
This page took 0.056997 seconds and 4 git commands to generate.