|
a/src/recollinstall.in |
|
b/src/recollinstall.in |
|
... |
|
... |
84 |
test -d $d || mkdir -p $d || exit 1
|
84 |
test -d $d || mkdir -p $d || exit 1
|
85 |
done
|
85 |
done
|
86 |
|
86 |
|
87 |
@NOQTMAKE@test -d ${datadir}/applications \
|
87 |
@NOQTMAKE@test -d ${datadir}/applications \
|
88 |
@NOQTMAKE@ || mkdir -p ${datadir}/applications || exit 1
|
88 |
@NOQTMAKE@ || mkdir -p ${datadir}/applications || exit 1
|
89 |
|
89 |
@NOQTMAKE@test -d ${datadir}/appdata \
|
|
|
90 |
@NOQTMAKE@ || mkdir -p ${datadir}/appdata || exit 1
|
90 |
|
91 |
|
91 |
# Use the xdg utilies to install the desktop file and icon? Couldn't find
|
92 |
# Use the xdg utilies to install the desktop file and icon? Couldn't find
|
92 |
# out how to get this to work sanely. So keep the old way
|
93 |
# out how to get this to work sanely. So keep the old way
|
93 |
#PATH=$PATH:desktop/xdg-utils-1.0.1/scripts
|
94 |
#PATH=$PATH:desktop/xdg-utils-1.0.1/scripts
|
94 |
#export PATH
|
95 |
#export PATH
|
95 |
#xdg-desktop-menu install desktop/recoll-searchgui.desktop
|
96 |
#xdg-desktop-menu install desktop/recoll-searchgui.desktop
|
96 |
#xdg-icon-resource install --size 48 desktop/recoll.png
|
97 |
#xdg-icon-resource install --size 48 desktop/recoll.png
|
|
|
98 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.appdata.xml ${datadir}/appdata
|
97 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll-searchgui.desktop ${datadir}/applications
|
99 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll-searchgui.desktop ${datadir}/applications
|
98 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/icons/hicolor/48x48/apps
|
100 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/icons/hicolor/48x48/apps
|
99 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
|
101 |
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
|
100 |
|
102 |
|
101 |
if test -f doc/user/usermanual.html ; then
|
103 |
if test -f doc/user/usermanual.html ; then
|