From d946ff3696a10a347c2b48575e2910c08d501b96 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 17 Sep 2016 19:36:43 +0300 Subject: [PATCH] gnome-chess: Add recipe Signed-off-by: Marko Lindqvist --- recipes-games/gnome-games/gnome-chess_3.20.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-games/gnome-games/gnome-chess_3.20.1.bb diff --git a/recipes-games/gnome-games/gnome-chess_3.20.1.bb b/recipes-games/gnome-games/gnome-chess_3.20.1.bb new file mode 100644 index 0000000..8313cd0 --- /dev/null +++ b/recipes-games/gnome-games/gnome-chess_3.20.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "GNOME Chess is a 2D chess game, where games can be played between a combination of human and computer players." +HOMEPAGE = "https://www.gnome.org/" +SECTION = "x11/application" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +DEPENDS = "libgames-support glib-2.0 gtk+3 librsvg libcanberra intltool-native" + +GNOME_COMPRESS_TYPE="xz" + +inherit gnome + +SRC_URI[archive.md5sum] = "2aa5f82ec7073b628b23e3df225dca28" +SRC_URI[archive.sha256sum] = "4715349339491bd7a1072d5d362b5df76efa2067f4363c4b37d9579201d8c66d" + +FILES_${PN} += "${libdir} ${datadir}" +FILES_${PN}-dbg += "${libdir}/*/*/.debug"