Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641524 - media-sound/clementine-1.3.1_p20171113 missed localization
Summary: media-sound/clementine-1.3.1_p20171113 missed localization
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fat-Zer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-18 07:53 UTC by Mike Hiretsky
Modified: 2017-12-18 19:24 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hiretsky 2017-12-18 07:53:13 UTC
Missed quotes for -DLINGUAS=$(l10n_get_locales) configure parameter in clementine ebuild.

@@ -117,7 +118,7 @@ src_configure() {
                -DUSE_SYSTEM_GMOCK=ON
                -DUSE_SYSTEM_PROJECTM=ON
                -DBUNDLE_PROJECTM_PRESETS=OFF
-               -DLINGUAS=$(l10n_get_locales)
+               -DLINGUAS="$(l10n_get_locales)"
                -DENABLE_BOX="$(usex box)"
                -DENABLE_AUDIOCD="$(usex cdda)"
                -DENABLE_DBUS="$(usex dbus)"


Reproducible: Always

Steps to Reproduce:
1. emerge =media-sound/clementine-1.3.1_p20171113
2. 
3.
Actual Results:  
Clementine has not localization

Expected Results:  
Clementine has localization
Comment 1 Larry the Git Cow gentoo-dev 2017-12-18 19:24:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ef19be60fd2d18def5d6aa51dd5d185783179e

commit d2ef19be60fd2d18def5d6aa51dd5d185783179e
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-12-18 19:24:16 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-12-18 19:24:45 +0000

    media-sound/clementine: Fix DEPENDs, LINGUAS
    
    Disable tests dir if USE=!test.
    
    Bug: https://bugs.gentoo.org/641586
    Closes: https://bugs.gentoo.org/641524
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/clementine/clementine-1.3.1_p20171113.ebuild | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)