components/desktop/xdg-utils/patches/0001-xdg-utils-01-bash.patch
author Jay Cotton <Jay.Cotton@Oracle.COM>
Sat, 01 Oct 2016 21:55:12 -0700
changeset 7037 680031ff5b57
permissions -rw-r--r--
23245496 Move xdg-utils 1.0.2 to Userland PSARC/2010/143 GNOME 2.30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7037
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     1
Existing set of desktop patches
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     2
Not suitable for upstream
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     3
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     4
diff -r d75a7365fc3b scripts/xdg-desktop-icon
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     5
--- a/scripts/xdg-desktop-icon	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     6
+++ b/scripts/xdg-desktop-icon	Sun Sep 30 18:39:32 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     7
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     8
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     9
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    10
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    11
 #   xdg-desktop-icon
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    12
 #
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    13
diff -r d75a7365fc3b scripts/xdg-desktop-menu
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    14
--- a/scripts/xdg-desktop-menu	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    15
+++ b/scripts/xdg-desktop-menu	Sun Sep 30 18:39:36 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    16
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    17
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    18
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    19
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    20
 #   xdg-desktop-menu
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    21
 #
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    22
diff -r d75a7365fc3b scripts/xdg-email
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    23
--- a/scripts/xdg-email	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    24
+++ b/scripts/xdg-email	Sun Sep 30 18:39:39 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    25
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    26
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    27
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    28
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    29
 #   xdg-email
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    30
 #
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    31
diff -r d75a7365fc3b scripts/xdg-icon-resource
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    32
--- a/scripts/xdg-icon-resource	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    33
+++ b/scripts/xdg-icon-resource	Sun Sep 30 18:39:41 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    34
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    35
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    36
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    37
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    38
 #   xdg-icon-resource
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    39
 #
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    40
diff -r d75a7365fc3b scripts/xdg-mime
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    41
--- a/scripts/xdg-mime	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    42
+++ b/scripts/xdg-mime	Sun Sep 30 18:39:43 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    43
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    44
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    45
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    46
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    47
 #   xdg-mime
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    48
 #
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    49
diff -r d75a7365fc3b scripts/xdg-open
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    50
--- a/scripts/xdg-open	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    51
+++ b/scripts/xdg-open	Sun Sep 30 18:39:48 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    52
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    53
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    54
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    55
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    56
 #   xdg-open
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    57
 #
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    58
diff -r d75a7365fc3b scripts/xdg-screensaver
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    59
--- a/scripts/xdg-screensaver	Sun Sep 30 18:38:14 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    60
+++ b/scripts/xdg-screensaver	Sun Sep 30 18:39:53 2007 +0530
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    61
@@ -1,4 +1,4 @@
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    62
-#!/bin/sh
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    63
+#!/usr/bin/bash
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    64
 #---------------------------------------------
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    65
 #   xdg-screensaver
680031ff5b57 23245496 Move xdg-utils 1.0.2 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    66
 #