Merge lp:~3v1n0/indicator-sound/use-gee-0.8 into lp:indicator-sound/15.10

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 528
Proposed branch: lp:~3v1n0/indicator-sound/use-gee-0.8
Merge into: lp:indicator-sound/15.10
Diff against target: 38 lines (+3/-3)
3 files modified
CMakeLists.txt (+1/-1)
debian/control (+1/-1)
src/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~3v1n0/indicator-sound/use-gee-0.8
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+285920@code.launchpad.net

Commit message

Build using libgee-0.8-dev instead of libgee-dev

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

Rubberstamp! Proposer approves of own proposal.

review: Approve
526. By Matthias Klose

Build using libgee-0.8-dev instead of libgee-dev

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-12-29 16:26:56 +0000
3+++ CMakeLists.txt 2016-02-12 19:36:34 +0000
4@@ -39,7 +39,7 @@
5
6 pkg_check_modules(
7 SOUNDSERVICE REQUIRED
8- gee-1.0
9+ gee-0.8
10 gio-2.0>=${GIO_2_0_REQUIRED_VERSION}
11 gio-unix-2.0
12 gthread-2.0
13
14=== modified file 'debian/control'
15--- debian/control 2015-12-29 16:26:56 +0000
16+++ debian/control 2016-02-12 19:36:34 +0000
17@@ -27,7 +27,7 @@
18 libpulse-dev (>= 1:4.0-0ubuntu21),
19 libpulse-mainloop-glib0 (>= 0.9.18),
20 libnotify-dev,
21- libgee-dev,
22+ libgee-0.8-dev,
23 libxml2-dev,
24 pulseaudio,
25 python3-dbusmock,
26
27=== modified file 'src/CMakeLists.txt'
28--- src/CMakeLists.txt 2016-01-05 19:15:46 +0000
29+++ src/CMakeLists.txt 2016-02-12 19:36:34 +0000
30@@ -21,7 +21,7 @@
31 accounts-service
32 PACKAGES
33 config
34- gee-1.0
35+ gee-0.8
36 gio-2.0
37 gio-unix-2.0
38 libxml-2.0

Subscribers

People subscribed via source and target branches