freeciv: pack pngs and fix QA warnings

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2013-01-11 02:07:19 +01:00
parent efec281b01
commit 8f64eabf69
2 changed files with 4 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ FILES_${PN}-common = "\
${libdir}/libfreeciv.so.0.0.0 \
${libdir}/libfreeciv.so.0 \
${datadir}/po \
${datadir}/icons/hicolor/*/*/freeciv-client.png \
"
RDEPENDS_${PN}-server = "freeciv-common"
@@ -44,6 +45,7 @@ ${bindir}/freeciv-server \
${datadir}/freeciv/default \
${datadir}/freeciv/default.serv \
${datadir}/freeciv/nation \
${datadir}/icons/hicolor/*/*/freeciv-server.png \
"
FILES_${PN}-client-common = "\
@@ -54,6 +56,7 @@ ${datadir}/freeciv/amplio2.tilespec \
${datadir}/freeciv/amplio2 \
${datadir}/freeciv/stdsounds.soundspec \
${datadir}/freeciv/stdsounds \
${datadir}/icons/hicolor/*/*/freeciv-modpack.png \
"
RDEPENDS_${PN}-gtk2 = "freeciv-common freeciv-client-common"

View File

@@ -1,6 +1,6 @@
require freeciv.inc
PR = "r0"
PR = "r1"
SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2"