libgnome-games-support: fix build and rework

* inherit gnomebase to fix
  | libgnome-games-support-1.2.1-r0 do_configure: QA Issue: libgnome-games-support: configure was passed unrecognised options: --disable-schemas-install [unknown-configure-option]
* FILES_${PN}-dbg in not required anymore
* remove GNOME_COMPRESS_TYPE="xz" - it is default these days

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-04-05 22:57:53 +02:00
parent 2985725ba7
commit 463c3806f1

View File

@@ -2,16 +2,15 @@ DESCRIPTION = "libgnome-games-support is a small library intended for internal u
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 = "gtk+3 libgee"
GNOME_COMPRESS_TYPE="xz"
inherit gnome gettext
inherit gnomebase gettext
SRC_URI[archive.md5sum] = "1bbbee6eee2f03c4649e32fa90c802f9"
SRC_URI[archive.sha256sum] = "a626396c72603add6bae1ab0b5bee1d58657cc7e232b1fe6fda746b960715ee7"
FILES_${PN} += "${libdir} ${datadir}"
FILES_${PN}-dbg += "${libdir}/*/*/.debug"