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



commit 39a2949055acc4f24a7df0d1bd8157dd5c397ba8
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 576a7e9cb..4fe393edd 100644
--- a/meson.build
+++ b/meson.build
@@ -92,6 +92,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]