blob: ec231a7bf1bd9e6f5968d34bc5cf274ad236d6e8 [file] [log] [blame]
# Copyright 2018 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_WORKON_COMMIT="ec4cdb711fb6ae107a96fe0f5c44d1689b0c5051"
CROS_WORKON_TREE="6256912ce14f9eac4db1625cbe150b520a3bf3dc"
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
}