@@ -124,7 +124,6 @@ parts:
124124 COPYCONF=0 # copy example config into users data folder, 1 = enabled
125125 JOBS=4 # 0 means off and make will run without -j
126126 PATCH=1 # 1 = enabled
127- SPLASHPNGS=0 # patch pngs to differ visaully from those installed from self compilation or other source like deb
128127 FIXPPCBUILD=1 # if ppc builds fail due to failed qt, apps part will return error and build will fail, 1 = enabled
129128 EXTRALOG=0 # prints env and all installed files at the end of current script
130129 RUNTESTS=0 # run make check after post install part
@@ -173,20 +172,6 @@ parts:
173172 else
174173 echo "APPLY .patch files during compilation is disabled, skipping"
175174 fi
176- if [ $SPLASHPNGS = 1 ]; then
177- echo "replace splash screen with snapcrafts"
178- mv -f $SNAPCRAFT_PART_BUILD/contrib/snap/images/splash.png $SNAPCRAFT_PART_BUILD/src/qt/res/images/splash.png
179- mv -f $SNAPCRAFT_PART_BUILD/contrib/snap/images/splash_regtest.png $SNAPCRAFT_PART_BUILD/src/qt/res/images/splash_regtest.png
180- mv -f $SNAPCRAFT_PART_BUILD/contrib/snap/images/splash_testnet.png $SNAPCRAFT_PART_BUILD/src/qt/res/images/splash_testnet.png
181- mv -f $SNAPCRAFT_PART_BUILD/contrib/snap/icons/favicon.ico $SNAPCRAFT_PART_BUILD/share/pixmaps/favicon.ico
182- mv -f $SNAPCRAFT_PART_BUILD/contrib/snap/icons/favicon_testnet.ico $SNAPCRAFT_PART_BUILD/share/pixmaps/favicon_testnet.ico
183- mv -f $SNAPCRAFT_PART_BUILD/contrib/snap/icons/favicon_regtest.ico $SNAPCRAFT_PART_BUILD/share/pixmaps/favicon_regtest.ico
184- mv -f $SNAPCRAFT_PART_BUILD/build-aux/snap/local/desktop/${BINPREF}.png $SNAPCRAFT_PART_BUILD/src/qt/res/icons/${BINPREF}.png
185- mv -f $SNAPCRAFT_PART_BUILD/build-aux/snap/local/desktop/${BINPREF}_testnet.png $SNAPCRAFT_PART_BUILD/src/qt/res/icons/${BINPREF}_testnet.png
186- mv -f $SNAPCRAFT_PART_BUILD/build-aux/snap/local/desktop/${BINPREF}_regtest.png $SNAPCRAFT_PART_BUILD/src/qt/res/icons/${BINPREF}_regtest.png
187- else
188- echo "patch icons and images is disabled, skipping"
189- fi
190175 if [ $DEPENDS = 1 ]; then
191176 echo "-----------------------------------------------"
192177 echo "+++++++++++++++++++++++++++++++++++++++++++++++"
0 commit comments