Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383185 - app-office/calligra-l10n-2.3.81 don't compile localization files
Summary: app-office/calligra-l10n-2.3.81 don't compile localization files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-16 07:18 UTC by Egor Y. Egorov
Modified: 2011-09-16 08:52 UTC (History)
3 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 Egor Y. Egorov 2011-09-16 07:18:40 UTC
app-office/calligra-l10n-2.3.81 don't compile localization files

Reproducible: Always

Steps to Reproduce:
1. LINGUAS="ru" emerge =calligra-l10n-2.3.81
2. qlist app-office/calligra-l10n | wc -l



Expected Results:  
Some files must be installed
Comment 1 Egor Y. Egorov 2011-09-16 07:36:23 UTC
Patch bellow solve the problem:

--- calligra-l10n-2.3.81.ebuild_orig    2011-09-15 18:38:29.000000000 +0700
+++ calligra-l10n-2.3.81.ebuild 2011-09-16 14:34:49.000000000 +0700
@@ -48,7 +48,7 @@
        # add all linguas to cmake
        if [[ -n ${A} ]]; then
                for lng in ${MY_LANGS}; do
-                       dir="${PN}-${lng}-${MY_PV}"
+                       dir="${PN}-${lng}-${PV}"
                        if [[ -d "${dir}" ]] ; then
                                echo "add_subdirectory( ${dir} )" >> "${S}"/CMakeLists.txt
                        fi
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2011-09-16 08:52:26 UTC
My bad, i have just cs lingua so it didn't install anything correctly, so i expected everything to work :)

Fixed in main tree, thanks for the report.