summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleetking2019-11-27 19:00:39 +0800
committerleetking2019-11-27 19:00:39 +0800
commitf319d21faf5113163f5b6d45392a07ab0240e366 (patch)
tree841daf59936738290205b25306cfcf8e6da3ec31
parentfaf3075a4ae1c9f11c5d18f8955059654a8668a9 (diff)
downloadaur-f319d21faf5113163f5b6d45392a07ab0240e366.tar.gz
Add a Chinese version license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb51497589fb..9bd2092524d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmind-zen
pkgdesc = XMind ZEN - The most popular mind mapping software
pkgver = 9.0.6
- pkgrel = 2
+ pkgrel = 3
url = https://www.xmind.net/
arch = x86_64
license = custom
@@ -12,9 +12,11 @@ pkgbase = xmind-zen
depends = gtk2
depends = alsa-lib
source = https://dl2.xmind.cn/XMind-ZEN-for-Linux-64bit.deb
+ source = license-cn.pdf::https://support.xmind.net/attachments/token/qvKUIYsn68qGSTkilil2Ip6S7/?name=%E7%94%A8%E6%88%B7%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE+-+cn.pdf
source = xmind.xml
source = lib.tar.xz
sha256sums = abfc352bab17859c7b4d061f233db2a2b252d062cc24c6332eb1d86a5bf56069
+ sha256sums = 051794a69573487c7704e08fa996f8ed61fd0d3adc7b3b7a09985ab5773460d8
sha256sums = 833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d
sha256sums = 7e7e3a036afa39ded1735d8e412974c9b991c2f19b70d22641cd49e1b2352fe7
diff --git a/PKGBUILD b/PKGBUILD
index 44ce47d09245..4e56c778b0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,22 @@
pkgname=xmind-zen
# the versin is from deb package
pkgver=9.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="XMind ZEN - The most popular mind mapping software"
arch=("x86_64")
url="https://www.xmind.net/"
license=('custom')
-#License: https://www.xmind.net/license/xpla/
depends=('gconf' 'libxss' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
source=('https://dl2.xmind.cn/XMind-ZEN-for-Linux-64bit.deb'
+ 'license-cn.pdf::https://support.xmind.net/attachments/token/qvKUIYsn68qGSTkilil2Ip6S7/?name=%E7%94%A8%E6%88%B7%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE+-+cn.pdf'
'xmind.xml'
'lib.tar.xz'
)
# library from pango-1.43, fix break beacause of old version harfbuzz used by pango
sha256sums=('abfc352bab17859c7b4d061f233db2a2b252d062cc24c6332eb1d86a5bf56069'
+ '051794a69573487c7704e08fa996f8ed61fd0d3adc7b3b7a09985ab5773460d8'
'833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d'
'7e7e3a036afa39ded1735d8e412974c9b991c2f19b70d22641cd49e1b2352fe7')
@@ -32,6 +33,6 @@ package() {
mkdir -p ${pkgdir}/usr/share/mime/packages
install -Dm644 xmind.xml ${pkgdir}/usr/share/mime/packages/
- # TODO inquery liecense file
- #mkdir -p ${pkgdir}usr/share/licenses/xmind-zen
+ mkdir -p ${pkgdir}/usr/share/licenses/xmind-zen
+ cp license-cn.pdf ${pkgdir}/usr/share/licenses/xmind-zen/
}