mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
fcitx5: update to 5.1.0.
This commit is contained in:
parent
3b85fcc291
commit
713ed48d5e
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/lib/fcitx-utils/Fcitx5Download.cmake.in
|
|
||||||
+++ b/src/lib/fcitx-utils/Fcitx5Download.cmake.in
|
|
||||||
@@ -1,4 +1,7 @@
|
|
||||||
if (NOT EXISTS "@FCITX5_DOWNLOAD_DEST@")
|
|
||||||
+ if (DEFINED ENV{XBPS_MACHINE})
|
|
||||||
+ message(FATAL_ERROR "Downloading @FCITX5_DOWNLOAD_URL@ is forbidden inside xbps-src")
|
|
||||||
+ endif()
|
|
||||||
message(STATUS "Downloading '@FCITX5_DOWNLOAD_URL@' to '@FCITX5_DOWNLOAD_DEST@'...")
|
|
||||||
file(DOWNLOAD
|
|
||||||
"@FCITX5_DOWNLOAD_URL@"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fcitx5'
|
# Template file for 'fcitx5'
|
||||||
pkgname=fcitx5
|
pkgname=fcitx5
|
||||||
version=5.0.23
|
version=5.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -21,7 +21,7 @@ homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||||
_en_dict_ver=20121020
|
_en_dict_ver=20121020
|
||||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${version}.tar.xz
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${version}.tar.xz
|
||||||
https://download.fcitx-im.org/data/en_dict-${_en_dict_ver}.tar.gz"
|
https://download.fcitx-im.org/data/en_dict-${_en_dict_ver}.tar.gz"
|
||||||
checksum="04f209a6406225ce19785f8d9d3bdb253944586edcfa9601414fcdda8a1b13a0
|
checksum="3305a077478fafb8d738059e4616b9a28b89e89baf505c9edb208daeb9ed4619
|
||||||
c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb"
|
c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb"
|
||||||
skip_extraction=en_dict-${_en_dict_ver}.tar.gz
|
skip_extraction=en_dict-${_en_dict_ver}.tar.gz
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue