From 897b31d4f26e57df2a0cf0bae05eb54a463d46b9 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 2 May 2023 15:46:00 +0200 Subject: [PATCH] Added patch --- gnome-extra/health/files/180.patch | 38 +++++++++++++++++++++++++ gnome-extra/health/health-0.94.0.ebuild | 1 + 2 files changed, 39 insertions(+) create mode 100644 gnome-extra/health/files/180.patch diff --git a/gnome-extra/health/files/180.patch b/gnome-extra/health/files/180.patch new file mode 100644 index 0000000..cd81976 --- /dev/null +++ b/gnome-extra/health/files/180.patch @@ -0,0 +1,38 @@ +diff --git a/data/ui/password_entry.blp b/data/ui/password_entry.blp +index 81be5971f784d2b3710f97ee728f1471729cfdca..6fefbb43bb8a6b89440b0998b2b1f3e4e67eac6e 100644 +--- a/data/ui/password_entry.blp ++++ b/data/ui/password_entry.blp +@@ -67,7 +67,6 @@ template HealthPasswordEntry : Adw.Bin { + } + + LevelBar password_strength_bar { +- max-value: 5; + mode: discrete; + margin-start: 6; + margin-end: 6; +diff --git a/dev.Cogitri.Health.Devel.json b/dev.Cogitri.Health.Devel.json +index d95324fa13eacb7b5f95faa9c5d579d23324ba07..f80323673c635efc5e762a1d0c3f5c6464252946 100644 +--- a/dev.Cogitri.Health.Devel.json ++++ b/dev.Cogitri.Health.Devel.json +@@ -51,7 +51,7 @@ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", +- "commit": "93f2a27e35905420e70bfdb5c2f04d6af43b357d" ++ "commit": "87cedc2c7e48b01dc1b07aef937e2fe02111b18c" + } + ] + }, +diff --git a/subprojects/blueprint-compiler.wrap b/subprojects/blueprint-compiler.wrap +index 142ed4b9b9ecb2f5334ddb424349b7bcb9df9d3a..ba837c025a5b241fb1efe90714d3470cf2613a35 100644 +--- a/subprojects/blueprint-compiler.wrap ++++ b/subprojects/blueprint-compiler.wrap +@@ -1,7 +1,7 @@ + [wrap-git] + directory = blueprint-compiler + url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git +-revision = 93f2a27e35905420e70bfdb5c2f04d6af43b357d ++revision = 87cedc2c7e48b01dc1b07aef937e2fe02111b18c + depth = 1 + + [provide] diff --git a/gnome-extra/health/health-0.94.0.ebuild b/gnome-extra/health/health-0.94.0.ebuild index 94812f5..e1d5dfb 100644 --- a/gnome-extra/health/health-0.94.0.ebuild +++ b/gnome-extra/health/health-0.94.0.ebuild @@ -27,6 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" PATCHES=( + ${FILESDIR}/180.patch ${FILESDIR}/190.patch )