st

Custom st fork
git clone git://git.deurzen.net/st
Log | Files | Refs | README | LICENSE

commit e3b02f631276e6ac6ddaf742f2aa5a2caf4005ca
parent e055767752f437d1d6051bcab3a8e568cc695609
Author: deurzen <m.deurzen@tum.de>
Date:   Thu, 14 Jan 2021 01:42:32 +0100

applies st-desktopentry-0.8.2.diff

Diffstat:
MMakefile | 3+++
Ast.desktop | 7+++++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -49,9 +49,12 @@ 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. + mkdir -p $(DESTDIR)$(PREFIX)/share/applications + cp -f st.desktop $(DESTDIR)$(PREFIX)/share/applications uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 + rm -f $(DESTDIR)$(PREFIX)/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