summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcacacarrot2020-01-07 21:21:47 +0800
committercacacarrot2020-01-07 21:21:47 +0800
commit3b087dbf498b3d26d2c94c50fdff5807fcc35f56 (patch)
tree4761009dd8808a2cf04f0bd267c06cc3fcb828c9
parent24796f9e4b28729a2cc0535767b6c3f799d0e8b5 (diff)
downloadaur-3b087dbf498b3d26d2c94c50fdff5807fcc35f56.tar.gz
remove specific move for chinese version
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3468977473fe..a4ff06dbe9e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = mindmaster
url = https://www.edrawsoft.com/mindmaster/
arch = x86_64
license = Commercial
- depends = fcitx-qt5
conflicts = mindmaster-cn
options = !strip
source_x86_64 = https://www.edrawsoft.com/archives/mindmaster-7-amd64.deb
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/"
}