diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-06 01:09:08 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-08 23:00:57 -0800 |
| commit | 279af3fbe11ad09050e07e1f8134c1b8153f9daf (patch) | |
| tree | e2e58abb6d1f98de32fd3a7c804bcc887468b89b /meta-gnome | |
| parent | c494c60a480350f125078509e7e5983b3cb0bb92 (diff) | |
| download | meta-openembedded-279af3fbe11ad09050e07e1f8134c1b8153f9daf.tar.gz | |
gnome-backgrounds: initial add 3.34.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.34.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.34.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.34.0.bb new file mode 100644 index 0000000000..2350a7df3c --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.34.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "GNOME wallpapers" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | ||
| 4 | |||
| 5 | SECTION = "x11/gnome" | ||
| 6 | |||
| 7 | GNOMEBASEBUILDCLASS = "meson" | ||
| 8 | |||
| 9 | inherit gnomebase allarch gettext upstream-version-is-even allarch | ||
| 10 | |||
| 11 | SRC_URI[archive.md5sum] = "f350804df16cdc9ef5306087157cf31b" | ||
| 12 | SRC_URI[archive.sha256sum] = "c2b7fb6db98c05e205053daaa7f58c7f06ff91b45c4006052af17c578ae7b47f" | ||
| 13 | |||
| 14 | FILES_${PN} += " \ | ||
| 15 | ${datadir}/backgrounds \ | ||
| 16 | ${datadir}/gnome-background-properties \ | ||
| 17 | " | ||
