mint-backgrounds-una: initial add 1.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -10,3 +10,6 @@ BBFILE_PRIORITY_meta-gnome-forks = "10"
|
|||||||
|
|
||||||
LAYERDEPENDS_meta-gnome-forks = "core openembedded-layer gnome-layer"
|
LAYERDEPENDS_meta-gnome-forks = "core openembedded-layer gnome-layer"
|
||||||
LAYERSERIES_COMPAT_meta-gnome-forks = "gatesgarth honister kirkstone"
|
LAYERSERIES_COMPAT_meta-gnome-forks = "gatesgarth honister kirkstone"
|
||||||
|
|
||||||
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|
||||||
|
|||||||
8
licenses/Unsplash
Normal file
8
licenses/Unsplash
Normal 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.
|
||||||
23
recipes-mint/mint-backgrounds/mint-backgrounds-una_1.1.bb
Normal file
23
recipes-mint/mint-backgrounds/mint-backgrounds-una_1.1.bb
Normal 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 \
|
||||||
|
"
|
||||||
@@ -8,6 +8,7 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
|||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
RDEPENDS:${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
|
mint-backgrounds-una \
|
||||||
mint-themes \
|
mint-themes \
|
||||||
mint-x-icons \
|
mint-x-icons \
|
||||||
mint-y-icons \
|
mint-y-icons \
|
||||||
|
|||||||
Reference in New Issue
Block a user