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/chromi/chromi-0.2_p20141209.ebuild

25 lines
540 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MY_P="kwin-deco-${PN}-${PV}"
inherit kde4-base
DESCRIPTION="Titlebar-less decoration inspired by Google Chrome and Nitrogen minimal mod"
HOMEPAGE="http://kde-look.org/content/show.php/Chromi?content=119069"
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz"
LICENSE="GPL-2+"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
DEPEND="
$(add_kdebase_dep kwin)
"
RDEPEND="${DEPEND}"