x11-themes/ubuntu-unity-backgrounds - 26.04 (gentoo-unity7)

Search

Install

Install this version:

emerge -a =x11-themes/ubuntu-unity-backgrounds-26.04

Package Information

Description:
Default backgrounds in Ubuntu Unity
Homepage:
https://gitlab.com/ubuntu-unity
License:
CC-BY-NC-SA-4.0

Ebuild Details

Version EAPI Keywords Slot
26.04 8 amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

UVER=
UREV=0ubuntu1

inherit ubuntu-versionator

DESCRIPTION="Default backgrounds in Ubuntu Unity"
HOMEPAGE="https://gitlab.com/ubuntu-unity"
SRC_URI="${UURL}.orig.tar.xz"

LICENSE="CC-BY-NC-SA-4.0"
KEYWORDS="amd64"
SLOT="0"
RESTRICT="binchecks strip test"

S="${WORKDIR}"

src_install() {
	default

	insinto /usr/share/backgrounds
	doins -r ubuntu-unity

	insinto /usr/share/gnome-background-properties
	doins ubuntu-unity.xml
}

Inherited Eclasses