diff --git a/srcpkgs/libreoffice-bin-i18n/template b/srcpkgs/libreoffice-bin-i18n/template index 3654cf3410..df95bc9cf7 100644 --- a/srcpkgs/libreoffice-bin-i18n/template +++ b/srcpkgs/libreoffice-bin-i18n/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice-bin-i18n' pkgname=libreoffice-bin-i18n version=4.1.0 -revision=1 +revision=2 hostmakedepends="rpmextract" short_desc="LibreOffice localization files (binary build)" maintainer="Ypnose " @@ -353,7 +353,7 @@ do_build() { _tarbname="${_tarbname%*.tar.gz}" _lang="${_tarbname##*_}" echo "Unpacking ${_tarbname}..." - # We create a folder using p_${_lang} (for example p_zh-TW) containing opt/, with helppack and/or langpack extracted inside it. + # We create a folder using p_${_lang} (for example p_zh-TW) containing opt/libreoffice*, with helppack and/or langpack extracted inside it. [ ! -d "${wrksrc}/p_${_lang}" ] && mkdir ${wrksrc}/p_${_lang} cd ${wrksrc}/p_${_lang} if [ -d "${wrksrc}/LibreOffice_${_localver}_Linux_x86_rpm_helppack_${_lang}/RPMS/" ]; then @@ -397,27 +397,27 @@ libreoffice-bin-i18n_package() { libreoffice-bin-i18n-af_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Afrikaans language pack" + short_desc+=" - Afrikaans language pack" pkg_install() { install -d ${PKGDESTDIR}/opt - cp -R ${wrksrc}/p_af/opt/libreoffice* ${PKGDESTDIR}/opt/ + cp -R ${wrksrc}/p_af/opt/libreoffice*/ ${PKGDESTDIR}/opt/ } } libreoffice-bin-i18n-am_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Amharic language pack" + short_desc+=" - Amharic language pack" pkg_install() { install -d ${PKGDESTDIR}/opt - cp -R ${wrksrc}/p_am/opt/libreoffice* ${PKGDESTDIR}/opt/ + cp -R ${wrksrc}/p_am/opt/libreoffice*/ ${PKGDESTDIR}/opt/ } } libreoffice-bin-i18n-ar_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Arabic language pack" + short_desc+=" - Arabic language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ar/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -427,7 +427,7 @@ libreoffice-bin-i18n-ar_package () { libreoffice-bin-i18n-as_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Assamese (India) language pack" + short_desc+=" - Assamese (India) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_as/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -437,7 +437,7 @@ libreoffice-bin-i18n-as_package () { libreoffice-bin-i18n-ast_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Asturianu language pack" + short_desc+=" - Asturianu language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ast/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -447,7 +447,7 @@ libreoffice-bin-i18n-ast_package () { libreoffice-bin-i18n-be_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Belarusian language pack" + short_desc+=" - Belarusian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_be/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -457,7 +457,7 @@ libreoffice-bin-i18n-be_package () { libreoffice-bin-i18n-bg_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Belarusian language pack" + short_desc+=" - Belarusian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_bg/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -467,7 +467,7 @@ libreoffice-bin-i18n-bg_package () { libreoffice-bin-i18n-bn_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Bengali language pack" + short_desc+=" - Bengali language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_bn/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -477,7 +477,7 @@ libreoffice-bin-i18n-bn_package () { libreoffice-bin-i18n-bn-IN_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Bengali (India) language pack" + short_desc+=" - Bengali (India) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_bn-IN/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -487,7 +487,7 @@ libreoffice-bin-i18n-bn-IN_package () { libreoffice-bin-i18n-bo_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Tibetan language pack" + short_desc+=" - Tibetan language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_bo/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -497,7 +497,7 @@ libreoffice-bin-i18n-bo_package () { libreoffice-bin-i18n-br_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Breton language pack" + short_desc+=" - Breton language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_br/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -507,7 +507,7 @@ libreoffice-bin-i18n-br_package () { libreoffice-bin-i18n-brx_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Bodo language pack" + short_desc+=" - Bodo language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_brx/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -517,7 +517,7 @@ libreoffice-bin-i18n-brx_package () { libreoffice-bin-i18n-bs_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Bosnian language pack" + short_desc+=" - Bosnian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_bs/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -527,7 +527,7 @@ libreoffice-bin-i18n-bs_package () { libreoffice-bin-i18n-ca_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Catalan language pack" + short_desc+=" - Catalan language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ca/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -537,7 +537,7 @@ libreoffice-bin-i18n-ca_package () { libreoffice-bin-i18n-ca-XV_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Catalan (Valencia) language pack" + short_desc+=" - Catalan (Valencia) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ca-XV/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -547,7 +547,7 @@ libreoffice-bin-i18n-ca-XV_package () { libreoffice-bin-i18n-cs_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Czech language pack" + short_desc+=" - Czech language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_cs/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -557,7 +557,7 @@ libreoffice-bin-i18n-cs_package () { libreoffice-bin-i18n-cy_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Welsh language pack" + short_desc+=" - Welsh language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_cy/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -567,7 +567,7 @@ libreoffice-bin-i18n-cy_package () { libreoffice-bin-i18n-da_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Danish language pack" + short_desc+=" - Danish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_da/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -577,7 +577,7 @@ libreoffice-bin-i18n-da_package () { libreoffice-bin-i18n-de_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- German language pack" + short_desc+=" - German language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_de/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -587,7 +587,7 @@ libreoffice-bin-i18n-de_package () { libreoffice-bin-i18n-dgo_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Dogri language pack" + short_desc+=" - Dogri language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_dgo/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -597,7 +597,7 @@ libreoffice-bin-i18n-dgo_package () { libreoffice-bin-i18n-dz_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Dzongkha language pack" + short_desc+=" - Dzongkha language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_dz/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -607,7 +607,7 @@ libreoffice-bin-i18n-dz_package () { libreoffice-bin-i18n-el_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Greek language pack" + short_desc+=" - Greek language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_el/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -617,7 +617,7 @@ libreoffice-bin-i18n-el_package () { libreoffice-bin-i18n-en-GB_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- English (GB) language pack" + short_desc+=" - English (GB) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_en-GB/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -627,7 +627,7 @@ libreoffice-bin-i18n-en-GB_package () { libreoffice-bin-i18n-en-US_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- English (US) language pack" + short_desc+=" - English (US) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_en-US/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -637,7 +637,7 @@ libreoffice-bin-i18n-en-US_package () { libreoffice-bin-i18n-en-ZA_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- English (ZA) language pack" + short_desc+=" - English (ZA) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_en-ZA/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -647,7 +647,7 @@ libreoffice-bin-i18n-en-ZA_package () { libreoffice-bin-i18n-eo_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Esperanto language pack" + short_desc+=" - Esperanto language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_eo/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -657,7 +657,7 @@ libreoffice-bin-i18n-eo_package () { libreoffice-bin-i18n-es_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Esperanto language pack" + short_desc+=" - Esperanto language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_es/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -667,7 +667,7 @@ libreoffice-bin-i18n-es_package () { libreoffice-bin-i18n-et_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Estonian language pack" + short_desc+=" - Estonian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_et/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -677,7 +677,7 @@ libreoffice-bin-i18n-et_package () { libreoffice-bin-i18n-eu_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Estonian language pack" + short_desc+=" - Estonian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_eu/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -687,7 +687,7 @@ libreoffice-bin-i18n-eu_package () { libreoffice-bin-i18n-fa_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Persian language pack" + short_desc+=" - Persian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_fa/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -697,7 +697,7 @@ libreoffice-bin-i18n-fa_package () { libreoffice-bin-i18n-fi_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Finnish language pack" + short_desc+=" - Finnish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_fi/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -707,7 +707,7 @@ libreoffice-bin-i18n-fi_package () { libreoffice-bin-i18n-fr_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- French language pack" + short_desc+=" - French language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_fr/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -717,7 +717,7 @@ libreoffice-bin-i18n-fr_package () { libreoffice-bin-i18n-ga_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Irish language pack" + short_desc+=" - Irish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ga/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -727,7 +727,7 @@ libreoffice-bin-i18n-ga_package () { libreoffice-bin-i18n-gd_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Gaelic (Scottish) language pack" + short_desc+=" - Gaelic (Scottish) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_gd/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -737,7 +737,7 @@ libreoffice-bin-i18n-gd_package () { libreoffice-bin-i18n-gl_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Galician language pack" + short_desc+=" - Galician language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_gl/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -747,7 +747,7 @@ libreoffice-bin-i18n-gl_package () { libreoffice-bin-i18n-gu_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Gujarati language pack" + short_desc+=" - Gujarati language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_gu/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -757,7 +757,7 @@ libreoffice-bin-i18n-gu_package () { libreoffice-bin-i18n-he_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Hebrew language pack" + short_desc+=" - Hebrew language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_he/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -767,7 +767,7 @@ libreoffice-bin-i18n-he_package () { libreoffice-bin-i18n-hi_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Hindi language pack" + short_desc+=" - Hindi language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_hi/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -777,7 +777,7 @@ libreoffice-bin-i18n-hi_package () { libreoffice-bin-i18n-hr_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Croatian language pack" + short_desc+=" - Croatian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_hr/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -787,7 +787,7 @@ libreoffice-bin-i18n-hr_package () { libreoffice-bin-i18n-hu_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Hungarian language pack" + short_desc+=" - Hungarian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_hu/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -797,7 +797,7 @@ libreoffice-bin-i18n-hu_package () { libreoffice-bin-i18n-id_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Bahasa Indonesia language pack" + short_desc+=" - Bahasa Indonesia language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_id/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -807,7 +807,7 @@ libreoffice-bin-i18n-id_package () { libreoffice-bin-i18n-is_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Icelandic language pack" + short_desc+=" - Icelandic language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_is/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -817,7 +817,7 @@ libreoffice-bin-i18n-is_package () { libreoffice-bin-i18n-it_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Italian language pack" + short_desc+=" - Italian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_it/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -827,7 +827,7 @@ libreoffice-bin-i18n-it_package () { libreoffice-bin-i18n-ja_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Japanese language pack" + short_desc+=" - Japanese language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ja/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -837,7 +837,7 @@ libreoffice-bin-i18n-ja_package () { libreoffice-bin-i18n-ka_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Georgian language pack" + short_desc+=" - Georgian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ka/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -847,7 +847,7 @@ libreoffice-bin-i18n-ka_package () { libreoffice-bin-i18n-kk_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Kazakh language pack" + short_desc+=" - Kazakh language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_kk/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -857,7 +857,7 @@ libreoffice-bin-i18n-kk_package () { libreoffice-bin-i18n-km_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Khmer (Cambodia) language pack" + short_desc+=" - Khmer (Cambodia) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_km/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -867,7 +867,7 @@ libreoffice-bin-i18n-km_package () { libreoffice-bin-i18n-kn_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Kannada language pack" + short_desc+=" - Kannada language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_kn/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -877,7 +877,7 @@ libreoffice-bin-i18n-kn_package () { libreoffice-bin-i18n-ko_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Korean language pack" + short_desc+=" - Korean language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ko/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -887,7 +887,7 @@ libreoffice-bin-i18n-ko_package () { libreoffice-bin-i18n-kok_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Konkani language pack" + short_desc+=" - Konkani language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_kok/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -897,7 +897,7 @@ libreoffice-bin-i18n-kok_package () { libreoffice-bin-i18n-ks_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Kashmiri language pack" + short_desc+=" - Kashmiri language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ks/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -907,7 +907,7 @@ libreoffice-bin-i18n-ks_package () { libreoffice-bin-i18n-ku_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Kurdish language pack" + short_desc+=" - Kurdish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ku/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -917,7 +917,7 @@ libreoffice-bin-i18n-ku_package () { libreoffice-bin-i18n-lb_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Luxembourgish language pack" + short_desc+=" - Luxembourgish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_lb/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -927,7 +927,7 @@ libreoffice-bin-i18n-lb_package () { libreoffice-bin-i18n-lo_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Lao language pack" + short_desc+=" - Lao language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_lo/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -937,7 +937,7 @@ libreoffice-bin-i18n-lo_package () { libreoffice-bin-i18n-lt_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Lithuanian language pack" + short_desc+=" - Lithuanian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_lt/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -947,7 +947,7 @@ libreoffice-bin-i18n-lt_package () { libreoffice-bin-i18n-lv_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Latvian language pack" + short_desc+=" - Latvian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_lv/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -957,7 +957,7 @@ libreoffice-bin-i18n-lv_package () { libreoffice-bin-i18n-mai_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Maithili language pack" + short_desc+=" - Maithili language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_mai/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -967,7 +967,7 @@ libreoffice-bin-i18n-mai_package () { libreoffice-bin-i18n-mk_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Macedonian language pack" + short_desc+=" - Macedonian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_mk/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -977,7 +977,7 @@ libreoffice-bin-i18n-mk_package () { libreoffice-bin-i18n-ml_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Malayalam language pack" + short_desc+=" - Malayalam language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ml/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -987,7 +987,7 @@ libreoffice-bin-i18n-ml_package () { libreoffice-bin-i18n-mn_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Mongolian language pack" + short_desc+=" - Mongolian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_mn/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -997,7 +997,7 @@ libreoffice-bin-i18n-mn_package () { libreoffice-bin-i18n-mni_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Manipuri language pack" + short_desc+=" - Manipuri language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_mni/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1007,7 +1007,7 @@ libreoffice-bin-i18n-mni_package () { libreoffice-bin-i18n-mr_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Marathi language pack" + short_desc+=" - Marathi language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_mr/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1017,7 +1017,7 @@ libreoffice-bin-i18n-mr_package () { libreoffice-bin-i18n-my_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Burmese language pack" + short_desc+=" - Burmese language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_my/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1027,7 +1027,7 @@ libreoffice-bin-i18n-my_package () { libreoffice-bin-i18n-nb_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Norwegian Bokmal language pack" + short_desc+=" - Norwegian Bokmal language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_nb/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1037,7 +1037,7 @@ libreoffice-bin-i18n-nb_package () { libreoffice-bin-i18n-ne_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Nepali language pack" + short_desc+=" - Nepali language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ne/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1047,7 +1047,7 @@ libreoffice-bin-i18n-ne_package () { libreoffice-bin-i18n-nl_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Dutch language pack" + short_desc+=" - Dutch language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_nl/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1057,7 +1057,7 @@ libreoffice-bin-i18n-nl_package () { libreoffice-bin-i18n-nn_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Norwegian Nynorsk language pack" + short_desc+=" - Norwegian Nynorsk language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_nn/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1067,7 +1067,7 @@ libreoffice-bin-i18n-nn_package () { libreoffice-bin-i18n-nr_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Ndebele (South) language pack" + short_desc+=" - Ndebele (South) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_nr/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1077,7 +1077,7 @@ libreoffice-bin-i18n-nr_package () { libreoffice-bin-i18n-nso_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Northern Sotho language pack" + short_desc+=" - Northern Sotho language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_nso/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1087,7 +1087,7 @@ libreoffice-bin-i18n-nso_package () { libreoffice-bin-i18n-oc_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Occitan language pack" + short_desc+=" - Occitan language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_oc/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1097,7 +1097,7 @@ libreoffice-bin-i18n-oc_package () { libreoffice-bin-i18n-om_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Oromo language pack" + short_desc+=" - Oromo language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_om/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1107,7 +1107,7 @@ libreoffice-bin-i18n-om_package () { libreoffice-bin-i18n-or_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Oriya language pack" + short_desc+=" - Oriya language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_or/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1117,7 +1117,7 @@ libreoffice-bin-i18n-or_package () { libreoffice-bin-i18n-pa-IN_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Punjabi (India) language pack" + short_desc+=" - Punjabi (India) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_pa-IN/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1127,7 +1127,7 @@ libreoffice-bin-i18n-pa-IN_package () { libreoffice-bin-i18n-pl_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Polish language pack" + short_desc+=" - Polish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_pl/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1137,7 +1137,7 @@ libreoffice-bin-i18n-pl_package () { libreoffice-bin-i18n-pt_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Portuguese language pack" + short_desc+=" - Portuguese language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_pt/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1147,7 +1147,7 @@ libreoffice-bin-i18n-pt_package () { libreoffice-bin-i18n-pt-BR_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Portuguese (Brasil) language pack" + short_desc+=" - Portuguese (Brasil) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_pt-BR/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1157,7 +1157,7 @@ libreoffice-bin-i18n-pt-BR_package () { libreoffice-bin-i18n-ro_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Romanian language pack" + short_desc+=" - Romanian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ro/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1167,7 +1167,7 @@ libreoffice-bin-i18n-ro_package () { libreoffice-bin-i18n-ru_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Russian language pack" + short_desc+=" - Russian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ru/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1177,7 +1177,7 @@ libreoffice-bin-i18n-ru_package () { libreoffice-bin-i18n-rw_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Kinyarwanda language pack" + short_desc+=" - Kinyarwanda language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_rw/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1187,7 +1187,7 @@ libreoffice-bin-i18n-rw_package () { libreoffice-bin-i18n-sa-IN_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Sanskrit (India) language pack" + short_desc+=" - Sanskrit (India) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sa-IN/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1197,7 +1197,7 @@ libreoffice-bin-i18n-sa-IN_package () { libreoffice-bin-i18n-sat_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Santali language pack" + short_desc+=" - Santali language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sat/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1207,7 +1207,7 @@ libreoffice-bin-i18n-sat_package () { libreoffice-bin-i18n-sd_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Sindhi language pack" + short_desc+=" - Sindhi language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sd/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1217,7 +1217,7 @@ libreoffice-bin-i18n-sd_package () { libreoffice-bin-i18n-sh_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Serbo-Croatian language pack" + short_desc+=" - Serbo-Croatian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sh/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1227,7 +1227,7 @@ libreoffice-bin-i18n-sh_package () { libreoffice-bin-i18n-si_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Singhalese language pack" + short_desc+=" - Singhalese language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_si/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1237,7 +1237,7 @@ libreoffice-bin-i18n-si_package () { libreoffice-bin-i18n-sid_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Sidama language pack" + short_desc+=" - Sidama language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sid/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1247,7 +1247,7 @@ libreoffice-bin-i18n-sid_package () { libreoffice-bin-i18n-sk_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Slovak language pack" + short_desc+=" - Slovak language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sk/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1257,7 +1257,7 @@ libreoffice-bin-i18n-sk_package () { libreoffice-bin-i18n-sl_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Slovenian language pack" + short_desc+=" - Slovenian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sl/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1267,7 +1267,7 @@ libreoffice-bin-i18n-sl_package () { libreoffice-bin-i18n-sq_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Albanien language pack" + short_desc+=" - Albanien language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sq/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1277,7 +1277,7 @@ libreoffice-bin-i18n-sq_package () { libreoffice-bin-i18n-sr_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Serbian language pack" + short_desc+=" - Serbian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sr/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1287,7 +1287,7 @@ libreoffice-bin-i18n-sr_package () { libreoffice-bin-i18n-ss_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Swati language pack" + short_desc+=" - Swati language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ss/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1297,7 +1297,7 @@ libreoffice-bin-i18n-ss_package () { libreoffice-bin-i18n-st_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Southern language pack" + short_desc+=" - Southern language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_st/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1307,7 +1307,7 @@ libreoffice-bin-i18n-st_package () { libreoffice-bin-i18n-sv_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Swedish language pack" + short_desc+=" - Swedish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sv/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1317,7 +1317,7 @@ libreoffice-bin-i18n-sv_package () { libreoffice-bin-i18n-sw-TZ_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Swahili language pack" + short_desc+=" - Swahili language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_sw-TZ/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1327,7 +1327,7 @@ libreoffice-bin-i18n-sw-TZ_package () { libreoffice-bin-i18n-ta_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Tamil language pack" + short_desc+=" - Tamil language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ta/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1337,7 +1337,7 @@ libreoffice-bin-i18n-ta_package () { libreoffice-bin-i18n-te_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Telugu language pack" + short_desc+=" - Telugu language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_te/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1347,7 +1347,7 @@ libreoffice-bin-i18n-te_package () { libreoffice-bin-i18n-tg_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Tajik language pack" + short_desc+=" - Tajik language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_tg/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1357,7 +1357,7 @@ libreoffice-bin-i18n-tg_package () { libreoffice-bin-i18n-th_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Thai language pack" + short_desc+=" - Thai language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_th/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1367,7 +1367,7 @@ libreoffice-bin-i18n-th_package () { libreoffice-bin-i18n-tn_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Tswana language pack" + short_desc+=" - Tswana language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_tn/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1377,7 +1377,7 @@ libreoffice-bin-i18n-tn_package () { libreoffice-bin-i18n-tr_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Turkish language pack" + short_desc+=" - Turkish language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_tr/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1387,7 +1387,7 @@ libreoffice-bin-i18n-tr_package () { libreoffice-bin-i18n-ts_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Tsonga language pack" + short_desc+=" - Tsonga language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ts/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1397,7 +1397,7 @@ libreoffice-bin-i18n-ts_package () { libreoffice-bin-i18n-tt_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Tatar language pack" + short_desc+=" - Tatar language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_tt/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1407,7 +1407,7 @@ libreoffice-bin-i18n-tt_package () { libreoffice-bin-i18n-ug_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Uighur language pack" + short_desc+=" - Uighur language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ug/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1417,7 +1417,7 @@ libreoffice-bin-i18n-ug_package () { libreoffice-bin-i18n-uk_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Ukrainian language pack" + short_desc+=" - Ukrainian language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_uk/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1427,7 +1427,7 @@ libreoffice-bin-i18n-uk_package () { libreoffice-bin-i18n-uz_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Uzbek language pack" + short_desc+=" - Uzbek language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_uz/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1437,7 +1437,7 @@ libreoffice-bin-i18n-uz_package () { libreoffice-bin-i18n-ve_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Venda language pack" + short_desc+=" - Venda language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_ve/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1447,7 +1447,7 @@ libreoffice-bin-i18n-ve_package () { libreoffice-bin-i18n-vi_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Vietnamese language pack" + short_desc+=" - Vietnamese language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_vi/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1457,7 +1457,7 @@ libreoffice-bin-i18n-vi_package () { libreoffice-bin-i18n-xh_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Xhosa language pack" + short_desc+=" - Xhosa language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_xh/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1467,7 +1467,7 @@ libreoffice-bin-i18n-xh_package () { libreoffice-bin-i18n-zh-CN_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Chinese (simplified) language pack" + short_desc+=" - Chinese (simplified) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_zh-CN/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1477,7 +1477,7 @@ libreoffice-bin-i18n-zh-CN_package () { libreoffice-bin-i18n-zh-TW_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Chinese (traditional) language pack" + short_desc+=" - Chinese (traditional) language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_zh-TW/opt/libreoffice*/ ${PKGDESTDIR}/opt/ @@ -1487,7 +1487,7 @@ libreoffice-bin-i18n-zh-TW_package () { libreoffice-bin-i18n-zu_package () { depends="libreoffice-bin" noarch=yes - short_desc+="- Zulu language pack" + short_desc+=" - Zulu language pack" pkg_install() { install -d ${PKGDESTDIR}/opt cp -R ${wrksrc}/p_zu/opt/libreoffice*/ ${PKGDESTDIR}/opt/