diff options
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf.bb | 20 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-terminal-conf.bb b/recipes-graphics/wayland/weston-terminal-conf.bb new file mode 100644 index 000000000..4bf864f42 --- /dev/null +++ b/recipes-graphics/wayland/weston-terminal-conf.bb @@ -0,0 +1,20 @@ +SUMMARY = "AGL user session" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +SRC_URI = " \ + file://weston-terminal.desktop \ +" + +inherit allarch + +do_install() { + install -d ${D}${datadir}/applications + install -m 0644 ${WORKDIR}/weston-terminal.desktop ${D}${datadir}/applications +} + +FILES:${PN} = "${datadir}/applications" + +RDEPENDS:${PN} = " \ + weston \ +" diff --git a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop b/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop new file mode 100644 index 000000000..6c4628700 --- /dev/null +++ b/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=Weston Terminal +Comment=Terminal Emulator +GenericName=Terminal Emulator +Exec=weston-terminal +Icon=utilities-terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator; +StartupNotify=true |