mint-backgrounds-una: initial add 1.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-28 22:29:24 +02:00
parent 95f025b763
commit 12d6e418ff
4 changed files with 35 additions and 0 deletions

View File

@@ -10,3 +10,6 @@ BBFILE_PRIORITY_meta-gnome-forks = "10"
LAYERDEPENDS_meta-gnome-forks = "core openembedded-layer gnome-layer"
LAYERSERIES_COMPAT_meta-gnome-forks = "gatesgarth honister kirkstone"
LICENSE_PATH += "${LAYERDIR}/licenses"

8
licenses/Unsplash Normal file
View File

@@ -0,0 +1,8 @@
Taken from https://unsplash.com/license
Unsplash grants you an irrevocable, nonexclusive, worldwide copyright license
to download, copy, modify, distribute, perform, and use photos from Unsplash
for free, including for commercial purposes, without permission from or
attributing the photographer or Unsplash. This license does not include the
right to compile photos from Unsplash to replicate a similar or competing
service.

View File

@@ -0,0 +1,23 @@
SUMMARY = "Linux Mint 20.3 Una backgrounds"
LICENSE = "Unsplash"
LIC_FILES_CHKSUM = "file://backgrounds/linuxmint-una/Credits;md5=b57930efd035b5a6e206ed403c305d89"
SRC_URI = "http://packages.linuxmint.com/pool/main/m/${BPN}/${BPN}_${PV}.tar.gz"
SRC_URI[sha256sum] = "42a8af8c7f18bb83743ba31ee6c2d74ba9328bbac2d28399a7218991400a6e9c"
S = "${WORKDIR}/${BPN}"
inherit allarch
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_install() {
install -d ${D}${datadir}
cp -r ${S}/backgrounds ${D}/${datadir}
cp -r ${S}/cinnamon-background-properties ${D}/${datadir}
}
FILES:${PN} = " \
${datadir}/backgrounds \
${datadir}/cinnamon-background-properties \
"

View File

@@ -8,6 +8,7 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup
RDEPENDS:${PN} = " \
mint-backgrounds-una \
mint-themes \
mint-x-icons \
mint-y-icons \