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/media-gfx/kfax/kfax-3.3.6-r1.ebuild

38 lines
870 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
KDE_LINGUAS="af ar be bg br ca ca@valencia cs cy da de el en_GB eo es et eu fa
fi fr ga gl he hi hne hr hu is it ja km ko lt lv mai mk ms nb nds ne nl nn oc
pa pl pt pt_BR ro ru se sk sl sv ta tg th tr uk vi wa xh zh_CN zh_HK zh_TW"
KDE_DOC_DIRS="doc-translations/%lingua_${PN}"
KDE_HANDBOOK="optional"
inherit kde4-base
KDE_VERSION=4.4.0
MY_P=${P}-kde${KDE_VERSION}
DESCRIPTION="A fax file viewer"
HOMEPAGE="https://www.kde.org/"
SRC_URI="mirror://kde/stable/${KDE_VERSION}/src/extragear/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="
x11-libs/libX11
"
DEPEND="${RDEPEND}
x11-proto/xproto
"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}/${P}-kde45.patch"
"${FILESDIR}/${P}-underlinking.patch"
)