Merge lp:~seb128/unity-lens-files/use-gee-0.8 into lp:unity-lens-files

Proposed by Sebastien Bacher
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 261
Merged at revision: 261
Proposed branch: lp:~seb128/unity-lens-files/use-gee-0.8
Merge into: lp:unity-lens-files
Diff against target: 38 lines (+3/-3)
3 files modified
configure.ac (+1/-1)
debian/control (+1/-1)
src/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-lens-files/use-gee-0.8
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+280696@code.launchpad.net

Commit message

Build with the current gee version

Description of the change

Build with the current gee version

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2013-07-02 05:55:19 +0000
3+++ configure.ac 2015-12-16 10:50:27 +0000
4@@ -60,7 +60,7 @@
5 gobject-2.0 >= $GLIB_REQUIRED
6 gio-2.0 >= $GLIB_REQUIRED
7 gio-unix-2.0 >= $GLIB_REQUIRED
8- gee-1.0
9+ gee-0.8
10 dee-1.0 >= 0.5.16
11 zeitgeist-2.0 >= 0.9.12
12 unity >= 7.0.0)
13
14=== modified file 'debian/control'
15--- debian/control 2013-07-02 07:27:06 +0000
16+++ debian/control 2015-12-16 10:50:27 +0000
17@@ -7,7 +7,7 @@
18 pkg-config,
19 valac (>= 0.16),
20 libglib2.0-dev (>= 2.27),
21- libgee-dev,
22+ libgee-0.8-dev,
23 libdee-dev (>= 0.5.16),
24 libzeitgeist-2.0-dev (>= 0.9.12),
25 libunity-dev (>= 7.0.0),
26
27=== modified file 'src/Makefile.am'
28--- src/Makefile.am 2013-07-02 05:55:19 +0000
29+++ src/Makefile.am 2015-12-16 10:50:27 +0000
30@@ -25,7 +25,7 @@
31 --pkg dee-1.0 \
32 --pkg zeitgeist-2.0 \
33 --pkg unity \
34- --pkg gee-1.0 \
35+ --pkg gee-0.8 \
36 --pkg gio-2.0 \
37 --pkg gio-unix-2.0 \
38 --target-glib=2.26 \

Subscribers

People subscribed via source and target branches