added citadel terminal desktop file

This commit is contained in:
Bruce Leidl 2018-02-16 18:19:12 -05:00
parent fcb820697a
commit a2b59334d5
3 changed files with 9 additions and 4 deletions

View File

@ -1,4 +0,0 @@
VOLATILE_BINDS += "\
/storage/home /home \
"

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Citadel Terminal
Exec=/bin/bash
Terminal=true
Type=Application
Icon=xterm
StartupNotify=false

View File

@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
DEPENDS = "intltool-native dconf gconf glib-2.0 util-linux gsettings-desktop-schemas glib-2.0-native vte libpcre gtk+3 vala-native libxml2-native desktop-file-utils-native yelp-tools-native paxctl-native"
do_install_append() {
install -m 644 ${WORKDIR}/citadel.desktop ${D}${datadir}/applications
paxctl -cm ${D}${libexecdir}/gnome-terminal-server
}
@ -23,6 +24,7 @@ FILES_${PN}-doc += "\
# python3native is needed to run itstool during build
inherit gettext gnome python3native
SRC_URI += "file://citadel.desktop"
EXTRA_OECONF = "--disable-search-provider --without-nautilus-extension --disable-gterminal"