# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ ${PV} == 9999 ]]; then
    KEYWORDS=""
    EGIT_REPO_URI="https://gitlab.com/ubports/development/core/${PN}.git"
    inherit git-r3
else
    KEYWORDS="~amd64"
    SRC_URI="https://gitlab.com/ubports/development/core/${PN}/-/archive/${PV}/${P}.tar.gz"
fi

DESCRIPTION="Wallpapers for the Lomiri Operating Environment"
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"

LICENSE="CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 MIT"
SLOT="0"
RESTRICT="test"

src_install() {
    insinto /usr/share/backgrounds
    doins 16.04/*
    doins 20.04/*

    doins warty-final-ubuntu.png
    doins lomiri-default-background.png

    dodoc COPYING.*
    dodoc LICENSE
}