Update to xdg-utils-1.1.3.
This commit is contained in:
parent
16c4522016
commit
b2884d4118
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2017/10/09 04:37:42 bentley Exp $
|
# $OpenBSD: Makefile,v 1.31 2018/05/11 05:47:28 ajacoutot Exp $
|
||||||
|
|
||||||
# Does _not_ depend on desktop-file-utils, hicolor-icon-theme,
|
# Does _not_ depend on desktop-file-utils, hicolor-icon-theme,
|
||||||
# gtk-update-icon-cache, shared-mime-info... on purpose as it should
|
# gtk-update-icon-cache, shared-mime-info... on purpose as it should
|
||||||
@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
COMMENT= utilities to assist desktop integration tasks
|
COMMENT= utilities to assist desktop integration tasks
|
||||||
|
|
||||||
DISTNAME= xdg-utils-1.1.2
|
DISTNAME= xdg-utils-1.1.3
|
||||||
REVISION= 0
|
|
||||||
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (xdg-utils-1.1.2.tar.gz) = lRlS4sa7ISFOC7VODf+gV9MPVWMwAiXCTBb7qEYli8w=
|
SHA256 (xdg-utils-1.1.3.tar.gz) = 15iwivio4gY93ebJ+jOYyoFITyfexkLFYn/8qg1AUdk=
|
||||||
SIZE (xdg-utils-1.1.2.tar.gz) = 296735
|
SIZE (xdg-utils-1.1.3.tar.gz) = 297170
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$OpenBSD: patch-scripts_xdg-open_in,v 1.4 2017/05/09 07:11:55 ajacoutot Exp $
|
$OpenBSD: patch-scripts_xdg-open_in,v 1.5 2018/05/11 05:47:28 ajacoutot Exp $
|
||||||
|
|
||||||
Fix sed(1) usage (i.e. !GNU sed).
|
Fix sed(1) usage (i.e. !GNU sed).
|
||||||
|
|
||||||
Index: scripts/xdg-open.in
|
Index: scripts/xdg-open.in
|
||||||
--- scripts/xdg-open.in.orig
|
--- scripts/xdg-open.in.orig
|
||||||
+++ scripts/xdg-open.in
|
+++ scripts/xdg-open.in
|
||||||
@@ -338,7 +338,7 @@ DEBUG 3 "$xdg_user_dir:$xdg_system_dirs"
|
@@ -353,7 +353,7 @@ DEBUG 3 "$xdg_user_dir:$xdg_system_dirs"
|
||||||
|
|
||||||
open_generic_xdg_file_mime()
|
open_generic_xdg_file_mime()
|
||||||
{
|
{
|
||||||
@ -14,7 +14,7 @@ Index: scripts/xdg-open.in
|
|||||||
open_generic_xdg_mime "$1" "$filetype"
|
open_generic_xdg_mime "$1" "$filetype"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -415,7 +415,7 @@ open_generic()
|
@@ -438,7 +438,7 @@ open_generic()
|
||||||
if [ x"$BROWSER" = x"" ]; then
|
if [ x"$BROWSER" = x"" ]; then
|
||||||
BROWSER=www-browser:links2:elinks:links:lynx:w3m
|
BROWSER=www-browser:links2:elinks:links:lynx:w3m
|
||||||
if has_display; then
|
if has_display; then
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$OpenBSD: patch-scripts_xdg-utils-common_in,v 1.4 2017/05/09 07:11:55 ajacoutot Exp $
|
$OpenBSD: patch-scripts_xdg-utils-common_in,v 1.5 2018/05/11 05:47:28 ajacoutot Exp $
|
||||||
|
|
||||||
Make xdg-open work with toad(8) under KDE4.
|
Make xdg-open work with toad(8) under KDE4.
|
||||||
|
|
||||||
Index: scripts/xdg-utils-common.in
|
Index: scripts/xdg-utils-common.in
|
||||||
--- scripts/xdg-utils-common.in.orig
|
--- scripts/xdg-utils-common.in.orig
|
||||||
+++ scripts/xdg-utils-common.in
|
+++ scripts/xdg-utils-common.in
|
||||||
@@ -309,6 +309,7 @@ detectDE()
|
@@ -313,6 +313,7 @@ detectDE()
|
||||||
if [ x"$DE" = x"" ]; then
|
if [ x"$DE" = x"" ]; then
|
||||||
# classic fallbacks
|
# classic fallbacks
|
||||||
if [ x"$KDE_FULL_SESSION" != x"" ]; then DE=kde;
|
if [ x"$KDE_FULL_SESSION" != x"" ]; then DE=kde;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user