mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:11:07 +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
|
||||
index 13517714b7..2132611c88 100644
|
||||
index 5efd8a9..d51af19 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -857,15 +857,15 @@ subdir('po')
|
||||
@@ -857,7 +857,7 @@ subdir('po')
|
||||
|
||||
subdir('docs/reference')
|
||||
|
||||
-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_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')
|
||||
+if false
|
||||
gnome.post_install(
|
||||
glib_compile_schemas: true,
|
||||
gio_querymodules: gio_module_dirs,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gtk",
|
||||
"version": "4.10.4",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Portable library for creating graphical user interfaces.",
|
||||
"homepage": "https://www.gtk.org/",
|
||||
"license": "LGPL-2.0-only",
|
||||
|
@ -3062,7 +3062,7 @@
|
||||
},
|
||||
"gtk": {
|
||||
"baseline": "4.10.4",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"gtk3": {
|
||||
"baseline": "3.24.38",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a0674344415ac7da9b123e4dedfe61160c4b6d6a",
|
||||
"version": "4.10.4",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "a79d7945c3db191e81a4cc3367efb9972b8df29e",
|
||||
"version": "4.10.4",
|
||||
|
Loading…
Reference in New Issue
Block a user