]> git.pld-linux.org Git - packages/gentoo.git/commitdiff
- added png Icon for desktop file. gentoo-0_11_21-1
authorkloczek <kloczek@pld-linux.org>
Mon, 25 Feb 2002 04:38:46 +0000 (04:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gentoo.spec -> 1.31

gentoo.spec

index af154259b3b9f05d71e9855809fcf5a169d9bd2c..6e144a318fa359d35b7d971a7b6a315e4d529f0a 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       gentoo is a Gtk+ file manager for Linux
 Summary(pl):   gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuxa
 Name:          gentoo
-Version:       0.11.19
+Version:       0.11.21
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://prdownloads.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 URL:           http://www.obsession.se/gentoo/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -55,13 +56,14 @@ automake -a -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Utilities}
+install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Utilities,%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install docs/gentoo.1x $RPM_BUILD_ROOT%{_mandir}/man1
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 gzip -9nf AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO
 
@@ -75,5 +77,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man1/*
-
 %{_applnkdir}/Utilities/gentoo.desktop
+%{_pixmapsdir}/*
This page took 0.42861 seconds and 4 git commands to generate.