]> git.pld-linux.org Git - packages/wmMatrix.git/commitdiff
- added desktop
authoryogib <yogib@pld-linux.org>
Mon, 19 Jul 2004 20:34:11 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wmMatrix.spec -> 1.8

wmMatrix.spec

index c3be7d1d5b2b1eac67ceface40d1f21082be0b26..498a5bde6a3e996738b7ed7f2dc64f7f4ab3cf28 100644 (file)
@@ -2,11 +2,12 @@ Summary:      WindowMaker docklet with box in Matrix style
 Summary(pl):   Aplet dla WindowMakera wy¶wietlaj±cy spadaj±ce znaczki
 Name:          wmMatrix
 Version:       0.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Window Managers/Tools
 Source0:       http://nis-www.lanl.gov/~mgh/WindowMaker/%{name}-%{version}.tar.gz
 # Source0-md5: 4e9f0c94e78ad65ea9a564fba5f7a187
+Source1:       %{name}.desktop
 URL:           http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
 BuildRequires: XFree86-devel
 Requires:      xscreensaver
@@ -31,9 +32,10 @@ znane z filmu Matrix.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/DockApplets}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}/docklets}
 
-install %{name}       $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,3 +43,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/docklets/*
This page took 0.071971 seconds and 4 git commands to generate.