diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-05-15 15:38:20 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-05-15 15:38:20 +0400 |
| commit | 88f0dbd57fb2172127a3f5d00ea010eef412fa18 (patch) | |
| tree | f3389782a3396310d8fe351d7df85597dc9c6c4b | |
| parent | aafbcccc88b4c62ce75e7f73cb4736177c2ae025 (diff) | |
Added desktop file
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | surf.desktop | 7 | ||||
| -rwxr-xr-x | webext-surf.so | bin | 16568 -> 0 bytes |
4 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.o +*.so surf *.orig *.rej @@ -64,6 +64,7 @@ install: all mkdir -p $(DESTDIR)$(MANPREFIX)/man1 sed "s/VERSION/$(VERSION)/g" < surf.1 > $(DESTDIR)$(MANPREFIX)/man1/surf.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/surf.1 + cp -f surf.desktop $(DESTDIR)$(PREFIX)/share/applications uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/surf diff --git a/surf.desktop b/surf.desktop new file mode 100644 index 0000000..f28a6ea --- /dev/null +++ b/surf.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=surf +Comment=Suckless browser +Icon=surf +Exec=surf +Categories=Utility;WebBrowser diff --git a/webext-surf.so b/webext-surf.so Binary files differdeleted file mode 100755 index a1e1478..0000000 --- a/webext-surf.so +++ /dev/null |