~noskcaj/ubuntu/utopic/geary/merge2

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-10-11 10:58:42 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121011105842-vxktxdz3vc23plwx
Tags: 0.2.1-0ubuntu1
* New upstream bugfix version:
  - Save attachments FileChooserDialog now displays network mounts
  - Adds support for SMTP PLAIN authentication
  - Installs Italian translation (overlooked in 0.2.0)
  - Adds three new translations: Czech, Telugu, and Turkish
  - Preferences dialog and .desktop file now translated
  - Icon and desktop file cache updated after uninstall
  - Various translation fixes, including translations not being displayed

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
 
356
356
set(TARGET_GLIB 2.32)
357
357
 
358
 
pkg_check_modules(DEPS REQUIRED QUIET
 
358
pkg_check_modules(DEPS REQUIRED
359
359
    gthread-2.0
360
360
    glib-2.0>=${TARGET_GLIB}.0
361
361
    gio-2.0>=2.28.0
471
471
add_schemas(geary ${GSETTINGS_DIR})
472
472
 
473
473
IF (XGETTEXT_FOUND)
474
 
    GETTEXT_CREATE_POT(${GETTEXT_PACKAGE}.pot OPTION ${XGETTEXT_OPTIONS} SRC ${CLIENT_SRC} ${ENGINE_SRC} ${COMMON_SRC} GLADE ${GLADE_FILES}
475
 
        COMMENT "Creating POT.")
 
474
    MESSAGE("Creating POT file")
 
475
    GETTEXT_CREATE_POT(${GETTEXT_PACKAGE}.pot OPTION ${XGETTEXT_OPTIONS} SRC ${CLIENT_SRC} ${ENGINE_SRC} ${COMMON_SRC} GLADE ${GLADE_FILES})
476
476
ELSE ()
477
477
    message(STATUS "xgettext not found")
478
478
ENDIF()