Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2024 15:59:14 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: de09427dca6b - main - www/linux-vieb: Fix .desktop file
Message-ID:  <202409041559.484FxEvW020898@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de09427dca6b0e606290952a8fcb0f22ab1e0aae

commit de09427dca6b0e606290952a8fcb0f22ab1e0aae
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-09-04 15:54:14 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-09-04 15:54:14 +0000

    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
---
 www/linux-vieb/Makefile                 | 1 +
 www/linux-vieb/files/linux-vieb.desktop | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409041559.484FxEvW020898>