From 523c09acb78d2c233d920785aef9ae120481cf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 8 Aug 2019 02:49:51 +0200 Subject: [PATCH] kapow: initial add 1.5.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-gottcode/kapow/kapow.bb | 15 +++++++++++++++ recipes-gottcode/packagegroups/gottcode-world.bb | 1 + 2 files changed, 16 insertions(+) create mode 100644 recipes-gottcode/kapow/kapow.bb diff --git a/recipes-gottcode/kapow/kapow.bb b/recipes-gottcode/kapow/kapow.bb new file mode 100644 index 00000000..e47fb22f --- /dev/null +++ b/recipes-gottcode/kapow/kapow.bb @@ -0,0 +1,15 @@ +SUMMARY = "Kapow is a punch clock program to easily keep track of your hours" +HOMEPAGE = "https://gottcode.org/kapow/" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +inherit qmake5 qt5-translation gtk-icon-cache + +DEPENDS = "qttools-native qtbase hicolor-icon-theme" + +SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2" +SRC_URI[md5sum] = "4f0fee606eff49d5a5cf9cdc9baae622" +SRC_URI[sha256sum] = "f18ccc4e42d6ddb763983d0bfdc1da4ff91faa83289796e1b238f5fa5404e51e" +PV = "1.5.9" + +EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}" diff --git a/recipes-gottcode/packagegroups/gottcode-world.bb b/recipes-gottcode/packagegroups/gottcode-world.bb index d54f4380..cf287dbf 100644 --- a/recipes-gottcode/packagegroups/gottcode-world.bb +++ b/recipes-gottcode/packagegroups/gottcode-world.bb @@ -8,6 +8,7 @@ RDEPENDS_${PN} = " \ focuswriter \ gottet \ hexalate \ + kapow \ peg-e \ simsu \ tetzle \