Merge lp:~codygarver/slingshot/fix-1040369 into lp:~elementary-pantheon/slingshot/trunk

Proposed by Cody Garver
Status: Merged
Merged at revision: 256
Proposed branch: lp:~codygarver/slingshot/fix-1040369
Merge into: lp:~elementary-pantheon/slingshot/trunk
Diff against target: 41 lines (+14/-10)
1 file modified
INSTALL (+14/-10)
To merge this branch: bzr merge lp:~codygarver/slingshot/fix-1040369
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+120904@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) wrote :

It looks fine to me Cody

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'README' => 'INSTALL'
2--- README 2011-09-22 19:58:43 +0000
3+++ INSTALL 2012-08-23 03:18:19 +0000
4@@ -1,8 +1,8 @@
5 Slingshot
6 ===============================
7
8-There is a package for Oneiric and Natty (not supported) in Elementary Unstable-Upstream PPA:
9-$ sudo apt-add-repository ppa:elementaryart/unstable-upstream
10+There is a package for Slingshot in elementary Daily PPA:
11+$ sudo apt-add-repository ppa:elementary-os/daily
12 $ sudo apt-get update
13 $ sudo apt-get install slingshot-launcher
14
15@@ -12,14 +12,18 @@
16
17 You can also compile Slingshot from source.
18 You need the following dependencies (on Ubuntu/Debian):
19- - cmake,
20- - pkg-config,
21- - valac (>= 0.12.0),
22- - libgtk-3-dev,
23- - libgranite-dev,
24- - libgee-dev,
25- - libgnome-menu-dev,
26- - libzeitgeist-dev
27+- cmake
28+- libclutter-1.0-dev
29+- libclutter-gtk-1.0-dev
30+- libgee-dev
31+- libgnome-menu-dev
32+- libgranite-dev
33+- libgtk-3-dev
34+- libunity-dev
35+- libwnck-3-dev
36+- libzeitgeist-dev
37+- pkg-config
38+- valac-0.16 | valac (>= 0.16)
39 then:
40 $ mkdir build
41 $ cd build/

Subscribers

People subscribed via source and target branches