mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
networkmanager-applet: Add startup script to Xsession.d directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3715 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/usr/bin/nm-applet &
|
||||
@@ -3,13 +3,14 @@ LICENSE = "GPL"
|
||||
DEPENDS = "networkmanager dbus-glib libglade gconf gnome-keyring"
|
||||
#TODO DEPENDS libnotify
|
||||
RDEPENDS = "networkmanager"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
inherit gnome gtk-icon-cache
|
||||
|
||||
SRC_URI = "svn://svn.gnome.org/svn/network-manager-applet/;module=trunk;proto=http \
|
||||
file://applet-no-gnome.diff;patch=1;pnum=0 \
|
||||
file://applet-no-animation.patch;patch=1"
|
||||
file://applet-no-animation.patch;patch=1 \
|
||||
file://70NetworkManagerApplet"
|
||||
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
|
||||
@@ -19,3 +20,8 @@ FILES_${PN} += "${datadir}/nm-applet/ \
|
||||
${datadir}/gnome-vpn-properties/ \
|
||||
${datadir}/gnome/autostart/ \
|
||||
"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||
install -m 755 ${WORKDIR}/70NetworkManagerApplet ${D}${sysconfdir}/X11/Xsession.d/
|
||||
}
|
||||
Reference in New Issue
Block a user