pulseaudio-qt: package git master hash with Qt6 support
This commit is contained in:
21
recipes-support/pulseaudio-qt.inc
Normal file
21
recipes-support/pulseaudio-qt.inc
Normal file
@@ -0,0 +1,21 @@
|
||||
# SPDX-FileCopyrightText: 2023 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "PulseAudio-Qt"
|
||||
HOMEPAGE = "https://invent.kde.org/libraries/pulseaudio-qt"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
pulseaudio \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
7
recipes-support/pulseaudio-qt_0.1.bb
Normal file
7
recipes-support/pulseaudio-qt_0.1.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
#NOTE this is an arbitrary hash supporting Qt6
|
||||
PV = "1.3.90"
|
||||
SRCREV = "39dcf82c208a642c4483efc58e67312997327c51"
|
||||
Reference in New Issue
Block a user