From 480a15cfe4c3937c8992737fe636f84c454abd50 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 24 Nov 2015 22:58:24 -0300 Subject: [PATCH] Added icon and shortcut applications --- DroidQuest.desktop | 6 ++++++ DroidQuest.png | Bin 0 -> 1024 bytes Makefile | 4 ++++ README.md => README | 6 +++--- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 DroidQuest.desktop create mode 100644 DroidQuest.png rename README.md => README (98%) 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 0000000000000000000000000000000000000000..c0bc7d080748a073b652b301a53727627e5d9f32 GIT binary patch literal 1024 zcmWksZ>ZmM6n=h9-MhP{m2R162en#=lr5z^bZ_ntyViBdcyqjSQ&N<>l1|=vgYGsl zOJ|LxEnaOeM4WOXH7m*swVHS#;gu~f#PNK-_4)oe-*e9M=bYCLEI+V)?z%Yu+owwl zD|)VuGrL9iTh9IT7qA5f9$sD4CqN*8h5<%czV(U!2JWmvWqtY{ThZDQKA z4r{?cEJa9of>B2m>z_g#SCCByo%EnLLz)y0Ml-=AGnmZ+i>zQZrCtp>*zJ<8YJ{WR z;6}G_YnLBt$#Awi-02?f?IE886&~#gPkM%Dd%=rd;ngljMXJMF9$_#VhDr})hm=d0 z^bDGVsPZ5fbyR`!6pC?mBqA9ZksXC7MnzPIrX-=t?M{tIDwT*%LmJZ}ty6Q8bXBv{ zkJd2iq88*a<9E113T z!(?sm+Wfmm=HGww)X~@1kM3SRvUT(4{SQ9++0t}# nn@?Vu{PV>#pTG377%f~p|J25_=RcX8(+8%D%L^ah@2~z3oN%_u literal 0 HcmV?d00001 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