Added icon and shortcut applications
This commit is contained in:
parent
822099c90c
commit
480a15cfe4
6
DroidQuest.desktop
Normal file
6
DroidQuest.desktop
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Droid Quest
|
||||||
|
Exec=DroidQuest
|
||||||
|
Icon=DroidQuest
|
||||||
|
Type=Application
|
||||||
|
Categories=Game;LogicGame;
|
BIN
DroidQuest.png
Normal file
BIN
DroidQuest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
4
Makefile
4
Makefile
@ -16,6 +16,8 @@ install:
|
|||||||
cp -v src/main/resources/chips/* /usr/share/DroidQuest/chips/
|
cp -v src/main/resources/chips/* /usr/share/DroidQuest/chips/
|
||||||
cp -v target/$(JAR) /usr/share/DroidQuest/$(JAR)
|
cp -v target/$(JAR) /usr/share/DroidQuest/$(JAR)
|
||||||
cp -v $(BIN) /usr/bin/$(BIN)
|
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:
|
uninstall:
|
||||||
rm -v /usr/share/DroidQuest/chips/*
|
rm -v /usr/share/DroidQuest/chips/*
|
||||||
@ -23,6 +25,8 @@ uninstall:
|
|||||||
rmdir -v /usr/share/DroidQuest/chips
|
rmdir -v /usr/share/DroidQuest/chips
|
||||||
rmdir -v /usr/share/DroidQuest
|
rmdir -v /usr/share/DroidQuest
|
||||||
rm -v /usr/bin/$(BIN)
|
rm -v /usr/bin/$(BIN)
|
||||||
|
rm -v /usr/share/pixmaps/DroidQuest.png
|
||||||
|
rm -v /usr/share/applications/DroidQuest.desktop
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -vR -f *.o *.~ target/classes/ target/maven-archiver target/maven-status
|
rm -vR -f *.o *.~ target/classes/ target/maven-archiver target/maven-status
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
DroidQuest
|
Droid Quest
|
||||||
==========
|
===========
|
||||||
|
|
||||||
A Java recreation of the classic game Robot Odyssey I
|
A Java recreation of the classic game Robot Odyssey I
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2000 Thomas Foote
|
Copyright (c) 2000 Thomas Foote
|
||||||
|
|
||||||
Optimization to compile, install, and run under linux:
|
Optimization to compile, install, and run under linux:
|
||||||
|
|
||||||
Copyright (c) 2015 Chris Cromer
|
Copyright (c) 2015 Chris Cromer
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
Loading…
Reference in New Issue
Block a user