]> git.pld-linux.org Git - packages/aewm.git/commitdiff
- added aewm.desktop.
authorcieciwa <cieciwa@pld-linux.org>
Mon, 22 Nov 1999 12:49:49 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewm.spec -> 1.4

aewm.spec

index 02decbd657f5499e643e4e7fc25129bcf4db5835..8f21e540db78a7e16ada28a4e37358b94b0cd1e9 100644 (file)
--- a/aewm.spec
+++ b/aewm.spec
@@ -1,4 +1,4 @@
-Summary:       AEWM - the ascetic windiw manager
+Summary:       AEWM - the ascetic window manager
 Summary(pl):   AEWM - "ascetyczny" menad¿er okien
 Name:          aewm
 Version:       0.9.5
@@ -7,6 +7,7 @@ Copyright:      Freely distributable
 Group:         X11/Window Managers
 Group(pl):     X11/Menad¿ero Onkien
 Source:                http://members.home.com/decklin/%name/%{name}-%{version}.tar.gz
+Source2:       aewm.desktop
 URL:           http://members.home.com/decklin/aewm/
 Patch:         %{name}-DESTDIR.patch
 BuildRequires: gtk+-devel
@@ -37,12 +38,15 @@ gzip -9 README
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}/bin
+install -d $RPM_BUILD_ROOT%datedir}/gnome/wm-properties
 
 make DESTDIR=$RPM_BUILD_ROOT install
 
 (cd goodies;install -s {xaw,gtk}-{panel,palette,switch} $RPM_BUILD_ROOT/%{_prefix}/bin)
 (cd goodies; install -s gtk-palette2 $RPM_BUILD_ROOT%{_prefix}/bin)
 
+install %{SOURCE1} $RPM_BUILD_ROOT%datedir}/gnome/wm-properties
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -52,3 +56,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/aewm
 %attr(755,root,root) %{_bindir}/xaw-*
 %attr(755,root,root) %{_bindir}/gtk-*
+%{_datadir}/gnome/wm-properties/aewm.desktop
This page took 0.060267 seconds and 4 git commands to generate.