mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
textproc/fcitx5: Update to 5.0.4
Submitted by: Ka Ho Ng <khng300@gmail.com> (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113
This commit is contained in:
parent
6be0c97694
commit
72bc535fac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561940
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fcitx5
|
||||
DISTVERSION= 5.0.3-31
|
||||
DISTVERSION= 5.0.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://download.fcitx-im.org/data/:dict
|
||||
DISTFILES= ${SPELL_EN_DICT_TAR}:dict
|
||||
@ -29,6 +29,8 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes \
|
||||
# gettext-tools for both build-time hard requirement and Fcitx5 helper shell scripts
|
||||
USES= cmake compiler:c++17-lang gettext-runtime gettext-tools:build,run gl gnome kde:5 pkgconfig
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
|
||||
CONFLICTS= zh-fcitx
|
||||
|
||||
OPTIONS_DEFINE= X11 WAYLAND ENCHANT
|
||||
@ -67,9 +69,9 @@ USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fcitx
|
||||
GH_TAGNAME= 49c79b4
|
||||
|
||||
SPELL_EN_DICT_VER= 20121020 # This must follow src/modules/spell/dict/CMakeLists.txt0
|
||||
# These must follow src/modules/spell/dict/CMakeLists.txt
|
||||
SPELL_EN_DICT_VER= 20121020
|
||||
SPELL_EN_DICT_TAR= en_dict-${SPELL_EN_DICT_VER}.tar.gz
|
||||
|
||||
post-extract:
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1608311668
|
||||
TIMESTAMP = 1610441322
|
||||
SHA256 (fcitx5/en_dict-20121020.tar.gz) = c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb
|
||||
SIZE (fcitx5/en_dict-20121020.tar.gz) = 630491
|
||||
SHA256 (fcitx5/fcitx-fcitx5-5.0.3-31-49c79b4_GH0.tar.gz) = 57b52a91ad39b500fd33ab6f348b7db3cbeaa713bb23b2cf86959b0bbc297b4a
|
||||
SIZE (fcitx5/fcitx-fcitx5-5.0.3-31-49c79b4_GH0.tar.gz) = 1902713
|
||||
SHA256 (fcitx5/fcitx-fcitx5-5.0.4_GH0.tar.gz) = d5a5341f2ba1e99a0177a3c09ce92f78587873c985b3b16c9e7655268a22ae1d
|
||||
SIZE (fcitx5/fcitx-fcitx5-5.0.4_GH0.tar.gz) = 1916058
|
||||
|
@ -136,6 +136,7 @@ lib/fcitx5/classicui.so
|
||||
lib/fcitx5/clipboard.so
|
||||
lib/fcitx5/dbus.so
|
||||
lib/fcitx5/dbusfrontend.so
|
||||
lib/fcitx5/fcitx4frontend.so
|
||||
lib/fcitx5/ibusfrontend.so
|
||||
lib/fcitx5/imselector.so
|
||||
lib/fcitx5/kimpanel.so
|
||||
@ -153,14 +154,14 @@ lib/fcitx5/waylandim.so
|
||||
lib/fcitx5/xcb.so
|
||||
lib/fcitx5/xim.so
|
||||
lib/libFcitx5Config.so
|
||||
lib/libFcitx5Config.so.5.0.4
|
||||
lib/libFcitx5Config.so.%%VER%%
|
||||
lib/libFcitx5Config.so.6
|
||||
lib/libFcitx5Core.so
|
||||
lib/libFcitx5Core.so.5.0.4
|
||||
lib/libFcitx5Core.so.%%VER%%
|
||||
lib/libFcitx5Core.so.7
|
||||
lib/libFcitx5Utils.so
|
||||
lib/libFcitx5Utils.so.2
|
||||
lib/libFcitx5Utils.so.5.0.4
|
||||
lib/libFcitx5Utils.so.%%VER%%
|
||||
libdata/pkgconfig/Fcitx5Config.pc
|
||||
libdata/pkgconfig/Fcitx5Core.pc
|
||||
libdata/pkgconfig/Fcitx5Module.pc
|
||||
@ -172,6 +173,7 @@ share/dbus-1/services/org.fcitx.Fcitx5.service
|
||||
%%DATADIR%%/addon/clipboard.conf
|
||||
%%DATADIR%%/addon/dbus.conf
|
||||
%%DATADIR%%/addon/dbusfrontend.conf
|
||||
%%DATADIR%%/addon/fcitx4frontend.conf
|
||||
%%DATADIR%%/addon/ibusfrontend.conf
|
||||
%%DATADIR%%/addon/imselector.conf
|
||||
%%DATADIR%%/addon/keyboard.conf
|
||||
|
Loading…
Reference in New Issue
Block a user