From c1b9baa290c03be4320c5459caf5c078555994074ca8dfbf14c45f8e7486de06 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 16 Jan 2010 16:51:52 +0000 Subject: [PATCH] Accepting request 29771 from X11:lxde Copy from X11:lxde/xdg-utils via accept of submit request 29771 revision 3. Request was accepted with message: I take this without .changes file, but you should not do this again OBS-URL: https://build.opensuse.org/request/show/29771 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=5 --- xdg-utils-1.0.2-lxde-support.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xdg-utils-1.0.2-lxde-support.patch b/xdg-utils-1.0.2-lxde-support.patch index 94b47b3..b94f70c 100644 --- a/xdg-utils-1.0.2-lxde-support.patch +++ b/xdg-utils-1.0.2-lxde-support.patch @@ -5,7 +5,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-desktop-icon newxdg-utils-1.0.2//scripts/x if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -16,7 +16,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-desktop-menu newxdg-utils-1.0.2//scripts/x if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -27,7 +27,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-email newxdg-utils-1.0.2//scripts/xdg-emai if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -49,7 +49,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-icon-resource newxdg-utils-1.0.2//scripts/ if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -60,7 +60,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-mime newxdg-utils-1.0.2//scripts/xdg-mime if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -71,7 +71,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-open newxdg-utils-1.0.2//scripts/xdg-open if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -93,7 +93,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-screensaver newxdg-utils-1.0.2//scripts/xd if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi } @@ -104,7 +104,7 @@ diff -uNr xdg-utils-1.0.2/scripts/xdg-su newxdg-utils-1.0.2//scripts/xdg-su if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde; elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome; elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce; -+ elif [ x"$DESKTOP_SESSION" == x"LXDE"]; then DE=lxde; ++ elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde; fi }