Copy theide-48x48.png into /usr/share/icons/hicolor/48x48/apps intead of /usr/share/pixmaps

git-svn-id: svn://ultimatepp.org/upp/trunk@1441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
amrein 2009-07-22 15:39:04 +00:00
parent d3d5c066a5
commit cd0d3d47f9

View file

@ -89,13 +89,13 @@ rm -rf %{buildroot}
install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_desktopdir}
install -d %{buildroot}/%{_datadir}/pixmaps
install -d %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
install -d %{buildroot}/%{_datadir}/%{name}
install out/ide.out %{buildroot}/%{_bindir}/theide
cp -p uppsrc/ide/theide.desktop %{buildroot}/%{_desktopdir}/theide.desktop
cp -p uppsrc/ide/theide-48.png %{buildroot}/%{_datadir}/pixmaps/theide.png
cp -p uppsrc/ide/theide-48.png %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/theide.png
cp -a bazaar %{buildroot}/%{_datadir}/%{name}/
# cp -a Common %{buildroot}/%{_datadir}/%{name}/
@ -146,7 +146,7 @@ rm -fr %{buildroot}
%doc uppsrc/ide/Copying
%{_bindir}/theide
%{_desktopdir}/theide.desktop
%{_datadir}/pixmaps/theide.png
%{_datadir}/icons/hicolor/48x48/apps/theide.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*