From e908716dca1112d6f920974b0bec0f628910f250 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 25 Mar 2019 18:38:34 -0400 Subject: [PATCH] Ask desktop files to repo. --- Makefile | 2 +- superhack.desktop | 9 +++++++++ wumpus.desktop | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 superhack.desktop create mode 100644 wumpus.desktop 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 -- 2.31.1