blob: 070df8e4582ef5e20bb0e0f16f72161d135f6e2b [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="d8097f4270ed885da6afb185cc8064efc8e3542d"
CROS_WORKON_TREE="00d07fe99d140e9c1652d7dc428a4904afaf0e52"
CROS_WORKON_LOCALNAME="cros-adapta"
CROS_WORKON_PROJECT="chromiumos/third_party/cros-adapta"
inherit cros-workon
DESCRIPTION="GTK theme for the VM guest container for Chrome OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/cros-adapta/"
LICENSE="GPL-2 CC-BY-4.0"
SLOT="0"
KEYWORDS="*"
src_install() {
insinto /opt/google/cros-containers/cros-adapta
doins -r assets gtk-2.0 gtk-3.0 gtk-3.22 index.theme
}