Summary: | qmpdclient-1.1.2-r1 missing translations | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Yevgeny Filatov <itspec.ru> |
Component: | New packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | qt |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
fix translation install
fixed ebuild fix creating empty folder /usr/share/QMPDClient/translation after install qmpdclient-1.1.2-r1 fix translations install |
Description
Yevgeny Filatov
2009-10-19 13:32:26 UTC
Created attachment 207548 [details]
fix translation install
Also supplemented fix installation folder name and fixed user's config folder name A diff to the existing ebuild would be preferred. (In reply to comment #2) > Also supplemented fix installation folder name > and fixed user's config folder name > This shoulds like an upstream problem ( even though I dont get it ). If so please contact the upstream developers Created attachment 207919 [details, diff]
fixed ebuild
Committed Closing Thanks for reporting it Created attachment 208284 [details, diff]
fix creating empty folder /usr/share/QMPDClient/translation after install
After emerging created 2 folders
/usr/share/QMPDClient/translations
/usr/share/qmpdclient/translations
first folder is empty
my patch solve this bug.
Comment on attachment 208284 [details, diff]
fix creating empty folder /usr/share/QMPDClient/translation after install
emty folder /usr/share/QMPDClient/translation after install
empty folder /usr/share/QMPDClient/translation after install (In reply to comment #9) > empty folder /usr/share/QMPDClient/translation after install > Fixed. Thanks for the patch:) +*qmpdclient-1.1.1-r2 (28 Oct 2009) + + 28 Oct 2009; Markos Chandras <hwoarang@gentoo.org> + -qmpdclient-1.1.1-r1.ebuild, +qmpdclient-1.1.1-r2.ebuild: + Remove empty installation directory. Fixes bug 289717. Thanks to Yevgeny + Filatov <itspec.ru@gmail.com> + In 1.1.2-r1 variable LANGSNOLONG was renamed to LANGSLONG. Also missed code: for X in ${LANGSNOLONG}; do IUSE="${IUSE} linguas_${X%_*}" done for X in ${LANGS};do IUSE="${IUSE} linguas_${X}" done Created attachment 216452 [details, diff]
qmpdclient-1.1.2-r1 fix translations install
That code wasn't missing, it has been moved to qt4-r2.eclass. The problem was that the var in src_install wasn't renamed. Fixed now. Thanks for reporting! |