Skip to content

Commit 50f8701

Browse files
committed
Build: Remove no longer used old splash images
These were used pre-5.0 and are no longer used.
1 parent 3ed1974 commit 50f8701

File tree

6 files changed

+1
-22
lines changed

6 files changed

+1
-22
lines changed

build-aux/snap/snapcraft.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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 "+++++++++++++++++++++++++++++++++++++++++++++++"

src/Makefile.qt.include

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,7 @@ BITCOIN_QT_CPP += $(BITCOIN_QT_WALLET_CPP)
623623
endif
624624

625625
RES_IMAGES = \
626-
qt/res/images/about.png \
627-
qt/res/images/splash.png \
628-
qt/res/images/splash_testnet.png \
629-
qt/res/images/splash_regtest.png
626+
qt/res/images/about.png
630627

631628
RES_CSS = \
632629
qt/res/css/default.css \

src/qt/pivx.qrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
</qresource>
1919
<qresource prefix="/images">
2020
<file alias="about">res/images/about.png</file>
21-
<file alias="splash">res/images/splash.png</file>
22-
<file alias="splash_testnet">res/images/splash_testnet.png</file>
23-
<file alias="splash_regtest">res/images/splash_regtest.png</file>
2421
</qresource>
2522
<qresource prefix="/">
2623
<file alias="bg-splash">res/images/bg-splash.svg</file>

src/qt/res/images/splash.png

-33.1 KB
Binary file not shown.
-30 KB
Binary file not shown.
-16.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)