kcolorpicker: initial packaging
This commit is contained in:
26
recipes-support/kcolorpicker.inc
Normal file
26
recipes-support/kcolorpicker.inc
Normal 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 \
|
||||
"
|
||||
5
recipes-support/kcolorpicker_0.3.1.bb
Normal file
5
recipes-support/kcolorpicker_0.3.1.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "522e38b61e0786b97b2114c273a4551c869335be"
|
||||
Reference in New Issue
Block a user