[gnome-control-center/gbsneto/gtk4: 50/53] flatpak: Update dependencies to GTK4
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/gtk4: 50/53] flatpak: Update dependencies to GTK4
- Date: Wed, 15 Dec 2021 01:34:35 +0000 (UTC)
commit d189a67000f1920ecab7dcb4e26425dde2b1ca84
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Nov 18 18:30:56 2021 -0300
flatpak: Update dependencies to GTK4
build-aux/flatpak/org.gnome.Settings.json | 108 +++++++-----------------------
panels/wacom/button-mapping.ui | 7 +-
2 files changed, 27 insertions(+), 88 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index dc6e02597..313c6c64f 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -271,7 +271,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ "url" : "https://gitlab.gnome.org/GNOME/gnome-desktop.git",
+ "branch" : "ebassi/update-for-gtk4"
}
]
},
@@ -396,6 +397,7 @@
"name" : "libnma",
"buildsystem" : "meson",
"config-opts" : [
+ "-Dlibnma_gtk4=true",
"-Dgtk_doc=false",
"-Dintrospection=false",
"-Dvapi=false"
@@ -430,19 +432,23 @@
},
{
"name" : "ModemManager",
- "buildsystem" : "autotools",
+ "buildsystem" : "meson",
"config-opts" : [
- "--disable-introspection",
- "--disable-vala",
- "--with-udev-base-dir=/app/lib",
- "--with-systemdsystemunitdir=/app/lib/systemd/system",
- "--without-mbim",
- "--without-qmi"
+ "-Dintrospection=false",
+ "-Dbash_completion=false",
+ "-Dudevdir=/app/lib",
+ "-Dsystemdsystemunitdir=/app/lib/systemd/system",
+ "-Dmbim=false",
+ "-Dplugin_dell=disabled",
+ "-Dplugin_foxconn=disabled",
+ "-Dqmi=false",
+ "-Dqrtr=false"
],
"sources" : [
{
"type" : "git",
- "url" : "git://anongit.freedesktop.org/ModemManager/ModemManager"
+ "url" : "git://anongit.freedesktop.org/ModemManager/ModemManager",
+ "branch" : "main"
}
]
},
@@ -476,6 +482,16 @@
}
]
},
+ {
+ "name" : "gsound",
+ "buildsystem" : "meson",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gsound.git"
+ }
+ ]
+ },
{
"name" : "gnome-bluetooth",
"buildsystem" : "meson",
@@ -597,80 +613,6 @@
}
]
},
- {
- "name": "cogl",
- "config-opts": [
- "--disable-cogl-gst",
- "--enable-xlib-egl-platform",
- "--enable-wayland-egl-platform"
- ],
- "sources": [
- {
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/cogl.git",
- "branch": "cogl-1.22"
- }
- ]
- },
- {
- "name": "clutter",
- "config-opts": [
- "--enable-egl-backend",
- "--enable-wayland-backend"
- ],
- "sources": [
- {
- "type": "archive",
- "url": "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz",
- "sha256": "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6"
- }
- ]
- },
- {
- "name": "clutter-gtk",
- "sources": [
- {
- "type": "archive",
- "url": "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz",
- "sha256": "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06"
- }
- ]
- },
- {
- "name": "clutter-gst",
- "sources": [
- {
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/clutter-gst.git",
- "branch": "clutter-gst-3.0"
- }
- ]
- },
- {
- "name" : "cheese",
- "buildsystem" : "meson",
- "config-opts" : [
- "-Dintrospection=false",
- "-Dgtk_doc=false",
- "-Dman=false"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/cheese.git"
- }
- ]
- },
- {
- "name" : "gsound",
- "buildsystem" : "meson",
- "sources" : [
- {
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gsound.git"
- }
- ]
- },
{
"name" : "udisks",
"buildsystem" : "autotools",
diff --git a/panels/wacom/button-mapping.ui b/panels/wacom/button-mapping.ui
index add7e454d..401aa121e 100644
--- a/panels/wacom/button-mapping.ui
+++ b/panels/wacom/button-mapping.ui
@@ -17,7 +17,8 @@
<object class="GtkBox" id="shortcuts_vbox">
<property name="orientation">vertical</property>
<property name="spacing">6</property>
- <property name="expand">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<child>
<object class="GtkLabel" id="label1">
<property name="xalign">0</property>
@@ -63,10 +64,6 @@
<child>
<object class="GtkButton" id="close_button">
<property name="label" translatable="yes">_Close</property>
- <property name="use_action_appearance">False</property>
- <property name="can_default">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]