You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/focuswriter/focuswriter-1.3.5.2.ebuild

33 lines
806 B

# 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.3 2012/05/21 12:26:35 phajdan.jr 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
}