blob: f0bf13687a7bf1587cb6ade097e409d34a72e19c (
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
28
|
DESCRIPTION = "GTK+ applet for NetworkManager"
LICENSE = "GPL"
DEPENDS = "libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
RDEPENDS_${PN} = "networkmanager"
PR = "r1"
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/ \
"
|