Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
nexedi
/
nayuos-ebuilds
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit c68eff87
authored
2018-09-11 11:33:06 +0200
by
Lorenzo Martinico
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update chromiumos-assets ebuild
1 parent
8a3fa879
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
18 deletions
chromeos-base/chromiumos-assets/chromiumos-assets-9999.ebuild
chromeos-base/chromiumos-assets/chromiumos-assets-9999.ebuild
View file @
c68eff8
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
EAPI="5"
CROS_WORKON_COMMIT="fd4e8eef335ceaca7adf53a83f5e13e00e09101c"
CROS_WORKON_TREE="2827f58a8b066d629e1a0c4ca936e2c4f76a5b6b"
CROS_WORKON_PROJECT="chromiumos/platform/chromiumos-assets"
CROS_WORKON_LOCALNAME="chromiumos-assets"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
inherit cros-workon
toolchain-funcs
inherit cros-workon
DESCRIPTION="Chromium OS-specific assets"
HOMEPAGE="http
://www.chromium.org/
"
SRC_URI=""
LICENSE="BSD"
HOMEPAGE="http
s://chromium.googlesource.com/chromiumos/platform/chromiumos-assets
"
LICENSE="BSD
-Google
"
SLOT="0"
KEYWORDS="
~
*"
KEYWORDS="*"
IUSE=""
# Force devs to uninstall assets-split first.
RDEPEND="!chromeos-base/chromeos-assets-split"
DEPEND="${RDEPEND}"
src_install() {
insinto /usr/share/chromeos-assets/images
doins -r
"${S}"/
images/*
doins -r images/*
insinto /usr/share/chromeos-assets/images_100_percent
doins -r
"${S}"/
images_100_percent/*
doins -r images_100_percent/*
insinto /usr/share/chromeos-assets/images_200_percent
doins -r "${S}"/images_200_percent/*
insinto /usr/share/chromeos-assets/screensavers
doins -r "${S}"/screensavers/*
doins -r images_200_percent/*
insinto /usr/share/chromeos-assets/wallpaper
doins -r
"${S}"/
wallpaper/*
doins -r wallpaper/*
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment