SHA256
1
0
forked from pool/xdg-utils

Accepting request 37549 from X11:lxde

Copy from X11:lxde/xdg-utils via accept of submit request 37549 revision 8.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/37549
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=8
This commit is contained in:
Lubos Lunak 2010-04-09 13:10:44 +00:00 committed by Git OBS Bridge
parent e79601e384
commit 2088d842ab
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,43 @@
diff -uNr old-xdg-utils-1.0.2//scripts/xdg-email xdg-utils-1.0.2/scripts/xdg-email
--- old-xdg-utils-1.0.2//scripts/xdg-email 2010-04-02 16:58:27.281598288 +0200
+++ xdg-utils-1.0.2/scripts/xdg-email 2010-04-02 17:00:27.931347778 +0200
@@ -617,11 +617,12 @@
detectDE
if [ x"$DE" = x"" ]; then
- # if BROWSER variable is not set, check some well known browsers instead
- if [ x"$BROWSER" = x"" ]; then
- BROWSER=firefox:mozilla:netscape
- fi
- DE=generic
+ DE=generic
+fi
+
+# if BROWSER variable is not set, check some well known browsers instead
+if [ x"$BROWSER" = x"" ]; then
+ BROWSER=firefox:mozilla:netscape
fi
case "$DE" in
diff -uNr old-xdg-utils-1.0.2//scripts/xdg-open xdg-utils-1.0.2/scripts/xdg-open
--- old-xdg-utils-1.0.2//scripts/xdg-open 2010-04-02 16:58:27.290596083 +0200
+++ xdg-utils-1.0.2/scripts/xdg-open 2010-04-02 16:59:40.015352868 +0200
@@ -408,13 +408,14 @@
detectDE
if [ x"$DE" = x"" ]; then
- # if BROWSER variable is not set, check some well known browsers instead
- if [ x"$BROWSER" = x"" ]; then
- BROWSER=firefox:mozilla:netscape
- fi
DE=generic
fi
+# if BROWSER variable is not set, check some well known browsers instead
+if [ x"$BROWSER" = x"" ]; then
+ BROWSER=firefox:mozilla:netscape
+fi
+
case "$DE" in
kde)
open_kde "$url"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 28 17:43:15 UTC 2010 - andrea@opensuse.org
- added xdg-utils-1.0.2-bnc591714.patch to fix bnc#591714
-------------------------------------------------------------------
Thu Jan 14 18:01:21 UTC 2010 - andrea@opensuse.org

View File

@ -36,6 +36,9 @@ Patch3: xdg-kde4-upstream.patch
# PATCH-FEATURE-UPSTREAM xdg-utils-1.0.2-lxde-support.patch fdo#26058 andrea@opensuse.org
# this patch add lxde support to xdg-su and other scripts
Patch4: %name-1.0.2-lxde-support.patch
# PATCH-FIX-UPSTREAM xdg-utils-1.0.2-bnc591714.patch fdo#27551 andrea@opensuse.org
# this patch fix bnc#591714
Patch5: %name-1.0.2-bnc591714.patch
%description
The xdg-utils package is a set of simple scripts that provide basic
@ -61,6 +64,7 @@ these utilities work properly in their environment.
%patch2
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
%configure