[sysprof/wip/gtk4-port: 112/125] build: bump versions
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 112/125] build: bump versions
- Date: Fri, 29 Oct 2021 02:02:35 +0000 (UTC)
commit a0f8b6513bdef6b9fa50e4f8dc37635c9aa7742d
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 1 15:01:00 2021 -0700
build: bump versions
meson.build | 5 +++--
src/libsysprof-ui/sysprof-callgraph-page.c | 3 +++
src/sysprof/theme/Adwaita-shared.css | 18 ------------------
3 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/meson.build b/meson.build
index e4adf3f1..33dff569 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
- version: '3.42.0',
+ version: '3.43.0',
meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
@@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
-symbolic_version = '41.0'
+symbolic_version = '42.alpha0'
gnome = import('gnome')
pkgconfig = import('pkgconfig')
@@ -46,6 +46,7 @@ config_h.set('PACKAGE_TARNAME', 'PACKAGE_STRING')
config_h.set('PACKAGE', 'PACKAGE_NAME')
config_h.set('VERSION', 'PACKAGE_VERSION')
+
# Detect and set symbol visibility
if get_option('default_library') != 'static'
if host_machine.system() == 'windows'
diff --git a/src/libsysprof-ui/sysprof-callgraph-page.c b/src/libsysprof-ui/sysprof-callgraph-page.c
index 47afe1ac..545549ee 100644
--- a/src/libsysprof-ui/sysprof-callgraph-page.c
+++ b/src/libsysprof-ui/sysprof-callgraph-page.c
@@ -43,6 +43,8 @@
#include "../stackstash.h"
+#include "egg-paned-private.h"
+
#include "sysprof-callgraph-page.h"
#include "sysprof-cell-renderer-percent.h"
@@ -938,6 +940,7 @@ sysprof_callgraph_page_class_init (SysprofCallgraphPageClass *klass)
gtk_widget_class_add_binding_action (widget_class, GDK_KEY_c, GDK_CONTROL_MASK, "page.copy", NULL);
gtk_widget_class_add_binding_signal (widget_class, GDK_KEY_Left, GDK_ALT_MASK, "go-previous", NULL);
+ g_type_ensure (EGG_TYPE_PANED);
g_type_ensure (SYSPROF_TYPE_CELL_RENDERER_PERCENT);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]