mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
networkmanager-applet: use a .sh session script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4829 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ LICENSE = "GPL"
|
|||||||
DEPENDS = "networkmanager dbus-glib libglade gconf gnome-keyring"
|
DEPENDS = "networkmanager dbus-glib libglade gconf gnome-keyring"
|
||||||
#TODO DEPENDS libnotify
|
#TODO DEPENDS libnotify
|
||||||
RDEPENDS = "networkmanager"
|
RDEPENDS = "networkmanager"
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
inherit gnome gtk-icon-cache
|
inherit gnome gtk-icon-cache
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ SRC_URI = "svn://svn.gnome.org/svn/network-manager-applet/;module=trunk;proto=ht
|
|||||||
file://applet-no-gnome.diff;patch=1;pnum=0 \
|
file://applet-no-gnome.diff;patch=1;pnum=0 \
|
||||||
file://applet-no-animation.patch;patch=1 \
|
file://applet-no-animation.patch;patch=1 \
|
||||||
file://no_vpn.patch;patch=1 \
|
file://no_vpn.patch;patch=1 \
|
||||||
file://70NetworkManagerApplet"
|
file://70NetworkManagerApplet.sh"
|
||||||
|
|
||||||
PV = "0.0+svnr${SRCREV}"
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ FILES_${PN} += "${datadir}/nm-applet/ \
|
|||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||||
install -m 755 ${WORKDIR}/70NetworkManagerApplet ${D}${sysconfdir}/X11/Xsession.d/
|
install -m 755 ${WORKDIR}/70NetworkManagerApplet.sh ${D}${sysconfdir}/X11/Xsession.d/
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO: remove if libnotify in DEPENDS
|
#TODO: remove if libnotify in DEPENDS
|
||||||
|
|||||||
Reference in New Issue
Block a user