From 2e40c14788d91cc6eb6efb0aac984b466092abe3 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 25 Apr 2020 02:16:27 +0300 Subject: [PATCH] freeciv: Add S3_0 recipe (alpha4) S3_0 alpha4 is the first snapshot that is compatible with future 3.0 releases. Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv_S3-0-git.bb | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 recipes-games/freeciv/freeciv_S3-0-git.bb diff --git a/recipes-games/freeciv/freeciv_S3-0-git.bb b/recipes-games/freeciv/freeciv_S3-0-git.bb new file mode 100644 index 0000000..a4e7669 --- /dev/null +++ b/recipes-games/freeciv/freeciv_S3-0-git.bb @@ -0,0 +1,33 @@ + +FREECIV_GUI = "gtk3.22,qt,sdl2" + +require freeciv.inc + +DEFAULT_PREFERENCE = "-2" + +DEPENDS += "libsdl2-image libsdl2-ttf libsdl2-gfx freetype tolua-native" + +SRC_URI += "\ +git://github.com/freeciv/freeciv.git;branch=S3_0\ +" +SRCREV="c319fab994f98076d502da78724c129830e5bd13" +PN = "freeciv" +PV = "3.0.0-alpha4" +S = "${WORKDIR}/git" + +PACKAGES =+ "${PN}-sdl2 ${PN}-gtk3.22" + +RDEPENDS_${PN}-gtk3.22 = "freeciv-common freeciv-client-common" +RPROVIDES_${PN}-gtk3.22 = "freeciv-client" +FILES_${PN}-gtk3.22 = "\ +${bindir}/freeciv-gtk3.22 \ +${datadir}/freeciv/themes/gui-gtk-3.22 \ +${datadir}/freeciv/gtk3.22_menus.xml \ +" + +RDEPENDS_${PN}-sdl2 = "freeciv-common freeciv-client-common" +RPROVIDES_${PN}-sdl2 = "freeciv-client" +FILES_${PN}-sdl2 = "\ +${bindir}/freeciv-sdl2 \ +${datadir}/freeciv/themes/gui-sdl2 \ +"