diff options
author | Johannes Huber <johu@gentoo.org> | 2012-04-28 20:12:12 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-04-28 20:12:12 +0000 |
commit | 04eb8da806e8c59d07221374d1fdf550ddecdffc (patch) | |
tree | 6bd4f34e29589869fe1098a2bdc41c0a8649086f /app-editors/focuswriter/focuswriter-1.3.5.2.ebuild | |
parent | Fix symlink creation crash. Thanks to Lars Wendler (Polynomial-C) for the fix... (diff) | |
download | gentoo-2-04eb8da806e8c59d07221374d1fdf550ddecdffc.tar.gz gentoo-2-04eb8da806e8c59d07221374d1fdf550ddecdffc.tar.bz2 gentoo-2-04eb8da806e8c59d07221374d1fdf550ddecdffc.zip |
Move app-text/focuswriter to app-editors/focuswriter wrt bug #378981.
(Portage version: 2.2.0_alpha101/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'app-editors/focuswriter/focuswriter-1.3.5.2.ebuild')
-rw-r--r-- | app-editors/focuswriter/focuswriter-1.3.5.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-editors/focuswriter/focuswriter-1.3.5.2.ebuild b/app-editors/focuswriter/focuswriter-1.3.5.2.ebuild new file mode 100644 index 000000000000..7dba8bf8cfcd --- /dev/null +++ b/app-editors/focuswriter/focuswriter-1.3.5.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/focuswriter-1.3.5.2.ebuild,v 1.1 2012/04/28 20:12:12 johu Exp $ + +EAPI=4 + +#does nothing useful, LANGS="cs de el en es_MX es fi fr hu it nl pl pt_BR pt ru sv uk" +inherit qt4-r2 + +DESCRIPTION="A fullscreen and distraction-free word processor" +HOMEPAGE="http://gottcode.org/focuswriter/" +SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + app-text/hunspell + dev-libs/libzip + x11-libs/qt-gui:4 + media-libs/sdl-mixer[wav] + " +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog README ) + +src_prepare() { + sed -i -e '/PREFIX/s:/usr/local:/usr:' ${PN}.pro || die + qt4-r2_src_prepare +} |