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/kde-misc/kim4/kim4-0.9.5-r1.ebuild

36 lines
688 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
DESCRIPTION="A Dolphin and Konqueror service menu for ImageMagick"
HOMEPAGE="http://www.kde-apps.org/content/show.php/Kim+%28Kde+Image+Menu%29?content=11505"
SRC_URI="http://bouveyron.free.fr/kim/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/${PN}
RDEPEND="
kde-apps/kdialog
|| (
kde-apps/dolphin
kde-apps/konqueror
)
virtual/imagemagick-tools
"
src_prepare() {
epatch "${FILESDIR}"/${P}-install.sh.patch
}
src_install() {
DESTDIR=${D} ./install.sh || die
dodoc AUTHORS ChangeLog README || die
}