- plugin for home applet 'Internet Search' - search in mDictionary - change Copyright...
[mdictionary] / Makefile
index 17a2434..dfcf029 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,13 +53,14 @@ META_PACK_NAME = whitestorkdictionary
 
 GUI_EXECUTABLE = ${BINARIES}/WhiteStork
 GUI_SERVICEFILE = org.maemo.WhiteStorkGui.service
-GUI_DIRS = ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/applications/hildon ${DESTDIR}/usr/share/pixmaps ${DESTDIR}/usr/share/dbus-1/services ${DESTDIR}/usr/share/locale  
+GUI_DIRS = ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/applications/hildon ${DESTDIR}/usr/share/pixmaps ${DESTDIR}/usr/share/mis ${DESTDIR}/usr/share/dbus-1/services ${DESTDIR}/usr/share/locale  
 #${DESTDIR}/usr/share/doc/whitestorkgui
 GUI_DBUS = ${DATA}/other/${GUI_SERVICEFILE}
-GUI_ICONS = ${DATA}/icons/whitestork_icon.png ${DATA}/icons/whitestork.png ${DATA}/icons/ws_top.png ${DATA}/icons/ws_tra.png
+GUI_ICONS = ${DATA}/icons/whitestork_icon.png ${DATA}/icons/whitestork.png ${DATA}/icons/ws_top.png ${DATA}/icons/qgn_indi_search_whitestork.png ${DATA}/icons/ws_tra.png
 GUI_LOCALE = ${DATA}/locale/out/
 GUI_DOC = ${DATA}/docs/${GUI_PACK_NAME}/
 GUI_OTHER = ${DATA}/other/whitestork.desktop
+GUI_MIS = ${DATA}/mis/whitestork-search.xml
 
 MNG_EXECUTABLE = ${BINARIES}/WhiteStorkManager 
 MNG_SERVICEFILE = org.maemo.WhiteStorkManager.service
@@ -259,6 +260,7 @@ install-gui:        ${BINARIES}/ws_dbus.o ${BINARIES}/WhiteStork
                @cp ${GUI_ICONS} ${DESTDIR}/usr/share/pixmaps
                @cp ${GUI_DBUS} ${DESTDIR}/usr/share/dbus-1/services
                @cp ${GUI_OTHER} ${DESTDIR}/usr/share/applications/hildon
+               @cp ${GUI_MIS} ${DESTDIR}/usr/share/mis
                @cp -a ${GUI_LOCALE}* ${DESTDIR}/usr/share/locale/              
 #              @find  ${GUI_DOC} -type f -not -path *.svn* -exec cp {} ${DESTDIR}/usr/share/doc/${GUI_PACK_NAME} \;