kcolorpicker: initial packaging

This commit is contained in:
Andreas Cord-Landwehr
2024-03-04 20:13:24 +01:00
parent 54bc151b33
commit 7fd66ab37b
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "kColorPicker"
SUMMARY = "QToolButton with color popup menu with lets you select a colors"
HOMEPAGE = "https://github.com/ksnip/kColorPicker"
LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404"
PR = "r0"
DEPENDS = " \
qtbase \
"
SRC_URI = "git://github.com/ksnip/kColorPicker.git;nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit qt6-cmake
inherit pkgconfig
EXTRA_OECMAKE += " \
-DBUILD_WITH_QT6=on \
-DBUILD_EXAMPLE=OFF \
-DBUILD_SHARED_LIBS=ON \
"

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "522e38b61e0786b97b2114c273a4551c869335be"