IVI people, ping?

Excerpts from Robin Burchell's message of Wed Aug 04 00:07:50 +0100 2010:
> This also updates documentation to match, and adds a dependencies section to 
> aid
> people looking to build the code.
> ---
>  README      |   30 +++++++++++++++++++++++-------
>  ivihome.pro |   14 ++++++++++++++
>  2 files changed, 37 insertions(+), 7 deletions(-)
> 
> diff --git a/README b/README
> index a66d2c4..dca118b 100644
> --- a/README
> +++ b/README
> @@ -1,15 +1,31 @@
>  IVI Home
> -=====
> +========
>  
>  ivihome is the primary application for the IVI desktop. It loads the task bar
>  which supplies the window selection list and the application launch window
>  which pulls in all the .desktop files for installed apps. This program lists,
>  launches, closes, and selects applications.
>  
> -To build:
> +dependencies
> +============
>  
> -qmake
> -make
> -copy images/* /usr/share/ivihome/
> -copy startivi to /usr/bin/
> -copy ivihome to /usr/bin/
> +- Qt
> +- libmatchbox
> +- matchbox window manager (runtime)
> +
> +building
> +========
> +
> +- qmake
> +- make
> +
> +installing
> +==========
> +
> +(requires root)
> +- make install
> +
> +running
> +=======
> +
> +/usr/bin/startivi
> diff --git a/ivihome.pro b/ivihome.pro
> index 1c72d67..6f8f5bf 100644
> --- a/ivihome.pro
> +++ b/ivihome.pro
> @@ -39,3 +39,17 @@ HEADERS += taskbar.h \
>  
>  OTHER_FILES += \
>      settings.xml
> +
> +# set them up to install
> +INSTALLS += target startivi images
> +
> +# main binary
> +target.path = /usr/bin
> +target.files = ivihome
> +
> +# additional install targets
> +startivi.path = /usr/bin
> +startivi.files = startivi
> +images.path = /usr/share/ivihome
> +images.files = images/*
> +

--
Robin Burchell
http://rburchell.com
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev

Reply via email to