From d4a8f3ce850efb6d35864fa91828a17da04a248c Mon Sep 17 00:00:00 2001 From: NNB Date: Tue, 18 May 2021 14:33:41 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Add=20bt.desktop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++++ bt.desktop | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100755 bt.desktop diff --git a/Makefile b/Makefile index 8ba24f3..3910b16 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,15 @@ install: @cp -p bin/bt $(PREFIX)/bin/ @cp -p bin/bt-app $(PREFIX)/bin/ @cp -p man/bt.1 $(MANDIR)/man1/ + @cp -p bt.desktop /usr/share/applications/bt.desktop @chmod 755 $(PREFIX)/bin/bt @chmod 755 $(PREFIX)/bin/bt-app + @chmod 755 /usr/share/applications/bt.desktop uninstall: @rm -rf $(PREFIX)/bin/bt + @rm -rf $(PREFIX)/bin/bt-app @rm -rf $(MANDIR)/man1/bt.1* + @rm -rf /usr/share/applications/bt.desktop diff --git a/bt.desktop b/bt.desktop new file mode 100755 index 0000000..b483e78 --- /dev/null +++ b/bt.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=BT +Comment=ST terminal that SuperB +Exec="bt-app" +Icon=utilities-terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator;