diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-23 18:19:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-23 20:58:54 -0800 |
commit | ef26a8e02fac99d4bda4c600646925dc09a0ca44 (patch) | |
tree | b016f0d996bf24a12646ae0d1e446155c77f8a7f /scripts | |
parent | dedf8858fbd42b960a48dcc6758be400bd21bbf2 (diff) | |
download | subsurface-ef26a8e02fac99d4bda4c600646925dc09a0ca44.tar.gz |
build-system: use working version of Breeze icons
As of today some of the icons that we need are no longer in the git repoo but
instead created via script. Instead of making this work everywhere, let's just
use a working SHA...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index f0f16f41b..05cb1e81c 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -14,7 +14,7 @@ CURRENT_SQLITE="3190200" CURRENT_LIBXML2="v2.9.4" CURRENT_LIBFTDI="1.3" CURRENT_KIRIGAMI="v5.62.0" -CURRENT_BREEZE_ICONS="" +CURRENT_BREEZE_ICONS="4daac191fb33c8c03bba8356db9767816cb8ee02" CURRENT_GRANTLEE="v5.1.0" CURRENT_MDBTOOLS="master" CURRENT_QT_ANDROID_CMAKE="e3bd0c4930dfa154cacb71d8960474ec00ceca4f" @@ -163,7 +163,7 @@ for package in "${PACKAGES[@]}" ; do git_checkout_library libxslt $CURRENT_XSLT https://github.com/GNOME/libxslt.git ;; breeze-icons) - git_checkout_library breeze-icons master https://github.com/kde/breeze-icons.git + git_checkout_library breeze-icons $CURRENT_BREEZE_ICONS https://github.com/kde/breeze-icons.git ;; googlemaps) git_checkout_library googlemaps master https://github.com/Subsurface-divelog/googlemaps.git |