summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcacacarrot2020-01-07 21:21:47 +0800
committercacacarrot2020-01-07 21:21:47 +0800
commit3b087dbf498b3d26d2c94c50fdff5807fcc35f56 (patch)
tree4761009dd8808a2cf04f0bd267c06cc3fcb828c9 /PKGBUILD
parent24796f9e4b28729a2cc0535767b6c3f799d0e8b5 (diff)
downloadaur-3b087dbf498b3d26d2c94c50fdff5807fcc35f56.tar.gz
remove specific move for chinese version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3331a674fcd9..e15a0e2deaab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ conflicts=("mindmaster-cn")
options=(!strip)
pkgdesc="Draw mind maps and brainstorming diagrams in an automatic way"
license=('Commercial')
-depends=('fcitx-qt5')
+#depends=('fcitx-qt5')
url="https://www.edrawsoft.com/mindmaster/"
source_x86_64=("https://www.edrawsoft.com/archives/mindmaster-7-amd64.deb")
sha256sums_x86_64=('47a9ea929f5666eb439cf0cf2ff4f40e736afc1312b5d42440e3fe2a0d961adc')
@@ -31,7 +31,7 @@ package() {
ln -f -s /opt/MindMaster-7/mindmaster.xml "${pkgdir}/usr/share/mime/packages/mindmaster.xml"
- cp /usr/lib/qt/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so "${pkgdir}/opt/MindMaster-7/plugins/platforminputcontexts/"
+# cp /usr/lib/qt/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so "${pkgdir}/opt/MindMaster-7/plugins/platforminputcontexts/"
}