Can't build with Vala 0.18: Closes #7161
More significant problem is that new symbol (from #6428) requires GTK 3.6, so moved requirements up for it and Vala, plus couple more than should've been updated a while back.
This commit is contained in:
parent
ad0deb9eb5
commit
85dd41aa94
2 changed files with 8 additions and 7 deletions
11
debian/control
vendored
11
debian/control
vendored
|
|
@ -4,8 +4,8 @@ Priority: optional
|
|||
Maintainer: Jim Nelson <jim@yorba.org>
|
||||
Build-Depends: debhelper (>= 8),
|
||||
libgee-0.8-dev (>= 0.8.0),
|
||||
libglib2.0-dev (>= 2.30.0),
|
||||
libgtk-3-dev (>= 3.2.0),
|
||||
libglib2.0-dev (>= 2.32.0),
|
||||
libgtk-3-dev (>= 3.6.0),
|
||||
libunique-3.0-dev (>= 3.0.0),
|
||||
libnotify-dev (>=0.7.5),
|
||||
libcanberra-dev (>= 0.28),
|
||||
|
|
@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 8),
|
|||
libxml2-dev (>= 2.7.8),
|
||||
libsecret-1-dev (>= 0.11),
|
||||
libgmime-2.6-dev (>= 2.6.0),
|
||||
valac-0.18 (>= 0.17.4),
|
||||
valac-0.20 (>= 0.20.1),
|
||||
cmake (>= 2.8.0),
|
||||
libsqlite3-dev (>= 3.7.4),
|
||||
libmessaging-menu-dev (>= 12.10.2),
|
||||
|
|
@ -28,14 +28,15 @@ Package: geary
|
|||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libgee-0.8-2 (>= 0.8.0),
|
||||
libglib2.0-0 (>= 2.30.0),
|
||||
libgtk-3-0 (>= 3.2.0),
|
||||
libglib2.0-0 (>= 2.32.0),
|
||||
libgtk-3-0 (>= 3.6.0),
|
||||
libunique-3.0-0 (>= 3.0.0),
|
||||
libnotify4 (>= 0.7.5),
|
||||
libcanberra0 (>= 0.28),
|
||||
libwebkitgtk-3.0-0 (>= 1.10.0),
|
||||
libxml2 (>= 2.7.8),
|
||||
libsqlite3-0 (>= 3.7.4),
|
||||
libgmime-2.6-0 (>= 2.6.0),
|
||||
libsecret-1-0 (>= 0.11),
|
||||
libmessaging-menu0 (>= 12.10.2),
|
||||
libunity9 (>= 5.12.0)
|
||||
|
|
|
|||
|
|
@ -346,7 +346,7 @@ dbusservice/main.vala
|
|||
# Vala
|
||||
find_package(Vala REQUIRED)
|
||||
include(ValaVersion)
|
||||
ensure_vala_version("0.17.4" MINIMUM)
|
||||
ensure_vala_version("0.20.1" MINIMUM)
|
||||
include(ValaPrecompile)
|
||||
|
||||
# Packages
|
||||
|
|
@ -396,7 +396,7 @@ pkg_check_modules(DEPS REQUIRED
|
|||
gthread-2.0
|
||||
glib-2.0>=${TARGET_GLIB}.0
|
||||
gio-2.0>=2.28.0
|
||||
gtk+-3.0>=3.4.0
|
||||
gtk+-3.0>=3.6.0
|
||||
gee-0.8>=0.8.0
|
||||
unique-3.0>=3.0.0
|
||||
libnotify>=0.7.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue