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>
pull/352/head
Alexander Golubev 4 months ago committed by TDE Gitea
parent 01ad1f3dae
commit 7b2216ceda

@ -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