summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"
}