From: Eric S. Raymond Date: Mon, 25 Mar 2019 22:38:34 +0000 (-0400) Subject: Ask desktop files to repo. X-Git-Tag: 1.7~2 X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=commitdiff_plain;h=e908716dca1112d6f920974b0bec0f628910f250 Ask desktop files to repo. --- diff --git a/Makefile b/Makefile index 6ea41da..6b19476 100644 --- 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 index 0000000..ea34665 --- /dev/null +++ b/superhack.desktop @@ -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 index 0000000..776d226 --- /dev/null +++ b/wumpus.desktop @@ -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