forked from brl/citadel
added citadel terminal desktop file
This commit is contained in:
parent
fcb820697a
commit
a2b59334d5
@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
VOLATILE_BINDS += "\
|
|
||||||
/storage/home /home \
|
|
||||||
"
|
|
@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Citadel Terminal
|
||||||
|
Exec=/bin/bash
|
||||||
|
Terminal=true
|
||||||
|
Type=Application
|
||||||
|
Icon=xterm
|
||||||
|
StartupNotify=false
|
@ -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"
|
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() {
|
do_install_append() {
|
||||||
|
install -m 644 ${WORKDIR}/citadel.desktop ${D}${datadir}/applications
|
||||||
paxctl -cm ${D}${libexecdir}/gnome-terminal-server
|
paxctl -cm ${D}${libexecdir}/gnome-terminal-server
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -23,6 +24,7 @@ FILES_${PN}-doc += "\
|
|||||||
|
|
||||||
# python3native is needed to run itstool during build
|
# python3native is needed to run itstool during build
|
||||||
inherit gettext gnome python3native
|
inherit gettext gnome python3native
|
||||||
|
SRC_URI += "file://citadel.desktop"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-search-provider --without-nautilus-extension --disable-gterminal"
|
EXTRA_OECONF = "--disable-search-provider --without-nautilus-extension --disable-gterminal"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user