fcitx5: add fcitx5-config-qt
to test stub
This commit is contained in:
parent
1ccd0c935c
commit
aa59f91746
|
@ -6,9 +6,11 @@
|
||||||
buildScript = ''
|
buildScript = ''
|
||||||
mkdir -p $out/bin $out/share/applications $out/etc/xdg/autostart
|
mkdir -p $out/bin $out/share/applications $out/etc/xdg/autostart
|
||||||
touch $out/bin/fcitx5 \
|
touch $out/bin/fcitx5 \
|
||||||
|
$out/bin/fcitx5-config-qt \
|
||||||
$out/share/applications/org.fcitx.Fcitx5.desktop \
|
$out/share/applications/org.fcitx.Fcitx5.desktop \
|
||||||
$out/etc/xdg/autostart/org.fcitx.Fcitx5.desktop
|
$out/etc/xdg/autostart/org.fcitx.Fcitx5.desktop
|
||||||
chmod +x $out/bin/fcitx5
|
chmod +x $out/bin/fcitx5 \
|
||||||
|
$out/bin/fcitx5-config-qt
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
fcitx5-configtool = { outPath = null; };
|
fcitx5-configtool = { outPath = null; };
|
||||||
|
|
Loading…
Reference in a new issue