aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/networkmanager/network-manager-applet_git.bb
blob: 524e73f68df470922e6fca18a718d996b691a169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "GTK+ applet for NetworkManager" 
LICENSE = "GPL"
DEPENDS = "libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
RDEPENDS = "networkmanager"

DEFAULT_PREFERENCE = "-1"

SRCREV = "447befc06fcfcb13322deb66bcdc9067bda0915b"
PV = "0.7.999+git"
PR_append = ".gitr${SRCREV}"

inherit gnome

SRC_URI = "git://git.gnome.org/network-manager-applet;protocol=git;branch=NETWORKMANAGER_APPLET_0_7 \
file://nm-applet.conf"

S = "${WORKDIR}/git"

# Hack around dbus a_console problems
do_install_append() {
   install -m 0644 ${WORKDIR}/nm-applet.conf ${D}${sysconfdir}/dbus-1/system.d/
}

FILES_${PN} += "${datadir}/nm-applet/ \
        ${datadir}/gnome-vpn-properties/ \
        ${datadir}/gnome/autostart/ \
        "