Skip to content

Commit

Permalink
app-i18n/fcitx: add 5.1.5, drop 5.1.4
Browse files Browse the repository at this point in the history
app-i18n/fcitx: add src_test

Signed-off-by: liuyujielol <[email protected]>
  • Loading branch information
liuyujielol authored and liangyongxiang committed Nov 9, 2023
1 parent 078d4ba commit 7b45a9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app-i18n/fcitx/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52 SHA512 50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
DIST fcitx-5.1.4.tar.gz 7514662 BLAKE2B cc227862aee231a854055912c5b957f337a08b5e9396c4db6d380c14c0b77d3a4593b3126131a9025b9e58578b022ebeec1d3681a19b328bbaf4ac1a6a9af381 SHA512 4df9f065d5e729d047b0671247095de28de5ef144fec2c78c8e4ffafcedaa2a5a002f1b0bb467f9bab9c36eff575cb59f2b0394c0d88da83eaa2da818b092aab
DIST fcitx-5.1.5.tar.gz 7515110 BLAKE2B d7b323bbb806df66ef0246bd3d2f52c5e72fa266a114111ccfc7698bca1096afc450e47cb1b8be1ef46aaed5f4b80bd5ba4ae5fa72d37409700762e8506431e2 SHA512 a65dd2e54208e243946c119d810655b63cd3e82d407ab6673d6fa7c9c73610564028a290708f6617bb703a0a8aee29e2570f0b2565ba113de98971f9b9b0fa83
DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d SHA512 8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ src_configure() {
cmake_src_configure
}

src_test() {
# break by sandbox
local CMAKE_SKIP_TESTS=(
testdbus
testservicewatcher
)
cmake_src_test
}

pkg_postinst() {
xdg_pkg_postinst

Expand Down

0 comments on commit 7b45a9f

Please sign in to comment.