libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / networkmanager / network-manager-applet_git.bb
blobf0bf13687a7bf1587cb6ade097e409d34a72e19c
1 DESCRIPTION = "GTK+ applet for NetworkManager"
2 LICENSE = "GPL"
3 DEPENDS = "libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
4 RDEPENDS_${PN} = "networkmanager"
5 PR = "r1"
7 DEFAULT_PREFERENCE = "-1"
9 SRCREV = "447befc06fcfcb13322deb66bcdc9067bda0915b"
10 PV = "0.7.999+git"
11 PR_append = ".gitr${SRCREV}"
13 inherit gnome
15 SRC_URI = "git://git.gnome.org/network-manager-applet;protocol=git;branch=NETWORKMANAGER_APPLET_0_7 \
16 file://nm-applet.conf"
18 S = "${WORKDIR}/git"
20 # Hack around dbus a_console problems
21 do_install_append() {
22 install -m 0644 ${WORKDIR}/nm-applet.conf ${D}${sysconfdir}/dbus-1/system.d/
25 FILES_${PN} += "${datadir}/nm-applet/ \
26 ${datadir}/gnome-vpn-properties/ \
27 ${datadir}/gnome/autostart/ \