trinity-meta-2.eclass: add "translations" to TSM_EXTRACT_LIST

Almost every package requires access to translation directory (mostly to
get translation of its *.desktop files) there is no use in extracting it
on a per-package basis.

Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/195
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7b2216ceda)
r14.1.x
Alexander Golubev 5 months ago committed by Slávek Banko
parent 0b49a10038
commit d716f9a30b
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -174,7 +174,7 @@ trinity-meta-2_create_extractlists() {
#Adding documentation
[[ "${TRINITY_HANDBOOK}" == "optional" ]] && TSM_EXTRACT_LIST+=" doc"
TSM_EXTRACT_LIST+=" ${TSM_EXTRACT} ${TSM_EXTRACT_ALSO} cmake/ CMakeLists.txt"
TSM_EXTRACT_LIST+=" ${TSM_EXTRACT} ${TSM_EXTRACT_ALSO} cmake/ translations/ CMakeLists.txt"
TSM_EXTRACT_LIST+=" config.h.cmake ConfigureChecks.cmake"
[[ ${TRINITY_BUILD_ADMIN} == "yes" ]] && TSM_EXTRACT_LIST+=" admin configure.in.in Makefile.am.in \
ChangeLog AUTHORS NEWS README"

Loading…
Cancel
Save