~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-14 13:48:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130314134823-gyk5av1g508zyj8a
Tags: 0.3.0~pr1-0ubuntu1
New upstream version (FFE lp: #1154316), supports multiple account as
well as full conversation views with inline replies

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#
16
16
set(GETTEXT_PACKAGE "geary")
17
17
set(RELEASE_NAME "Lightweight email client for GNOME.")
18
 
set(VERSION "0.2.2")
 
18
set(VERSION "0.3.0pr1")
19
19
set(VERSION_INFO "Release")
20
20
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)
21
21
 
24
24
set(ARCHIVE_FULL_NAME ${ARCHIVE_BASE_NAME}.tar.xz)
25
25
set(ARCHIVE_DEBUILD_FULL_NAME ${CMAKE_PROJECT_NAME}_${VERSION}.orig.tar.xz)
26
26
 
27
 
set(GLADE_FILES ui/composer.glade ui/login.glade ui/message.glade ui/password-dialog.glade
28
 
    ui/preferences.glade ui/toolbar.glade)
 
27
set(GLADE_FILES ui/account_list.glade ui/account_cannot_remove.glade ui/account_spinner.glade
 
28
    ui/composer.glade ui/login.glade ui/message.glade ui/password-dialog.glade ui/preferences.glade
 
29
    ui/remove_confirm.glade ui/toolbar.glade)
29
30
 
30
31
option(DEBUG "Build for debugging." OFF)
31
32
option(ICON_UPDATE "Run gtk-update-icon-cache after the install." ON)
47
48
pkg_check_modules(LIBINDICATE QUIET indicate-0.7>=0.6.1)
48
49
pkg_check_modules(LIBUNITY QUIET unity>=5.12.0)
49
50
pkg_check_modules(LIBMESSAGINGMENU QUIET messaging-menu>=12.10.2)
50
 
pkg_check_modules(LIBGRANITE QUIET granite>=0.1.5)
 
51
pkg_check_modules(LIBGRANITE QUIET granite>=0.1.1)
51
52
 
52
53
# intl
53
54
include(Gettext)