27 lines
710 B
Bash
27 lines
710 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kxstitch/kxstitch-1.2.0.ebuild,v 1.1 2014/08/26 09:57:08 kensington Exp $
|
|
|
|
EAPI=5
|
|
|
|
KDE_DOC_DIRS="doc-translations/%lingua_${PN}"
|
|
KDE_HANDBOOK="optional"
|
|
KDE_LINGUAS="ca cs da de en_GB es et fr hu it lt nl pl pt pt_BR sk sv uk"
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="Program to create cross stitch patterns"
|
|
HOMEPAGE="http://userbase.kde.org/KXStitch"
|
|
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="4"
|
|
KEYWORDS="~amd64"
|
|
IUSE="debug"
|
|
|
|
RDEPEND="
|
|
media-gfx/imagemagick[cxx]
|
|
x11-libs/libX11
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
sys-devel/gettext
|
|
"
|