1eb8dc403SDave CobbleySUMMARY = "GTK+ frontend for the ConnMan network connection manager"
2eb8dc403SDave CobbleyHOMEPAGE = "http://connman.net/"
3eb8dc403SDave CobbleySECTION = "libs/network"
4eb8dc403SDave CobbleyLICENSE = "GPLv2 & LGPLv2.1"
5eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
6eb8dc403SDave Cobbley                    file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \
7eb8dc403SDave Cobbley                    file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a"
8eb8dc403SDave Cobbley
9eb8dc403SDave CobbleyDEPENDS = "gtk+3 dbus-glib dbus-glib-native intltool-native gettext-native"
10eb8dc403SDave Cobbley
11eb8dc403SDave Cobbley# 0.7 tag
12eb8dc403SDave CobbleySRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
13eb8dc403SDave CobbleySRC_URI = "git://github.com/connectivity/connman-gnome.git \
14eb8dc403SDave Cobbley           file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
15eb8dc403SDave Cobbley           file://null_check_for_ipv4_config.patch \
16eb8dc403SDave Cobbley           file://images/* \
17eb8dc403SDave Cobbley           file://connman-gnome-fix-dbus-interface-name.patch \
18eb8dc403SDave Cobbley           file://0001-Port-to-Gtk3.patch \
19eb8dc403SDave Cobbley          "
20eb8dc403SDave Cobbley
21eb8dc403SDave CobbleyS = "${WORKDIR}/git"
22eb8dc403SDave Cobbley
23*6dbb316aSBrad Bishopinherit autotools-brokensep gtk-icon-cache pkgconfig features_check
24eb8dc403SDave CobbleyANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
25eb8dc403SDave Cobbley
26eb8dc403SDave CobbleyRDEPENDS_${PN} = "connman"
27eb8dc403SDave Cobbley
28eb8dc403SDave Cobbleydo_install_append() {
29eb8dc403SDave Cobbley    install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/
30eb8dc403SDave Cobbley}
31