summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleetking2019-12-03 12:31:46 +0800
committerleetking2019-12-03 12:31:46 +0800
commita3f78c84f9cc330cdf62ec804f3df145a34c716b (patch)
treede87f881224ed5b932fde9cb73e312cc8a35e327
parentf319d21faf5113163f5b6d45392a07ab0240e366 (diff)
downloadaur-a3f78c84f9cc330cdf62ec804f3df145a34c716b.tar.gz
Bump up to 10.0.0
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD26
-rw-r--r--lib.tar.xzbin146540 -> 0 bytes
3 files changed, 15 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd2092524d9..4e9439ef7115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,19 @@
pkgbase = xmind-zen
pkgdesc = XMind ZEN - The most popular mind mapping software
- pkgver = 9.0.6
- pkgrel = 3
+ pkgver = 10.0.0
+ pkgrel = 1
url = https://www.xmind.net/
arch = x86_64
license = custom
- depends = gconf
depends = libxss
depends = nss
depends = libxtst
- 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
+ depends = gtk
+ source = https://dl2.xmind.cn/XMind-ZEN-for-Linux-amd-64bit-10.0.0-201911260056.deb
source = xmind.xml
- source = lib.tar.xz
- sha256sums = abfc352bab17859c7b4d061f233db2a2b252d062cc24c6332eb1d86a5bf56069
- sha256sums = 051794a69573487c7704e08fa996f8ed61fd0d3adc7b3b7a09985ab5773460d8
+ sha256sums = 6c8283e23d9d57d3eb3b8f3bddf8208d99e6c6ecffe537e69293027bd0c56ed0
sha256sums = 833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d
- sha256sums = 7e7e3a036afa39ded1735d8e412974c9b991c2f19b70d22641cd49e1b2352fe7
pkgname = xmind-zen
diff --git a/PKGBUILD b/PKGBUILD
index 4e56c778b0fd..18b97b1a8ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,31 +1,25 @@
# Maintainer: alpha0x00 <li_tking@163.com>
+
pkgname=xmind-zen
# the versin is from deb package
-pkgver=9.0.6
-pkgrel=3
+pkgver=10.0.0
+pkgrel=1
pkgdesc="XMind ZEN - The most popular mind mapping software"
arch=("x86_64")
url="https://www.xmind.net/"
license=('custom')
-depends=('gconf' 'libxss' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
+depends=('libxss' 'nss' 'libxtst' 'alsa-lib' 'gtk')
-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
+source=("https://dl2.xmind.cn/XMind-ZEN-for-Linux-amd-64bit-$pkgver-201911260056.deb"
+ 'xmind.xml')
-sha256sums=('abfc352bab17859c7b4d061f233db2a2b252d062cc24c6332eb1d86a5bf56069'
- '051794a69573487c7704e08fa996f8ed61fd0d3adc7b3b7a09985ab5773460d8'
- '833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d'
- '7e7e3a036afa39ded1735d8e412974c9b991c2f19b70d22641cd49e1b2352fe7')
+sha256sums=('6c8283e23d9d57d3eb3b8f3bddf8208d99e6c6ecffe537e69293027bd0c56ed0'
+ '833f6f1a7ddd73ea2487a21390e16b57c3fa817a560f385a034efdd1ed754a8d')
package() {
tar xf data.tar.xz -C ${pkgdir}/
- # install libraries from pango-1.43
- tar xf lib.tar.xz -C "${pkgdir}/opt/XMind ZEN/"
+ chmod 755 /opt/XMind ZEN/ /opt/XMind ZEN/locales/ /opt/XMind ZEN/resources/
mkdir -p ${pkgdir}/usr/bin/
ln -s "/opt/XMind ZEN/XMind" ${pkgdir}/usr/bin/xmind-zen
@@ -34,5 +28,5 @@ package() {
install -Dm644 xmind.xml ${pkgdir}/usr/share/mime/packages/
mkdir -p ${pkgdir}/usr/share/licenses/xmind-zen
- cp license-cn.pdf ${pkgdir}/usr/share/licenses/xmind-zen/
+ cp ${pkgdir}"/opt/XMind ZEN/resources/app.asar.unpacked/static/license/"license{-cn,}.pdf ${pkgdir}/usr/share/licenses/xmind-zen/
}
diff --git a/lib.tar.xz b/lib.tar.xz
deleted file mode 100644
index 92d8cb34c6a4..000000000000
--- a/lib.tar.xz
+++ /dev/null
Binary files differ