mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
about: add symbolic information to release
This commit is contained in:
@ -8,6 +8,8 @@ project('sysprof', 'c',
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
symbolic_version = '40.beta1'
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
@ -31,6 +33,7 @@ if get_option('libsysprof')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
config_h = configuration_data()
|
config_h = configuration_data()
|
||||||
|
config_h.set_quoted('SYMBOLIC_VERSION', symbolic_version)
|
||||||
config_h.set_quoted('API_VERSION_S', '@0@'.format(libsysprof_api_version))
|
config_h.set_quoted('API_VERSION_S', '@0@'.format(libsysprof_api_version))
|
||||||
config_h.set_quoted('PACKAGE_NAME', 'sysprof')
|
config_h.set_quoted('PACKAGE_NAME', 'sysprof')
|
||||||
config_h.set_quoted('PACKAGE_VERSION', meson.project_version())
|
config_h.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||||
|
|||||||
@ -200,7 +200,7 @@ sysprof_about (GSimpleAction *action,
|
|||||||
"license-type", GTK_LICENSE_GPL_3_0,
|
"license-type", GTK_LICENSE_GPL_3_0,
|
||||||
"logo-icon-name", "org.gnome.Sysprof",
|
"logo-icon-name", "org.gnome.Sysprof",
|
||||||
"program-name", _("Sysprof"),
|
"program-name", _("Sysprof"),
|
||||||
"version", PACKAGE_VERSION,
|
"version", SYMBOLIC_VERSION "\n" "(" PACKAGE_VERSION ")",
|
||||||
"website", "https://wiki.gnome.org/Apps/Sysprof",
|
"website", "https://wiki.gnome.org/Apps/Sysprof",
|
||||||
"website-label", _("Learn more about Sysprof"),
|
"website-label", _("Learn more about Sysprof"),
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user