[gnome-control-center/gnome-3-36] sound: Fix translation of "System Sounds"



commit 239996fd58fe7920829d3bac2c42776689155fde
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 2 01:27:46 2020 +0200

    sound: Fix translation of "System Sounds"
    
    The wrong package name got passed for the gvc subproject, so an empty
    gettext package name ended up being used to look for the "System Sounds"
    translation.
    
    Pass the package name so that the translation works as expected.
    
    Closes: #426

 meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index df1f7ffc7..eb3d8459f 100644
--- a/meson.build
+++ b/meson.build
@@ -93,6 +93,8 @@ libgvc = subproject(
   default_options: [
     'static=true',
     'alsa=false',
+    'package_name=' + control_center_gettext,
+    'package_version=' + meson.project_version(),
   ]
 )
 libgvc_dep = libgvc.get_variable('libgvc_dep')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]