Adnane Belmadiaf has proposed merging lp:~adnane002/marlin/update_maverick_install into lp:marlin.
Requested reviews: The elementary Project (elementaryproject) For more details, see: https://code.launchpad.net/~adnane002/marlin/update_maverick_install/+merge/45004 -- https://code.launchpad.net/~adnane002/marlin/update_maverick_install/+merge/45004 Your team The elementary Project is requested to review the proposed merge of lp:~adnane002/marlin/update_maverick_install into lp:marlin.
=== modified file 'INSTALL_maverick' --- INSTALL_maverick 2010-11-26 16:55:58 +0000 +++ INSTALL_maverick 2011-01-02 17:53:52 +0000 @@ -3,16 +3,11 @@ # thx to Jordi Hernandez (Gloobus) sudo add-apt-repository ppa:ubuntu-desktop/gnome3-builds -sudo apt-get update -sudo apt-get upgrade +sudo add-apt-repository ppa:cimi/theming +sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential bzr git automake libtool -sudo apt-get install gtk+3 gnome-common valac libgee-dev flex bison libdbus-glib-1-dev libsqlite3-dev - -# Since Marlin in gtk3 and gtk2 themes dont work on gtk3 apps, you will also need a theme. You can get the ambiance and radiance themes using these commands: - -sudo add-apt-repository ppa:cimi/theming && sudo apt-get update && sudo apt-get upgrade -sudo apt-get install gtk3-engines-murrine +sudo apt-get install gtk+3 gnome-common valac libgee-dev flex bison libdbus-glib-1-dev libsqlite3-dev libtelepathy-glib-dev gtk3-engines-murrine # vala from git git clone git://git.gnome.org/vala @@ -24,9 +19,22 @@ # gee vapi file sudo cp /usr/share/vala-0.10/vapi/gee-1.0.vapi /usr/share/vala-0.12/vapi/ +git clone git://github.com/ssickert/TaskView.git +cd TaskView +./autogen.sh --prefix=/usr +make && sudo make install +cd .. + +git clone git://github.com/ssickert/TaskView-Addons.git +cd TaskView-Addons +mkdir po +touch NEWS +./autogen.sh --prefix=/usr +make && sudo make install +cd .. + #bzr branch lp:marlin #cd marlin ./autogen.sh --prefix=/usr make && sudo make install marlin -
_______________________________________________ Mailing list: https://launchpad.net/~elementaryweb Post to : [email protected] Unsubscribe : https://launchpad.net/~elementaryweb More help : https://help.launchpad.net/ListHelp

