* [gentoo-commits] gentoo-x86 commit in app-misc/xmind/files: xmind-wrapper
@ 2013-12-09 5:37 Chris Reffett (creffett)
0 siblings, 0 replies; only message in thread
From: Chris Reffett (creffett) @ 2013-12-09 5:37 UTC (permalink / raw
To: gentoo-commits
creffett 13/12/09 05:37:12
Added: xmind-wrapper
Log:
Revbump. Heavily redo installation (installing into /usr/lib doesn't make sense, move to /opt). Remove thumbnail/mime stuff, that was not upstream code and pulls in a bunch of old gnome stuff. Add wrapper to deal with hackish handling of configuration dir, fixes bug 492274.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Revision Changes Path
1.1 app-misc/xmind/files/xmind-wrapper
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/files/xmind-wrapper?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/files/xmind-wrapper?rev=1.1&content-type=text/plain
Index: xmind-wrapper
===================================================================
#!/bin/bash
#XMind wrapper script, copies configuration stuff into the user's local config dir if either
#the files aren't there or are older than the set in /opt (indicating that XMind has been upgraded)
if [ ! -f ~/.xmind/configuration-cathy/config.ini -o ~/.xmind/configuration-cathy/config.ini -ot /opt/xmind/XMind/configuration/config.ini ]; then
mkdir -p ~/.xmind/configuration-cathy
cp -r /opt/xmind/XMind/configuration/* ~/.xmind/configuration-cathy/
fi
/opt/xmind/XMind/XMind
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-09 5:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 5:37 [gentoo-commits] gentoo-x86 commit in app-misc/xmind/files: xmind-wrapper Chris Reffett (creffett)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox