forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If xdg-open isn't installed (as it wouldn't be in a sandboxed build, since it wasn't specified as a dependency), this will fail package checks at the end. In fact, these lines are useless anyway, as .desktop files (per spec) treat them as comments, not as paths to an interpeter. This seems to be a misunderstanding upstream.
- Loading branch information
1 parent
5f78ef1
commit 635470d
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
x11/xscreensaver/patches/patch-driver_xscreensaver-settings.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
$NetBSD: patch-driver_xscreensaver-settings.desktop.in,v 1.1 2024/02/08 00:50:15 gutteridge Exp $ | ||
|
||
Drop unnecessary shebang line. | ||
|
||
--- driver/xscreensaver-settings.desktop.in.orig 2023-08-02 19:16:05.536755617 +0000 | ||
+++ driver/xscreensaver-settings.desktop.in | ||
@@ -1,4 +1,3 @@ | ||
-#!/usr/bin/env xdg-open | ||
[Desktop Entry] | ||
Exec=xscreensaver-settings | ||
Icon=xscreensaver |
11 changes: 11 additions & 0 deletions
11
x11/xscreensaver/patches/patch-driver_xscreensaver.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
$NetBSD: patch-driver_xscreensaver.desktop.in,v 1.1 2024/02/08 00:50:15 gutteridge Exp $ | ||
|
||
Drop unnecessary shebang line. | ||
|
||
--- driver/xscreensaver.desktop.in.orig 2023-08-02 19:17:40.690400428 +0000 | ||
+++ driver/xscreensaver.desktop.in | ||
@@ -1,4 +1,3 @@ | ||
-#!/usr/bin/env xdg-open | ||
[Desktop Entry] | ||
Exec=xscreensaver | ||
Icon=xscreensaver |