- commit
- 781a8e84a2415d99ae01da9adab96299cacdd641
- parent
- 27e3af1cbb55cf085a31627508acfe187c7ec2e2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-09-18 21:39
add .desktop file
Diffstat
| M | Makefile | 2 | ++ |
| A | xiterm.desktop | 10 | ++++++++++ |
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
@@ -12,8 +12,10 @@ clean: 12 12 13 13 install: all 14 14 install -D -m 755 xiterm ${DESTDIR}${PREFIX}/bin/xiterm -1 15 install -D xiterm.desktop ${DESTDIR}${PREFIX}/share/applications/xiterm.desktop 15 16 16 17 uninstall: 17 18 rm -f ${DESTDIR}${PREFIX}/bin/xiterm -1 19 rm -f ${DESTDIR}${PREFIX}/share/applications/xiterm.desktop 18 20 19 21 .PHONY: all clean install uninstall
diff --git a/xiterm.desktop b/xiterm.desktop
@@ -0,0 +1,10 @@ -1 1 [Desktop Entry] -1 2 Version=1.0 -1 3 Name=XiTerm -1 4 Comment=Terminal Emulator -1 5 GenericName=Terminal Emulator -1 6 Exec=xiterm -1 7 Icon=utilities-terminal -1 8 Terminal=false -1 9 Type=Application -1 10 Categories=GTK;System;TerminalEmulator;