Added patch
This commit is contained in:
parent
faaa965cfe
commit
897b31d4f2
38
gnome-extra/health/files/180.patch
Normal file
38
gnome-extra/health/files/180.patch
Normal file
@ -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]
|
@ -27,6 +27,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
${FILESDIR}/180.patch
|
||||
${FILESDIR}/190.patch
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user