From a598dbe24a44263e89cbc0b4471a7609c9953c488d732eacdfb8ebc0956044fc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 2 Jul 2012 10:46:11 +0000 Subject: [PATCH] Accepting request 126887 from home:dimstar:branches:GNOME:Factory - Add "# to be sourced" to libcanberra-gtk-module.sh (bnc#750980). Xinitrc newly distinguishes between scripts that need to be sourced and scripts that should be executed. As executing is the default, scripts need to 'request to be sourced' using this special tag. OBS-URL: https://build.opensuse.org/request/show/126887 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libcanberra?expand=0&rev=49 --- libcanberra-gtk-module.sh | 2 ++ libcanberra.changes | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/libcanberra-gtk-module.sh b/libcanberra-gtk-module.sh index 3ef3166..57e3f43 100644 --- a/libcanberra-gtk-module.sh +++ b/libcanberra-gtk-module.sh @@ -1,5 +1,7 @@ #!/bin/sh +# to be sourced + if [ -z "$GTK_MODULES" ] ; then GTK_MODULES="canberra-gtk-module" else diff --git a/libcanberra.changes b/libcanberra.changes index 4e27924..1735759 100644 --- a/libcanberra.changes +++ b/libcanberra.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 2 09:51:09 UTC 2012 - dimstar@opensuse.org + +- Add "# to be sourced" to libcanberra-gtk-module.sh (bnc#750980). + Xinitrc newly distinguishes between scripts that need to be + sourced and scripts that should be executed. As executing is the + default, scripts need to 'request to be sourced' using this + special tag. + ------------------------------------------------------------------- Wed May 16 06:11:59 UTC 2012 - vuntz@opensuse.org