~ddieter/appcenter/appcenter-version-info

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Dieter Debast
  • Date: 2017-02-04 17:18:30 UTC
  • mfrom: (305.1.85 appcenter)
  • Revision ID: dieter_debast@hotmail.com-20170204171830-36eymfotdz2j9wq6
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
set (APP_NAME "AppCenter")
10
10
set (RELEASE_NAME "Browse and manage apps")
11
11
set (DESKTOP_ICON "system-software-install")
12
 
set (VERSION "0.1")
 
12
set (VERSION "0.1.3")
13
13
set (VERSION_INFO "Alpha")
14
14
set (DOLLAR "$")
15
15
 
19
19
add_definitions (-DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE)
20
20
 
21
21
find_package (PkgConfig)
22
 
pkg_check_modules (DEPS REQUIRED gthread-2.0 gee-0.8 gtk+-3.0>=3.10 granite packagekit-glib2 appstream>=0.9.0)
 
22
pkg_check_modules (DEPS REQUIRED gthread-2.0 gee-0.8 gtk+-3.0>=3.10 granite packagekit-glib2 appstream>=0.10.0)
23
23
 
24
24
add_definitions (${DEPS_CFLAGS})
25
25
link_directories (${DEPS_LIBRARY_DIRS})