diff options
author | Yves Fischer <yves.fischer@cern.ch> | 2016-05-21 18:05:12 +0200 |
---|---|---|
committer | Yves Fischer <yves.fischer@cern.ch> | 2016-05-21 18:47:00 +0200 |
commit | c4ffde38b27348d0a9cf465b2692fd9bd00b1a11 (patch) | |
tree | f15d690a454e5343a50b3846dff2bbb857241e2a /packages | |
parent | b0da100e101675b9bf69ca25354dad55d05ae84b (diff) | |
download | debian-packages-c4ffde38b27348d0a9cf465b2692fd9bd00b1a11.tar.gz debian-packages-c4ffde38b27348d0a9cf465b2692fd9bd00b1a11.zip |
delete xmind
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xmind/XMind.ini | 10 | ||||
-rw-r--r-- | packages/xmind/build.gradle | 30 |
2 files changed, 0 insertions, 40 deletions
diff --git a/packages/xmind/XMind.ini b/packages/xmind/XMind.ini deleted file mode 100644 index a915157..0000000 --- a/packages/xmind/XMind.ini +++ /dev/null @@ -1,10 +0,0 @@ --configuration -./configuration --startup -../Commons/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar ---launcher.library -../Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417 ---launcher.defaultAction -openFile --Dosgi.instance.area=@user.home/.xmind/workspace-cathy --Dosgi.configuration.area=@user.home/.xmind/configuration-cathy
\ No newline at end of file diff --git a/packages/xmind/build.gradle b/packages/xmind/build.gradle deleted file mode 100644 index edb6630..0000000 --- a/packages/xmind/build.gradle +++ /dev/null @@ -1,30 +0,0 @@ -import org.xapek.yvesf.gradle.DownloadTask - -version '7-update1' - -task download(type: DownloadTask) { - //source "http://dl2.xmind.net/xmind-downloads/xmind-${project.version}-portable.zip" - source "http://dl3.xmind.net/xmind-${project.version}-portable.zip" - sha256sum '2823c93178e55ff21d3a75ff2a9d2aa694f50a94a7220207a1ad757660cdf030' -} - -task unpack(type: Copy) { - into("${buildDir}/unpacked/dist") - from(zipTree(download.destFile)) { - include('XMind_Linux_64bit/**') - include('Commons/**') - include('*.html') - include('*.txt') - } - from('XMind.ini') { - eachFile { path = "XMind_Linux_64bit/XMind.ini" } - } -} -unpack.dependsOn(download) - -ospackage { - into "/opt/${project.name}" - from unpack.outputs.files -} - -activator.bin['xmind'] = "/opt/${project.name}/XMind_Linux_64bit/XMind"
\ No newline at end of file |