diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-01-03 01:30:11 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-02-02 12:29:12 +0000 |
commit | 7b2216ceda66ed753c5341b30bfcd41411b770a6 (patch) | |
tree | fd3f2a5c57af067202eadce86ca5a87208f8685f /eclass | |
parent | 01ad1f3dae267d8b62cc9babb8d673ac58808ff4 (diff) | |
download | tde-packaging-gentoo-7b2216ceda66ed753c5341b30bfcd41411b770a6.tar.gz tde-packaging-gentoo-7b2216ceda66ed753c5341b30bfcd41411b770a6.zip |
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>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-meta-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/trinity-meta-2.eclass b/eclass/trinity-meta-2.eclass index b909a7b5..18c87101 100644 --- a/eclass/trinity-meta-2.eclass +++ b/eclass/trinity-meta-2.eclass @@ -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" |