Fix desktop file, allowing to actually run netsurf as we call it.

Original report from Roman Yakovlev.

okay bentley@ (maintainer).
This commit is contained in:
zhuk 2015-10-23 10:04:47 +00:00
parent e2ae77af13
commit f80f65657d
2 changed files with 15 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.21 2015/03/30 03:01:51 bentley Exp $
# $OpenBSD: Makefile,v 1.22 2015/10/23 10:04:47 zhuk Exp $
COMMENT = lightweight web browser
NETSURF_PROJECT = netsurf
NETSURF_VERSION = 3.3
REVISION = 0
HOMEPAGE= http://www.netsurf-browser.org/
MASTER_SITES = http://download.netsurf-browser.org/netsurf/releases/source/

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-gtk_res_netsurf-gtk_desktop,v 1.1 2015/10/23 10:04:47 zhuk Exp $
Fix program name.
--- gtk/res/netsurf-gtk.desktop.orig Thu Oct 22 23:47:50 2015
+++ gtk/res/netsurf-gtk.desktop Thu Oct 22 23:48:01 2015
@@ -57,7 +57,7 @@ GenericName[pl]=Przeglądarka WWW
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador Web
GenericName[sk]=Internetový prehliadač
-Exec=netsurf-gtk %u
+Exec=netsurf %u
Terminal=false
X-MultipleArgs=false
Type=Application