install recoll.png to share/pixmaps

This commit is contained in:
Jean-Francois Dockes 2010-02-12 12:08:28 +01:00
parent 47f76c6c42
commit 11f70ccfe1
2 changed files with 9 additions and 5 deletions

View File

@ -1,12 +1,12 @@
Name: recoll Name: recoll
Version: 1.13.01 Version: 1.13.02
Release: 3%{?dist} Release: 1%{?dist}
Summary: Desktop full text search tool with a qt gui Summary: Desktop full text search tool with a qt gui
Group: Applications/Databases Group: Applications/Databases
License: GPL License: GPL
URL: http://www.recoll.org/ URL: http://www.recoll.org/
Source0: http://www.recoll.org/recoll-1.13.01.tar.gz Source0: http://www.recoll.org/recoll-1.13.02.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Not sure how easy it is to find a xapian-core rpm. Will be easier to # Not sure how easy it is to find a xapian-core rpm. Will be easier to
@ -56,6 +56,8 @@ rm -rf %{buildroot}
%changelog %changelog
* Fri Feb 12 2010 Terry Duell 1.13.02
- updated to release 1.13.02
* Mon Jan 12 2010 Terry Duell 1.13.01-3 * Mon Jan 12 2010 Terry Duell 1.13.01-3
- rpm spec file updated to fix Fedora desktop-file-install and install icon - rpm spec file updated to fix Fedora desktop-file-install and install icon
* Sun Jan 10 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-2 * Sun Jan 10 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-2

View File

@ -66,7 +66,8 @@ for d in \
${datadir}/recoll/filters \ ${datadir}/recoll/filters \
${datadir}/recoll/images \ ${datadir}/recoll/images \
${datadir}/recoll/translations \ ${datadir}/recoll/translations \
${datadir}/icons/hicolor/48x48/apps ${datadir}/icons/hicolor/48x48/apps \
${datadir}/pixmaps
do do
test -d $d || mkdir -p $d || exit 1 test -d $d || mkdir -p $d || exit 1
done done
@ -82,7 +83,8 @@ done
#xdg-desktop-menu install desktop/recoll-searchgui.desktop #xdg-desktop-menu install desktop/recoll-searchgui.desktop
#xdg-icon-resource install --size 48 desktop/recoll.png #xdg-icon-resource install --size 48 desktop/recoll.png
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll-searchgui.desktop ${datadir}/applications @NOQTMAKE@${INSTALL} -m 0444 desktop/recoll-searchgui.desktop ${datadir}/applications
${INSTALL} -m 0444 desktop/recoll.png ${datadir}/icons/hicolor/48x48/apps @NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/icons/hicolor/48x48/apps
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \ ${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \
${datadir}/recoll/doc ${datadir}/recoll/doc