diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..caba135 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +deb: + ./scripts/package/debian.sh +clean: + rm -rf dist + rm -rf build + +install: deb + sudo apt install ./dist/planet.deb diff --git a/README.md b/README.md index cceb34a..96e583f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Instead of making you type in every single field, Planet lets you write it one t #### Prerequisites * [Minecraft Pi: Reborn](https://jenkins.thebrokenrail.com) AppImage or DEB install * PyQt5 -*i Python 3 +* Python 3 * `pypresence` * `qtdarktheme` * Pillow diff --git a/planet/splashes.py b/planet/splashes.py index 9503b1d..26831b6 100644 --- a/planet/splashes.py +++ b/planet/splashes.py @@ -65,4 +65,52 @@ SPLASHES = [ "Now with dynamic building!", "Now with more surprises!", "Now with more confusion!", + "Now without pi-nbt!", + "Now does not need gcc!", + "Planet 2 coming soon!", + "Leaked!", + "Bater Wuckets are bad!", + "Secret stuff!", + "StevePi Org is fake?", + "No way!", + "You would touch with a 50 foot pole!", + "Minecraft Pi Reborn ++ Extended 5G Ultra Plus Minus Fold Mini Max Pro Galaxy", + "No chat reports!", + "#saveminecraft", + "Technoblade never dies!", + "Gotta work!", + "Work all day!", + "You are AFK!", + "Amir is a thief.", + "Shrimpyy is a thief.", + "Pure-Python!", + "The newest anarchy launcher!", + "!1!1!", + "!!!!!", + "Jetpacks!", + "That's all folks! - Day 984", + "The countdown to end all counters: 16", + "Star Wars!", + "Gotta fill with more splash texts!", + "Most end with!", + "How am I going to feed jelly those days?", + "There is only one can of cat food left, and that's going to the market", + "We ashk for a shmall donatshion of ten thoushand diamondshs!" + "YOU SHPEAK WHEN SHPOKEN TO!", + "SSHHUT UP!", + "You were exclusively banned from the deep dark!", + "We got the enchanter!", + "S tier!", + "Kraineff is a thief", + "Top 10 Bdubs rage collection!", + "We're gonna steal a mountain!", + "Target: steal a mountain!", + "Let's go steal a mountain!", + "The first tech mod!", + "#nochatreports", + "But there was something SUSPICIOUS about this pool party!", + "----END SPLASH TEXT----", + "----BEGIN SPLASH TEXT----", + "Love2D > Pacake", + "FG6 had this idea first... probably...", ] diff --git a/requirements.txt b/requirements.txt index d842460..e1cda60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pillow qtwidgets darkdetect pynbt -editpi +editpi>=1.1 diff --git a/scripts/package/deb/postinst b/scripts/package/deb/postinst index 358c1f3..6fff139 100755 --- a/scripts/package/deb/postinst +++ b/scripts/package/deb/postinst @@ -2,4 +2,3 @@ pip3 install pyqtdarktheme pypresence pillow darkdetect qtwidgets editpi>=1.1 mc link /usr/lib/planet-launcher/main.py /usr/bin/planet-launcher chmod 755 /usr/lib/planet-launcher/main.py link /usr/lib/planet-launcher/assets/misc/planet-launcher.desktop /usr/share/applications/planet-launcher.desktop -link /usr/lib/planet-launcher/textures.py /usr/bin/mcpit