summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemiliaForever2017-07-10 12:30:34 +0800
committerRemiliaForever2017-07-10 12:30:34 +0800
commit5df985006d10ef42c4f2b70b080d60be098d355e (patch)
tree48e11f5b8a0f8bcc4afd842bea4af9f60a2c5f1d
parentcac5edf5b37229a9f72fba8f1907d1a3d3fd4dcf (diff)
downloadaur-5df985006d10ef42c4f2b70b080d60be098d355e.tar.gz
fix SRCINFO
-rw-r--r--.SRCINFO8
-rwxr-xr-xXMind8
-rw-r--r--XMind.desktop12
-rw-r--r--XMind.ini16
-rw-r--r--XMind.pngbin0 -> 21635 bytes
5 files changed, 44 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f180d3f694..7106f0f37941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,15 @@ pkgbase = xmind
depends = libxext
optdepends = lame: needed for the feature audio notes
source = http://www.xmind.net/xmind/downloads/xmind-8-update2-linux.zip
+ source = XMind.ini
+ source = XMind
+ source = XMind.desktop
+ source = XMind.png
sha512sums = e658714a5944e8de62577302c22763e9c55d1f82ce6cbda187ec39801ac7cbd5c34de6e4d7d9735546bcef26795c21c194ff026cebf39b2c9af2663cec98ce58
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = xmind
diff --git a/XMind b/XMind
new file mode 100755
index 000000000000..0b7cfe7c843c
--- /dev/null
+++ b/XMind
@@ -0,0 +1,8 @@
+#!/bin/bash
+if [[ ! -d ${HOME}/.xmind ]]; then
+ echo 'init configuration'
+ mkdir -p ${HOME}/.xmind
+ cp -R /usr/share/xmind/XMind/configuration ${HOME}/.xmind/
+fi
+
+exec /usr/share/xmind/XMind/XMind "$@"
diff --git a/XMind.desktop b/XMind.desktop
new file mode 100644
index 000000000000..cf95504209ac
--- /dev/null
+++ b/XMind.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Version=3.7.2
+Encoding=UTF-8
+Name=XMind
+Comment=Launch XMind 8 Update 2
+Icon=XMind
+Exec=XMind
+Terminal=false
+StartupNotify=true
+Categories=Office;
+MimeType=application/xmind;x-scheme-handler/xmind;
diff --git a/XMind.ini b/XMind.ini
new file mode 100644
index 000000000000..6c3a75c68293
--- /dev/null
+++ b/XMind.ini
@@ -0,0 +1,16 @@
+-configuration
+@user.home/.xmind/configuration
+-data
+@user.home/.xmind/workspace
+-startup
+/usr/share/xmind/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
+--launcher.library
+/usr/share/xmind/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444
+--launcher.defaultAction
+openFile
+--launcher.GTK_version
+2
+-eclipse.keyring
+@user.home/.xmind/secure_storage_linux
+-vmargs
+-Dfile.encoding=UTF-8
diff --git a/XMind.png b/XMind.png
new file mode 100644
index 000000000000..21353712d557
--- /dev/null
+++ b/XMind.png
Binary files differ