mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 03:47:59 +08:00
[gtk/gtk3] Fix install gschemas.compiled of glib-2.0 (#33253)
* [gtk, gtk3] Fix install gschemas.compiled of glib-2.0 * update version * Revert changes of gtk3 and disable install gschemas.compiled by gtk * update version * Update gtk3.json
This commit is contained in:
parent
27a095f910
commit
58c4dfaa89
@ -1,29 +1,13 @@
|
|||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 13517714b7..2132611c88 100644
|
index 5efd8a9..d51af19 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -857,15 +857,15 @@ subdir('po')
|
@@ -857,7 +857,7 @@ subdir('po')
|
||||||
|
|
||||||
subdir('docs/reference')
|
subdir('docs/reference')
|
||||||
|
|
||||||
-if not meson.is_cross_build()
|
-if not meson.is_cross_build()
|
||||||
- gnome.post_install(
|
+if false
|
||||||
- glib_compile_schemas: true,
|
gnome.post_install(
|
||||||
- gio_querymodules: gio_module_dirs,
|
glib_compile_schemas: true,
|
||||||
- gtk_update_icon_cache: get_option('demos'),
|
gio_querymodules: gio_module_dirs,
|
||||||
- )
|
|
||||||
-else
|
|
||||||
- message('Not executing post-install steps automatically when cross compiling')
|
|
||||||
-endif
|
|
||||||
+#if not meson.is_cross_build()
|
|
||||||
+ gnome.post_install(
|
|
||||||
+ glib_compile_schemas: true,
|
|
||||||
+ gio_querymodules: gio_module_dirs,
|
|
||||||
+ gtk_update_icon_cache: get_option('demos'),
|
|
||||||
+ )
|
|
||||||
+#else
|
|
||||||
+# message('Not executing post-install steps automatically when cross compiling')
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
if not meson.is_subproject()
|
|
||||||
meson.add_dist_script('build-aux/meson/dist-data.py')
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gtk",
|
"name": "gtk",
|
||||||
"version": "4.10.4",
|
"version": "4.10.4",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "Portable library for creating graphical user interfaces.",
|
"description": "Portable library for creating graphical user interfaces.",
|
||||||
"homepage": "https://www.gtk.org/",
|
"homepage": "https://www.gtk.org/",
|
||||||
"license": "LGPL-2.0-only",
|
"license": "LGPL-2.0-only",
|
||||||
|
@ -3062,7 +3062,7 @@
|
|||||||
},
|
},
|
||||||
"gtk": {
|
"gtk": {
|
||||||
"baseline": "4.10.4",
|
"baseline": "4.10.4",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"gtk3": {
|
"gtk3": {
|
||||||
"baseline": "3.24.38",
|
"baseline": "3.24.38",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a0674344415ac7da9b123e4dedfe61160c4b6d6a",
|
||||||
|
"version": "4.10.4",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a79d7945c3db191e81a4cc3367efb9972b8df29e",
|
"git-tree": "a79d7945c3db191e81a4cc3367efb9972b8df29e",
|
||||||
"version": "4.10.4",
|
"version": "4.10.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user