From 845d7ee52b4394448659ac3d79f1dc5a035415a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Feb 2019 17:38:28 +0100 Subject: [PATCH] chromium-bsu: initial add 0.9.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../chromium-bsu/chromium-bsu_0.9.16.1.bb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-games/chromium-bsu/chromium-bsu_0.9.16.1.bb diff --git a/recipes-games/chromium-bsu/chromium-bsu_0.9.16.1.bb b/recipes-games/chromium-bsu/chromium-bsu_0.9.16.1.bb new file mode 100644 index 0000000..5848db8 --- /dev/null +++ b/recipes-games/chromium-bsu/chromium-bsu_0.9.16.1.bb @@ -0,0 +1,26 @@ +SUMMARY = "Chromium B.S.U. is a fast paced, arcade-style, top-scrolling shooter" +LICENSE = "ClArtistic" +LIC_FILES_CHKSUM = "file://COPYING;md5=641fe79d00b9ef7c22fc782fd98cd651" + +inherit autotools pkgconfig gettext gtk-icon-cache + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/Chromium%20B.S.U.%20source%20code/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "acc28b2b46567e4a2946031005155a43" +SRC_URI[sha256sum] = "a1c141a34d19a59607ae81166a19864eb8c84cf86b155462fed31a6d56e1624a" + +# ftgl is in meta-qt5-extra currently +DEPENDS += " \ + fontconfig \ + ftgl \ + openal-soft \ + freealut \ +" + +PACKAGECONFIG ??= "sdl" +PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl libsdl-image" +PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,libsdl2 libsdl2-image" + + +FILES_${PN} += " \ + ${datatdir}/icons \ +"