diff options
author | Chris Reffett <creffett@gentoo.org> | 2016-05-23 22:01:19 -0400 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2016-05-23 22:02:20 -0400 |
commit | 20857630a1d0ad1ba8315648856a86eede543ed5 (patch) | |
tree | 3dd44c2c1f15bc4e376c6309ad0c6ac5ec469797 /app-misc/xmind | |
parent | Revert "app-admin/rsyslog: use prune_libtool_files from eutils in 8.18.0" (diff) | |
download | gentoo-20857630a1d0ad1ba8315648856a86eede543ed5.tar.gz gentoo-20857630a1d0ad1ba8315648856a86eede543ed5.tar.bz2 gentoo-20857630a1d0ad1ba8315648856a86eede543ed5.zip |
app-misc/xmind: Revbump, fix ignored prestrippd files and correct XMind.ini error
Gentoo-Bug: 577478
Gentoo-Bug: 576884
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-misc/xmind')
-rw-r--r-- | app-misc/xmind/xmind-3.6.1-r1.ebuild (renamed from app-misc/xmind/xmind-3.6.1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/xmind/xmind-3.6.1.ebuild b/app-misc/xmind/xmind-3.6.1-r1.ebuild index a83c4cd85b6c..f8cd72828319 100644 --- a/app-misc/xmind/xmind-3.6.1.ebuild +++ b/app-misc/xmind/xmind-3.6.1-r1.ebuild @@ -27,8 +27,8 @@ S=${WORKDIR} QA_PRESTRIPPED="opt/xmind/XMind/libcairo-swt.so" QA_FLAGS_IGNORED=" - opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813/eclipse_1502.so - opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so + opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so + opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.300.v20150602-1417/eclipse_1612.so opt/xmind/XMind/libcairo-swt.so opt/xmind/XMind/XMind " @@ -49,6 +49,7 @@ src_configure() { -e '/\.\.\/Commons\/data\/workspace-cathy/d' \ -e 's/\.\.\/Commons/\/opt\/xmind\/Commons/g' \ -i XMind/XMind.ini || die + echo '-vmargs' >> XMind/XMind.ini || die echo '-Dosgi.instance.area=@user.home/.xmind/workspace-cathy' >> XMind/XMind.ini || die echo '-Dosgi.configuration.area=@user.home/.xmind/configuration-cathy' >> XMind/XMind.ini || die } |