From 9bf09cb0552939d09bce5bad42e8c97954a35ac9 Mon Sep 17 00:00:00 2001 From: actionless Date: Sat, 29 Jun 2024 00:52:45 +0200 Subject: [PATCH] chore(templates_extra: gtk4-oodwaita): libadwaita updated to 1.5.2 in Arch --- templates/gtk4-oodwaita/templates/gtk.mustache | 4 +++- templates/gtk4-oodwaita/templates/pre_build.sh | 2 +- templates_extra/gtk4-oodwaita/templates/gtk.mustache | 4 +++- templates_extra/gtk4-oodwaita/templates/pre_build.sh | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/gtk4-oodwaita/templates/gtk.mustache b/templates/gtk4-oodwaita/templates/gtk.mustache index bfc7d20..a4dae88 100644 --- a/templates/gtk4-oodwaita/templates/gtk.mustache +++ b/templates/gtk4-oodwaita/templates/gtk.mustache @@ -368,7 +368,9 @@ tabbutton label { font-weight: 800; font-size: 8pt; } tabbutton label.small { font-size: 6pt; } -tabbutton indicatorbin > indicator, tabbutton indicatorbin > mask { transform: translate(-1px, 1px); } +tabbutton indicatorbin > indicator:dir(ltr), tabbutton indicatorbin > mask:dir(ltr) { transform: translate(-1px, 1px); } + +tabbutton indicatorbin > indicator:dir(rtl), tabbutton indicatorbin > mask:dir(rtl) { transform: translate(1px, 1px); } calendar { color: @view_fg_color; background-clip: padding-box; border: 1px solid alpha(currentColor,0.15); font-feature-settings: "tnum"; } diff --git a/templates/gtk4-oodwaita/templates/pre_build.sh b/templates/gtk4-oodwaita/templates/pre_build.sh index 9cbad45..4b09292 100755 --- a/templates/gtk4-oodwaita/templates/pre_build.sh +++ b/templates/gtk4-oodwaita/templates/pre_build.sh @@ -14,7 +14,7 @@ else git checkout main git pull origin main git fetch --tags - git checkout 1.5.1 + git checkout 1.5.2 fi LIBADWAITA_DIR="$(readlink -e ~/tmp/libadwaita)" diff --git a/templates_extra/gtk4-oodwaita/templates/gtk.mustache b/templates_extra/gtk4-oodwaita/templates/gtk.mustache index bfc7d20..a4dae88 100644 --- a/templates_extra/gtk4-oodwaita/templates/gtk.mustache +++ b/templates_extra/gtk4-oodwaita/templates/gtk.mustache @@ -368,7 +368,9 @@ tabbutton label { font-weight: 800; font-size: 8pt; } tabbutton label.small { font-size: 6pt; } -tabbutton indicatorbin > indicator, tabbutton indicatorbin > mask { transform: translate(-1px, 1px); } +tabbutton indicatorbin > indicator:dir(ltr), tabbutton indicatorbin > mask:dir(ltr) { transform: translate(-1px, 1px); } + +tabbutton indicatorbin > indicator:dir(rtl), tabbutton indicatorbin > mask:dir(rtl) { transform: translate(1px, 1px); } calendar { color: @view_fg_color; background-clip: padding-box; border: 1px solid alpha(currentColor,0.15); font-feature-settings: "tnum"; } diff --git a/templates_extra/gtk4-oodwaita/templates/pre_build.sh b/templates_extra/gtk4-oodwaita/templates/pre_build.sh index 9cbad45..4b09292 100755 --- a/templates_extra/gtk4-oodwaita/templates/pre_build.sh +++ b/templates_extra/gtk4-oodwaita/templates/pre_build.sh @@ -14,7 +14,7 @@ else git checkout main git pull origin main git fetch --tags - git checkout 1.5.1 + git checkout 1.5.2 fi LIBADWAITA_DIR="$(readlink -e ~/tmp/libadwaita)"