From faaa965cfeb9f50e0ff1aa68293da1d1da61272b Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 2 May 2023 15:41:14 +0200 Subject: [PATCH] Added patch --- gnome-extra/health/files/190.patch | 15 +++++++++++++++ gnome-extra/health/health-0.94.0.ebuild | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 gnome-extra/health/files/190.patch diff --git a/gnome-extra/health/files/190.patch b/gnome-extra/health/files/190.patch new file mode 100644 index 0000000..38099e8 --- /dev/null +++ b/gnome-extra/health/files/190.patch @@ -0,0 +1,15 @@ +diff --git a/data/ui/setup_window.blp b/data/ui/setup_window.blp +index 798719db9b92beff8a40d76364036fab008152a3..e162f7814291fefaef552175352ed0c2d4fa5cd4 100644 +--- a/data/ui/setup_window.blp ++++ b/data/ui/setup_window.blp +@@ -305,8 +305,8 @@ template HealthSetupWindow : Adw.ApplicationWindow { + } + + Adw.Clamp { +- maximum-size: "400"; +- tightening-threshold: "200"; ++ maximum-size: 400; ++ tightening-threshold: 200; + valign: center; + vexpand: true; + hexpand: true; diff --git a/gnome-extra/health/health-0.94.0.ebuild b/gnome-extra/health/health-0.94.0.ebuild index ae3e698..94812f5 100644 --- a/gnome-extra/health/health-0.94.0.ebuild +++ b/gnome-extra/health/health-0.94.0.ebuild @@ -26,6 +26,10 @@ RDEPEND=" DEPEND="${RDEPEND}" +PATCHES=( + ${FILESDIR}/190.patch +) + pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update