Merge lp:~pimvullers/granite/fix-1270091 into lp:~elementary-pantheon/granite/granite

Proposed by Pim Vullers
Status: Rejected
Rejected by: Rico Tzschichholz
Proposed branch: lp:~pimvullers/granite/fix-1270091
Merge into: lp:~elementary-pantheon/granite/granite
Diff against target: 44 lines (+5/-5)
3 files modified
CMakeLists.txt (+3/-3)
lib/granite.deps (+1/-1)
lib/granite.pc.cmake (+1/-1)
To merge this branch: bzr merge lp:~pimvullers/granite/fix-1270091
Reviewer Review Type Date Requested Status
Cody Garver Pending
Review via email: mp+203337@code.launchpad.net

Description of the change

Updated fix, according to the comments codygarver's branch.

To post a comment you must log in.

Unmerged revisions

684. By Pim Vullers <email address hidden>

Fixed #1270091, switched to gee-0.8

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 2013-12-23 20:13:42 +0000
3+++ CMakeLists.txt 2014-01-27 14:41:10 +0000
4@@ -42,16 +42,16 @@
5 gtk+-3.0
6 gio-unix-2.0
7 posix
8- gee-1.0)
9+ gee-0.8)
10
11 set (PKG_DEPS_CHECK
12 gtk+-3.0>=3.3.14
13 gio-unix-2.0
14 gthread-2.0
15- gee-1.0)
16+ gee-0.8)
17
18 # GI dependencies
19-set (GI_PKG_DEPS Gtk-3.0 Gee-1.0)
20+set (GI_PKG_DEPS Gtk-3.0 Gee-0.8)
21
22 # Check for the deps
23 find_package (PkgConfig)
24
25=== modified file 'lib/granite.deps'
26--- lib/granite.deps 2012-03-11 19:19:14 +0000
27+++ lib/granite.deps 2014-01-27 14:41:10 +0000
28@@ -1,3 +1,3 @@
29 gtk+-3.0
30 gio-unix-2.0
31-gee-1.0
32\ No newline at end of file
33+gee-0.8
34\ No newline at end of file
35
36=== modified file 'lib/granite.pc.cmake'
37--- lib/granite.pc.cmake 2012-11-23 20:58:45 +0000
38+++ lib/granite.pc.cmake 2014-01-27 14:41:10 +0000
39@@ -8,5 +8,5 @@
40 Version: @PKG_VERSION@
41 Libs: -L@DOLLAR@{libdir} -l@PKG_NAME@
42 Cflags: -I@DOLLAR@{includedir}/@PKG_NAME@
43-Requires: cairo gee-1.0 glib-2.0 gio-unix-2.0 gobject-2.0 gthread-2.0 gdk-3.0 gdk-pixbuf-2.0 gtk+-3.0
44+Requires: cairo gee-0.8 glib-2.0 gio-unix-2.0 gobject-2.0 gthread-2.0 gdk-3.0 gdk-pixbuf-2.0 gtk+-3.0
45

Subscribers

People subscribed via source and target branches