simsu: initial add 1.3.2

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-10-03 01:06:43 +02:00
parent 5f5a3b4e9d
commit 98dbe79044
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
SUMMARY = "Simsu is a basic Sudoku game"
HOMEPAGE = "http://gottcode.org/simsu/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
inherit qmake5 qt5-translation gtk-icon-cache
DEPENDS = "qtbase hicolor-icon-theme"
SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2"
SRC_URI[md5sum] = "cdfe8a57e3065e008d6707763c127555"
SRC_URI[sha256sum] = "bf147e675ae01e7bccf092cd9b9e5ae89b7f0893e28f7e65239b8b0371f6562a"
EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
FILES_${PN} += " \
${datadir}/appdata \
"

View File

@@ -9,6 +9,7 @@ RDEPENDS_${PN} = " \
\
gottet \
hexalate \
simsu \
\
compton \
qpdfview \