summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2021-02-25 01:23:56 +0800
committertaotieren2021-02-25 01:23:56 +0800
commit0144cc314855616dbf5d718e2c72a81f610cfb07 (patch)
tree02b3316f8eb6f20000669d6e714d206e142cfe8c /PKGBUILD
parent7176003f60cf7588a8f23049af025c89704b161b (diff)
downloadaur-0144cc314855616dbf5d718e2c72a81f610cfb07.tar.gz
Update mindmaster-cn.desktop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b25af9cc9fc5..cb4f40144859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ license=('Commercial')
url="https://www.edrawsoft.cn/mindmaster/"
source_x86_64=("https://www.edrawsoft.cn/2download/x86_64/mindmaster_8.5.2_cn.x86_64.deb")
sha256sums_x86_64=("2cda609b477d69fec0bdd8a10a21511f9d1c4fc6cfab2c3789e7cd58c6ff5991")
-
+source=("mindmaster-cn.desktop")
+sha256sums=('f2564bd74618688a9e6dd39c71ddeac965cfcc3e3fd9306c1548258097878e5a')
package() {
cd "${pkgdir}"
tar xf "${srcdir}/data.tar.xz"
@@ -31,6 +32,7 @@ package() {
ln -f -s /opt/MindMaster-8/mindmaster.xml "${pkgdir}/usr/share/mime/packages/mindmaster.xml"
+ install -Dm644 "${srcdir}/mindmaster-cn.desktop" "${pkgdir}/usr/share/applications/mindmaster.desktop"
# cp /usr/lib/qt/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so "${pkgdir}/opt/MindMaster-8/plugins/platforminputcontexts/"
}