SHA256
1
0
forked from pool/libcanberra

Accepting request 126890 from 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. (forwarded request 126887 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/126890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanberra?expand=0&rev=32
This commit is contained in:
Stephan Kulow 2012-07-02 19:24:03 +00:00 committed by Git OBS Bridge
commit 7c9b07c0ab
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# to be sourced
if [ -z "$GTK_MODULES" ] ; then if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module" GTK_MODULES="canberra-gtk-module"
else else

View File

@ -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 Wed May 16 06:11:59 UTC 2012 - vuntz@opensuse.org