Add Kirigami Gallery recipe

This commit is contained in:
Volker Krause
2019-02-08 14:26:36 +01:00
parent dd7c5d8d00
commit fe7cf2fade
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "Kirigami Gallery"
HOMEPAGE = "https://www.kde.org/products/kirigami/"
LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2"
PR = "r0"
DEPENDS += " \
kirigami \
"
SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1"
S = "${WORKDIR}/git"
inherit cmake_kdeapp

View File

@@ -0,0 +1,2 @@
require ${BPN}.inc
SRCREV = "v${PV}"