From 9f8ffcff7d6f9e52524647c3e65e696baea35735 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 23 Aug 2015 16:08:11 +0300 Subject: [PATCH] freeciv: Update freeciv-2.5 to version 2.5.1 Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 2 +- recipes-games/freeciv/freeciv_2.3.5.bb | 2 ++ recipes-games/freeciv/freeciv_2.4.4.bb | 2 ++ recipes-games/freeciv/{freeciv_2.5.0.bb => freeciv_2.5.1.bb} | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) rename recipes-games/freeciv/{freeciv_2.5.0.bb => freeciv_2.5.1.bb} (83%) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index 3b3dea5..8fca63e 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -6,7 +6,7 @@ DESCRIPTION = "Freeciv is distributed under the GPL and implemented for X. \ " LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SECTION = "games" diff --git a/recipes-games/freeciv/freeciv_2.3.5.bb b/recipes-games/freeciv/freeciv_2.3.5.bb index 45b7cc0..700ba8a 100644 --- a/recipes-games/freeciv/freeciv_2.3.5.bb +++ b/recipes-games/freeciv/freeciv_2.3.5.bb @@ -2,5 +2,7 @@ FREECIV_GUI = "gtk2" require freeciv.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" + SRC_URI[md5sum] = "a5483c9e4ffa62dd17b54404fe06ceb0" SRC_URI[sha256sum] = "f1537787f505b6aa94e99185879e235ad3a778e6bbdef830d256dbbb67384de6" diff --git a/recipes-games/freeciv/freeciv_2.4.4.bb b/recipes-games/freeciv/freeciv_2.4.4.bb index be59717..dedfea1 100644 --- a/recipes-games/freeciv/freeciv_2.4.4.bb +++ b/recipes-games/freeciv/freeciv_2.4.4.bb @@ -6,5 +6,7 @@ DEPENDS += "curl xz" EXTRA_OECONF += "--disable-mapimg" +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" + SRC_URI[md5sum] = "038c53184497fcf31bcd268418dbe4f6" SRC_URI[sha256sum] = "8307fc9d69571b031ccc465e8029d8a7ea3dbef4e3651f2de07356aba931e2a3" diff --git a/recipes-games/freeciv/freeciv_2.5.0.bb b/recipes-games/freeciv/freeciv_2.5.1.bb similarity index 83% rename from recipes-games/freeciv/freeciv_2.5.0.bb rename to recipes-games/freeciv/freeciv_2.5.1.bb index 9e4cfe7..bd4bb2a 100644 --- a/recipes-games/freeciv/freeciv_2.5.0.bb +++ b/recipes-games/freeciv/freeciv_2.5.1.bb @@ -11,8 +11,8 @@ EXTRA_OECONF += "\ --with-qt5-libs=${STAGING_LIBDIR}/qt5 \ --disable-mapimg" -SRC_URI[md5sum] = "8a61ecd986853200326711446c573f1b" -SRC_URI[sha256sum] = "bd9f7523ea79b8d2806d0c1844a9f48506ccd18276330580319913c43051210b" +SRC_URI[md5sum] = "b94bf68ce5f3611c71fac9753598b046" +SRC_URI[sha256sum] = "4e420a9ad91aa7966039ec3b63501725c8261a4ff734d56fe801414fae772696" PACKAGES =+ "${PN}-gtk3 ${PN}-qt"