* replace liri-materialdecoration by liri-qtintegration * remove liri-platformtheme: repo is gone Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
29 lines
695 B
BlitzBasic
29 lines
695 B
BlitzBasic
SUMMARY = "Session manager for Liri OS"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
"
|
|
|
|
inherit liri gsettings
|
|
|
|
PV = "0.1.0+git${SRCPV}"
|
|
|
|
SRC_URI += "file://0001-menu-use-correct-install-variables.patch"
|
|
SRCREV = "f26b173653c52b08b12a88f298e315ad3f8f4931"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS += " \
|
|
liri-qtgsettings \
|
|
liri-libliri \
|
|
"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/desktop-directories \
|
|
${datadir}/liri-session/systemd-user/autostart \
|
|
${datadir}/wayland-sessions \
|
|
${systemd_user_unitdir} \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
${OE_QMAKE_PATH_QML} \
|
|
"
|