diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2024-09-04 15:54:14 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2024-09-04 15:54:14 +0000 |
commit | de09427dca6b0e606290952a8fcb0f22ab1e0aae (patch) | |
tree | 99ff727f29627080cc78e3761754cd5f28f55359 | |
parent | 8a5936ed301ec363fd7e80762e74bacf0d69fd05 (diff) | |
download | ports-de09427dca6b0e606290952a8fcb0f22ab1e0aae.tar.gz ports-de09427dca6b0e606290952a8fcb0f22ab1e0aae.zip |
www/linux-vieb: Fix .desktop file
- Add the field code %U to the .desktop file, so that it's possible
to open URL via xdg-open (or similar program) when vieb is set as
default browser.
- Bump PORTREVISION
-rw-r--r-- | www/linux-vieb/Makefile | 1 | ||||
-rw-r--r-- | www/linux-vieb/files/linux-vieb.desktop | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-vieb/Makefile b/www/linux-vieb/Makefile index 6f13c6eded08..91cd981881f1 100644 --- a/www/linux-vieb/Makefile +++ b/www/linux-vieb/Makefile @@ -1,5 +1,6 @@ PORTNAME= vieb DISTVERSION= 12.0.0 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= https://github.com/Jelmerro/Vieb/releases/download/${DISTVERSION}/ \ LOCAL/nivit/${PORTNAME}/:images diff --git a/www/linux-vieb/files/linux-vieb.desktop b/www/linux-vieb/files/linux-vieb.desktop index 1ae0d57f6c26..069f29987303 100644 --- a/www/linux-vieb/files/linux-vieb.desktop +++ b/www/linux-vieb/files/linux-vieb.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Categories=Network;WebBrowser; Comment=Vieb Inspired Electron Browser (Linux version) -Exec=linux-vieb +Exec=linux-vieb %U Icon=vieb MimeType=text/html;text/xml;application/xhtml+xml;application/xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https; Name=Vieb (Linux version) |