SHA256
1
0
forked from pool/xdg-utils

Accepting request 37559 from X11:common:Factory

Copy from X11:common:Factory/xdg-utils based on submit request 37559 from user llunak

OBS-URL: https://build.opensuse.org/request/show/37559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-utils?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-04-15 23:56:28 +00:00 committed by Git OBS Bridge
parent 7dc6d1617e
commit dac49e8e04
3 changed files with 53 additions and 1 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

@ -24,7 +24,7 @@ License: MIT License (or similar)
Group: System/GUI/Other
Summary: Utilities to uniformly interface desktop environments
Version: 1.0.2
Release: 83
Release: 84
BuildArch: noarch
Url: http://portland.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -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