From 28f54bf1c6701010595b5697013e3776b0125b2e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 26 Jul 2016 01:46:30 +0300 Subject: [PATCH] libgames-support: Add Signed-off-by: Marko Lindqvist --- .../gnome-games/libgames-support_1.0.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-games/gnome-games/libgames-support_1.0.2.bb diff --git a/recipes-games/gnome-games/libgames-support_1.0.2.bb b/recipes-games/gnome-games/libgames-support_1.0.2.bb new file mode 100644 index 0000000..4c7afa8 --- /dev/null +++ b/recipes-games/gnome-games/libgames-support_1.0.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "libgames-support is a small library intended for internal use by GNOME Games, \ +but it may be used by others." +HOMEPAGE = "https://live.gnome.org/GnomeGames" +SECTION = "x11/application" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +DEPENDS = "glib-2.0 gtk+3 libgee intltool-native" + +GNOME_COMPRESS_TYPE="xz" + +inherit gnome + +SRC_URI[archive.md5sum] = "ffba5c102eeb9ae3d96294bccb02446e" +SRC_URI[archive.sha256sum] = "b096e8d8ddc57ff247edc5eae842d405402b043e289f3a0949499e1df514ba66" + +FILES_${PN} += "${libdir} ${datadir}" +FILES_${PN}-dbg += "${libdir}/*/*/.debug"