washipad: package application
This commit is contained in:
28
recipes-playground/washipad.inc
Normal file
28
recipes-playground/washipad.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
# SPDX-FileCopyrightText: Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "Minimalist Sketchnoting Application"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
kdeclarative \
|
||||
kiconthemes \
|
||||
kirigami \
|
||||
kpackage \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/graphics/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
inherit mime-xdg
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
qtdeclarative \
|
||||
"
|
||||
5
recipes-playground/washipad_git.bb
Normal file
5
recipes-playground/washipad_git.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "ab68812b70703fdc357eb05d2cce43669d74f7cb"
|
||||
Reference in New Issue
Block a user