Ask desktop files to repo.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 25 Mar 2019 22:38:34 +0000 (18:38 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 26 Mar 2019 02:37:13 +0000 (22:37 -0400)
Makefile
superhack.desktop [new file with mode: 0644]
wumpus.desktop [new file with mode: 0644]

index 6ea41da57486618d3e53db292e6c8c067c4149ee..6b19476b194fd1d1d28b578e181acee90d37f2ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ wumpus.6: wumpus.xml
 wumpus.html: wumpus.xml
        xmlto html-nochunks wumpus.xml 
 
-SOURCES = README COPYING NEWS control Makefile wumpus.c superhack.c wumpus.xml wumpus.png
+SOURCES = README COPYING NEWS control Makefile wumpus.c superhack.c wumpus.xml wumpus.png wumpus.desktop superhack.desktop
 
 install: wumpus superhack wumpus.6
        mkdir -p $(prefix)/bin
diff --git a/superhack.desktop b/superhack.desktop
new file mode 100644 (file)
index 0000000..ea34665
--- /dev/null
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Superhack
+GenericName=Wumpus satire
+Comment=Superhack is a satire, structurally quite similar to Wumpus
+Icon=wumpus
+Exec=superhack
+Type=Application
+Categories=Game;StrategyGame;
+Terminal=true
diff --git a/wumpus.desktop b/wumpus.desktop
new file mode 100644 (file)
index 0000000..776d226
--- /dev/null
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Wumpus
+GenericName=Hunt the Wumpus
+Comment=The classic game of Hunt the Wumpus
+Icon=wumpus
+Exec=wumpus
+Type=Application
+Categories=Game;StrategyGame;
+Terminal=true