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/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.eb...

24 lines
629 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit kde4-base nsplugins
DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into non-KDE browsers"
HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2"
LICENSE="GPL-3 BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
PATCHES=( "${FILESDIR}/${P}-segfault.patch" )
src_prepare() {
echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
kde4-base_src_prepare
}