diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb b/meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb new file mode 100644 index 0000000000..e4478e14a3 --- /dev/null +++ b/meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Small gobject library for playing system sounds" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=447b837ae57f08b7060593ac6256163f" | ||
4 | |||
5 | DEPENDS = " \ | ||
6 | glib-2.0 \ | ||
7 | libcanberra \ | ||
8 | " | ||
9 | |||
10 | inherit gnomebase gettext gobject-introspection vala | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "c26fd21c21b9ef6533a202a73fab21db" | ||
13 | SRC_URI[archive.sha256sum] = "bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53" | ||