commit ff7fe1be6bc29c4f4f8d9c15fd9b38c5c49407fd
parent f2f641f1ba3b9b76d6416cbdd466aa1dc439ab0b
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 18 Oct 2019 14:29:30 +0300
added desktop entry
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -49,9 +49,11 @@ install: st
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
tic -sx st.info
@echo Please see the README file regarding the terminfo entry of st.
+ cp -f st.desktop /usr/share/applications
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/st
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
+ rm -f /usr/share/applications/st.desktop
.PHONY: all options clean dist install uninstall
diff --git a/st.desktop b/st.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=st
+Comment=simple-terminal emulator for X
+Icon=utilities-terminal
+Exec=st
+Categories=System;TerminalEmulator