forked from ioncoincore/ion
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build system][GUI][docs] - refactor build process for snap, dpkg (da…
…shpay#151) update snapcraft and dpkg build process ### GUI - [x] gui - update qt images, add new splash, replace banner (5456831) - [x] gui - qt, replace regtest and testnet icons with new (455518c) - [x] gui - update pixmaps from share folder (740dec0) #### New artworks - new QT icons ![ion_testnet](https://user-images.githubusercontent.com/24996551/56173836-bfba7080-5fef-11e9-9ec6-584ce0a64699.png) ![ion_regtest](https://user-images.githubusercontent.com/24996551/56173847-c943d880-5fef-11e9-9e41-d1f7af6b545d.png) - new Daemon icons ![iond256](https://user-images.githubusercontent.com/24996551/56173867-e5e01080-5fef-11e9-8831-e1d20d705e0c.png) ![iond_testnet256](https://user-images.githubusercontent.com/24996551/56173888-f55f5980-5fef-11e9-95e4-402ae64f8bb8.png) ![iond_regtest256](https://user-images.githubusercontent.com/24996551/56173879-eed0e200-5fef-11e9-95d4-8288b32e856e.png) - new splash screens for normal builds and snapcraft - new main splash ![splash](https://user-images.githubusercontent.com/24996551/56173909-1627af00-5ff0-11e9-9895-7f68d9f792f1.png) ![splash_snap](https://user-images.githubusercontent.com/24996551/56173911-1a53cc80-5ff0-11e9-9b75-b963a0811c1d.png) - new testnet splash ![splash_testnet](https://user-images.githubusercontent.com/24996551/56173937-37889b00-5ff0-11e9-9741-c93112ec40e1.png) ![splash_testnet_snap](https://user-images.githubusercontent.com/24996551/56173942-3c4d4f00-5ff0-11e9-93a9-f207bb289c8e.png) - new regtest splash ![splash_regtest](https://user-images.githubusercontent.com/24996551/56173945-43745d00-5ff0-11e9-891e-576dd40d14b5.png) ![splash_regtest_snap](https://user-images.githubusercontent.com/24996551/56173948-4a02d480-5ff0-11e9-80b3-6815577337ab.png) - new SVG sources for splash screens - add metadata and license info to new and some ionomy sources - **TODO** ***add license and author info to all available old resources, if info not available, replace it*** ### Build System - [x] build - snap, remove snap files from share folder (6e52766) - [x] build - snap, refactor snap (efa1af8) - [x] build - debian, update debian building (e392659) - [x] build - snap, remove desktop-qt5 as it is not available with core18 (a1b16b1) ### Docs - [x] docs - snap, create snap readme in doc folder (be5674d) - ### Protocol - [x] set min protocol version to current (1d5f0b0) ## squashed commits * gui - artworks, update SVG sources and cleanup - remove obsolete xcf images - rename ion-ionlogowhite.svg to ion_logo_white.svg - recreate new daemon icon vector graphics * gui - update qt images, add new splash, replace banner - replace ion_logo_horizontal.png - replace all splash screens - add new snapcraft splash screens * gui - qt, replace regtest and testnet icons with new * build - snap, remove snap files from share folder * build - snap, refactor snap - cleanup comments - restructure - add more info in log - added list variables at the end of the job - replace splash by snapcrafts splash - move priming data to snap/desktop - move priming patches to snap/patches (_is not required as all current patches are only applied during compilation_) * gui - update pixmaps from share folder - create new icons - create new pngs - use naming scheme ion_NETWORK - added *48.xpm - added testnet and regtest icons * docs - snap, create snap readme in doc folder * build - debian, update debian building - update control file, add missing build libs - create new icons - use naming scheme ion_NETWORK - update *.desktop files - minor fixes in *.desktop files - create daemon icons for main, testnet and regtest - update installation configs * set min protocol version to current * build - snap, remove desktop-qt5 as it is not available with core18 * travis - add snapcraft.yaml to lint-whitespace whitelist, remove build-dpkd.sh * network - update hardcoded seeds
- Loading branch information
Cevap Master
committed
Feb 6, 2021
1 parent
2154940
commit 8eb0f4a
Showing
145 changed files
with
77,454 additions
and
14,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
usr/local/bin/ion-qt usr/bin | ||
share/pixmaps/ion32.xpm usr/share/pixmaps | ||
share/pixmaps/ion16.xpm usr/share/pixmaps | ||
share/pixmaps/ion32.xpm usr/share/pixmaps | ||
share/pixmaps/ion48.xpm usr/share/pixmaps | ||
share/pixmaps/ion64.xpm usr/share/pixmaps | ||
share/pixmaps/ion128.png usr/share/pixmaps | ||
share/pixmaps/iontestnet32.xpm usr/share/pixmaps | ||
share/pixmaps/iontestnet16.xpm usr/share/pixmaps | ||
share/pixmaps/iontestnet128.png usr/share/pixmaps | ||
share/pixmaps/ionregtest32.xpm usr/share/pixmaps | ||
share/pixmaps/ionregtest16.xpm usr/share/pixmaps | ||
share/pixmaps/ionregtest128.png usr/share/pixmaps | ||
share/pixmaps/ion256.xpm usr/share/pixmaps | ||
share/pixmaps/ion_testnet16.xpm usr/share/pixmaps | ||
share/pixmaps/ion_testnet32.xpm usr/share/pixmaps | ||
share/pixmaps/ion_testnet48.xpm usr/share/pixmaps | ||
share/pixmaps/ion_testnet64.xpm usr/share/pixmaps | ||
share/pixmaps/ion_testnet128.png usr/share/pixmaps | ||
share/pixmaps/ion_testnet256.xpm usr/share/pixmaps | ||
share/pixmaps/ion_regtest16.xpm usr/share/pixmaps | ||
share/pixmaps/ion_regtest32.xpm usr/share/pixmaps | ||
share/pixmaps/ion_regtest48.xpm usr/share/pixmaps | ||
share/pixmaps/ion_regtest64.xpm usr/share/pixmaps | ||
share/pixmaps/ion_regtest128.png usr/share/pixmaps | ||
share/pixmaps/ion_regtest256.xpm usr/share/pixmaps | ||
debian/ion-qt.desktop usr/share/applications | ||
debian/ion-qt-testnet.desktop usr/share/applications | ||
debian/ion-qt-regtest.desktop usr/share/applications | ||
debian/ion-qt_testnet.desktop usr/share/applications | ||
debian/ion-qt_regtest.desktop usr/share/applications | ||
debian/ion-qt.protocol usr/share/kde4/services/ | ||
debian/ion-qt-testnet.protocol usr/share/kde4/services/ | ||
debian/ion-qt-regtest.protocol usr/share/kde4/services/ | ||
debian/ion-qt_testnet.protocol usr/share/kde4/services/ | ||
debian/ion-qt_regtest.protocol usr/share/kde4/services/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.