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
=== modified file 'configure.ac'
--- configure.ac 2013-07-02 05:55:19 +0000
+++ configure.ac 2015-12-16 10:50:27 +0000
@@ -60,7 +60,7 @@
60 gobject-2.0 >= $GLIB_REQUIRED60 gobject-2.0 >= $GLIB_REQUIRED
61 gio-2.0 >= $GLIB_REQUIRED61 gio-2.0 >= $GLIB_REQUIRED
62 gio-unix-2.0 >= $GLIB_REQUIRED62 gio-unix-2.0 >= $GLIB_REQUIRED
63 gee-1.063 gee-0.8
64 dee-1.0 >= 0.5.1664 dee-1.0 >= 0.5.16
65 zeitgeist-2.0 >= 0.9.1265 zeitgeist-2.0 >= 0.9.12
66 unity >= 7.0.0)66 unity >= 7.0.0)
6767
=== modified file 'debian/control'
--- debian/control 2013-07-02 07:27:06 +0000
+++ debian/control 2015-12-16 10:50:27 +0000
@@ -7,7 +7,7 @@
7 pkg-config,7 pkg-config,
8 valac (>= 0.16),8 valac (>= 0.16),
9 libglib2.0-dev (>= 2.27),9 libglib2.0-dev (>= 2.27),
10 libgee-dev,10 libgee-0.8-dev,
11 libdee-dev (>= 0.5.16),11 libdee-dev (>= 0.5.16),
12 libzeitgeist-2.0-dev (>= 0.9.12),12 libzeitgeist-2.0-dev (>= 0.9.12),
13 libunity-dev (>= 7.0.0),13 libunity-dev (>= 7.0.0),
1414
=== modified file 'src/Makefile.am'
--- src/Makefile.am 2013-07-02 05:55:19 +0000
+++ src/Makefile.am 2015-12-16 10:50:27 +0000
@@ -25,7 +25,7 @@
25 --pkg dee-1.0 \25 --pkg dee-1.0 \
26 --pkg zeitgeist-2.0 \26 --pkg zeitgeist-2.0 \
27 --pkg unity \27 --pkg unity \
28 --pkg gee-1.0 \28 --pkg gee-0.8 \
29 --pkg gio-2.0 \29 --pkg gio-2.0 \
30 --pkg gio-unix-2.0 \30 --pkg gio-unix-2.0 \
31 --target-glib=2.26 \31 --target-glib=2.26 \

Subscribers

People subscribed via source and target branches