From 3d0baf8d00e214dd16368aae7c974a43c789a9d9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 8 Jul 2022 13:35:28 +0200 Subject: [PATCH] android build: restore prev "make theming" behaviour - note: "make theming" is kivy-specific, and not needed for the qml gui apk - note: "make theming" does not run automatically as part of the build scripts, although it used to in the past. For reproducible builds, the "electrum/gui/kivy/theming/atlas" git submodule contains the build artefacts. However, the user is supposed to manually run "make theming" when changing the atlas/images. --- contrib/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Makefile b/contrib/android/Makefile index 1dcf7ecf4..93d426877 100644 --- a/contrib/android/Makefile +++ b/contrib/android/Makefile @@ -25,7 +25,7 @@ export BUILD_TIME := $(shell LC_ALL=C TZ=UTC date +'%H:%M:%S' -d @$(SOUR theming: #bash -c 'for i in network lightning; do convert -background none theming/light/$i.{svg,png}; done' - #$(PYTHON) -m kivy.atlas ../../electrum/gui/kivy/theming/atlas/light 1024 ../../electrum/gui/kivy/theming/light/*.png + $(PYTHON) -m kivy.atlas ../../electrum/gui/kivy/theming/atlas/light 1024 ../../electrum/gui/kivy/theming/light/*.png prepare: # running pre build setup # copy electrum to main.py