20 lines
580 B
Bash
20 lines
580 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-kconfig4/compizconfig-backend-kconfig4-0.8.8.ebuild,v 1.3 2013/03/02 23:44:01 hwoarang Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="Compizconfig Kconfig Backend"
|
|
HOMEPAGE="http://www.compiz.org/"
|
|
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2 LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-qt/qtdbus:4
|
|
>=x11-libs/libcompizconfig-${PV}
|
|
>=x11-wm/compiz-${PV}"
|