mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libreoffice-dictionaries: update to 24.2.2.2.
This commit is contained in:
parent
4115926b92
commit
9552290f43
1 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libreoffice-dictionaries'
|
# Template file for 'libreoffice-dictionaries'
|
||||||
pkgname=libreoffice-dictionaries
|
pkgname=libreoffice-dictionaries
|
||||||
version=24.2.1.2
|
version=24.2.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
hostmakedepends="mythes perl"
|
hostmakedepends="mythes perl"
|
||||||
|
@ -9,8 +9,8 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.libreoffice.org/"
|
homepage="https://www.libreoffice.org/"
|
||||||
distfiles="https://download.documentfoundation.org/libreoffice/src/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="https://download.documentfoundation.org/libreoffice/src/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
# distfiles="https://download.nus.edu.sg/mirror/tdf/libreoffice/src/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="https://download.nus.edu.sg/mirror/tdf/libreoffice/src/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=db010c781e85b401e87aa2030902565d5dfceb2c5ff4483c7172484d0f645eab
|
checksum=a4606997cbb04d5aa0043ccdc55abad802d8fe6aab78b1166ef562fb678f130d
|
||||||
|
|
||||||
depends="hunspell-af hyphen-af
|
depends="hunspell-af hyphen-af
|
||||||
hunspell-an
|
hunspell-an
|
||||||
|
@ -76,16 +76,17 @@ depends="hunspell-af hyphen-af
|
||||||
build_options="bdic"
|
build_options="bdic"
|
||||||
desc_option_bdic="Enable Chromium's bdic format"
|
desc_option_bdic="Enable Chromium's bdic format"
|
||||||
|
|
||||||
case "$XBPS_MACHINE" in
|
if [ "$XBPS_WORDSIZE" = 64 ]; then
|
||||||
x86_64*)
|
hostmakedepends+=" qt6-webengine"
|
||||||
hostmakedepends+=" qt6-webengine"
|
build_options_default="bdic"
|
||||||
build_options_default="bdic"
|
else
|
||||||
;;
|
case "$XBPS_MACHINE" in
|
||||||
i686*)
|
i686*)
|
||||||
hostmakedepends+=" qt5-webengine"
|
hostmakedepends+=" qt5-webengine"
|
||||||
build_options_default="bdic"
|
build_options_default="bdic"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
_drop_long_dic() {
|
_drop_long_dic() {
|
||||||
local lang="$1"
|
local lang="$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue