blob: bb2e6be5d7746f272fc6173f437643eebc8ffbd1 [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="572ac73ba36a163e2adc41e3755c67d697118132"
CROS_WORKON_TREE="90f8e0b5f2f2a4dda6a3830bb04e50e19f4c8a22"
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 gtk-2.0 gtk-3.0 gtk-3.22 index.theme
# Install the assets directory if it exists.
if [[ -d assets ]] ; then
doins -r assets
fi
}