]> git.pld-linux.org Git - packages/ctwm.git/commitdiff
- Added desktop file for gdm/kdm support
authoradgor <adgor@pld-linux.org>
Sun, 28 Sep 2003 21:36:39 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctwm.spec -> 1.25

ctwm.spec

index da0258b9a787f36677bf2c9fe05146534c0a9fdd..e5369dd9ef8165fb91464e6373dc5c29b1d24ffd 100644 (file)
--- a/ctwm.spec
+++ b/ctwm.spec
@@ -8,6 +8,7 @@ Group:          X11/Window Managers
 Source0:       http://ctwm.free.lp.se/dist/%{name}-%{version}.tar.gz
 # Source0-md5: c9e9e161e07e3d1c7e27684436f01e2b
 Source1:       %{name}.desktop
+Source2:       %{name}-xsession.desktop
 Patch0:                %{name}-pld-dir.patch
 Patch1:                %{name}-bison.patch
 URL:           http://ctwm.free.lp.se/
@@ -55,7 +56,8 @@ install -d $RPM_BUILD_ROOT%{_bindir} \
        $RPM_BUILD_ROOT%{_mandir}/man1 \
        $RPM_BUILD_ROOT/etc/X11/twm \
        $RPM_BUILD_ROOT%{_libdir}/X11/ctwm \
-       $RPM_BUILD_ROOT%{_wmpropsdir}
+       $RPM_BUILD_ROOT%{_wmpropsdir} \
+       $RPM_BUILD_ROOT%{_datadir}/xsessions
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -63,6 +65,7 @@ install -d $RPM_BUILD_ROOT%{_bindir} \
        DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,4 +77,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/ctwm
 %{_libdir}/X11/ctwm
 %{_wmpropsdir}/ctwm.desktop
+%{_datadir}/xsessions/ctwm.desktop
 %{_mandir}/man1/*
This page took 0.118304 seconds and 4 git commands to generate.