[libhandy] themes: Bump the required GTK to 3.24.24



commit 155f6af94f34ee7cb4190a658a27c95a93cc32a9
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Dec 17 09:36:14 2020 +0100

    themes: Bump the required GTK to 3.24.24
    
    Let's ensure we use the latest and greatest stable. This didn't change
    the themes we ship.

 src/themes/parse-sass.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/themes/parse-sass.sh b/src/themes/parse-sass.sh
index 242abb3a..c90dd515 100755
--- a/src/themes/parse-sass.sh
+++ b/src/themes/parse-sass.sh
@@ -13,7 +13,7 @@ fi
 SASSC_OPT="-M -t compact"
 
 : ${GTK_SOURCE_PATH:="../../../gtk"}
-: ${GTK_TAG:="3.24.23"}
+: ${GTK_TAG:="3.24.24"}
 
 if [ ! -d "${GTK_SOURCE_PATH}/gtk/theme/Adwaita" ]; then
    echo GTK sources not found at ${GTK_SOURCE_PATH}.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]