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/kuickshow/kuickshow-0.9.1-r2.ebuild

34 lines
838 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
KDE_LINGUAS="af ar be bg bn 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 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 uz uz@cyrillic vi xh zh_CN
zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
inherit kde4-base
MY_P=${P}-kde4.4.0
DESCRIPTION="KDE program to view images"
HOMEPAGE="https://userbase.kde.org/KuickShow"
SRC_URI="mirror://kde/Attic/4.4.0/src/extragear/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug +handbook"
DEPEND="media-libs/imlib"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS BUGS ChangeLog README TODO )
PATCHES=(
"${FILESDIR}/${P}-gcc6-compile-fix.patch"
)
S=${WORKDIR}/${MY_P}