---- - Makefile | 2 ++ - st.desktop | 7 +++++++ - 2 files changed, 9 insertions(+) - create mode 100644 st.desktop - -diff --git a/Makefile b/Makefile -index 470ac86..0a58d61 100644 ---- a/Makefile -+++ b/Makefile -_AT_@ -49,9 +49,11 @@ install: st +--- st-0.8.2-isotop/Makefile Thu Mar 26 15:55:53 2020 ++++ st-0.8.2/Makefile Sat Feb 9 12:50:41 2019 +_AT_@ -49,12 +49,9 @@ install: st chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 tic -sx st.info _AT_echo Please see the README file regarding the terminfo entry of st. -+ cp -f st.desktop /usr/share/applications +- 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 /usr/share/applications/st.desktop +- rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop .PHONY: all options clean dist install uninstall -diff --git a/st.desktop b/st.desktop -new file mode 100644 -index 0000000..0663e37 ---- /dev/null -+++ b/st.desktop -_AT_@ -0,0 +1,7 @@ -+[Desktop Entry] -+Type=Application -+Name=st -+Comment=simple-terminal emulator for X -+Icon=utilities-terminal -+Exec=st -+Categories=System;TerminalEmulator --- -2.22.0 -Received on Thu Mar 26 2020 - 15:57:50 CET
This archive was generated by hypermail 2.3.0 : Thu Mar 26 2020 - 16:00:47 CET