diff options
-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 | " | ||