diff --git a/DroidQuest.desktop b/DroidQuest.desktop new file mode 100644 index 0000000..6e53cdf --- /dev/null +++ b/DroidQuest.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Droid Quest +Exec=DroidQuest +Icon=DroidQuest +Type=Application +Categories=Game;LogicGame; diff --git a/DroidQuest.png b/DroidQuest.png new file mode 100644 index 0000000..c0bc7d0 Binary files /dev/null and b/DroidQuest.png differ diff --git a/Makefile b/Makefile index fb5796a..a818ec6 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ install: cp -v src/main/resources/chips/* /usr/share/DroidQuest/chips/ cp -v target/$(JAR) /usr/share/DroidQuest/$(JAR) cp -v $(BIN) /usr/bin/$(BIN) + cp -v DroidQuest.png /usr/share/pixmaps/DroidQuest.png + cp -v DroidQuest.desktop /usr/share/applications/DroidQuest.desktop uninstall: rm -v /usr/share/DroidQuest/chips/* @@ -23,6 +25,8 @@ uninstall: rmdir -v /usr/share/DroidQuest/chips rmdir -v /usr/share/DroidQuest rm -v /usr/bin/$(BIN) + rm -v /usr/share/pixmaps/DroidQuest.png + rm -v /usr/share/applications/DroidQuest.desktop clean: rm -vR -f *.o *.~ target/classes/ target/maven-archiver target/maven-status diff --git a/README.md b/README similarity index 98% rename from README.md rename to README index 3aa46c6..c5539bf 100644 --- a/README.md +++ b/README @@ -1,12 +1,12 @@ -DroidQuest -========== +Droid Quest +=========== A Java recreation of the classic game Robot Odyssey I - Copyright (c) 2000 Thomas Foote Optimization to compile, install, and run under linux: + Copyright (c) 2015 Chris Cromer Permission is hereby granted, free of charge, to any person obtaining