liri-session: initial add 0.1.0+

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-11-18 00:15:10 +01:00
parent 6526214533
commit d4be919214
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
From 0153e502bdb7642e43ce9cad20ae39841ca691af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Sun, 17 Nov 2019 23:09:48 +0100
Subject: [PATCH] menu: use correct install variables for sysconfig
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
At least on openembedded/yocto configuration files are installed to /usr/etc
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
data/menu/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/menu/CMakeLists.txt b/data/menu/CMakeLists.txt
index e4ca44d..1bf9558 100644
--- a/data/menu/CMakeLists.txt
+++ b/data/menu/CMakeLists.txt
@@ -13,5 +13,5 @@ install(
FILES
liri-applications.menu
DESTINATION
- "${INSTALL_SYSCONFDIR}/xdg/menus"
+ "${CMAKE_INSTALL_SYSCONFDIR}/xdg/menus"
)
--
2.21.0

View File

@@ -0,0 +1,27 @@
SUMMARY = "Session manager for Liri OS"
LICENSE = "GPLv3"
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 = "2840b1b218afd53f85e9422dd169949d2e06b2ca"
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} \
"