Include a desktopd.config with the recipe so it's easier to change
This commit is contained in:
parent
54e16440e6
commit
3325176807
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM=" \
|
||||
|
||||
inherit cargo systemd
|
||||
|
||||
SRC_URI += "git://github.com/subgraph/desktopd;protocol=https"
|
||||
SRC_URI += "git://github.com/subgraph/desktopd;protocol=https file://desktopd.config"
|
||||
SRCREV = "62837261f8f80c102c9f093398aa7f60b55e64df"
|
||||
S = "${WORKDIR}/git"
|
||||
CARGO_SRC_DIR=""
|
||||
@ -77,6 +77,6 @@ do_install() {
|
||||
install -d ${D}${systemd_system_unitdir}
|
||||
|
||||
install -m 755 ${B}/target/${CARGO_TARGET_SUBDIR}/desktopd ${D}${libexecdir}
|
||||
install -m 644 ${B}/data/desktopd.config ${D}${sysconfdir}
|
||||
install -m 644 ${WORKDIR}/desktopd.config ${D}${sysconfdir}
|
||||
install -m 644 ${B}/data/desktopd.service ${D}${systemd_system_unitdir}
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
[options]
|
||||
exec_prefix="/usr/libexec/run-in-image"
|
||||
target_directory="/home/citadel/.local/share/applications"
|
||||
|
||||
[[sources]]
|
||||
path="/storage/appimg/default.appimg/rootfs/usr/share/applications"
|
Loading…
Reference in New Issue
Block a user