change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / pimlico / dates.inc
1 DESCRIPTION = "Dates is a calendar application."
2 LICENSE = "LGPL"
3 SECTION = "x11"
4 DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libowl"
5 RDEPENDS = "libedata-cal"
6
7 inherit autotools pkgconfig gtk-icon-cache
8
9 # EXTRA_OECONF = "--disable-debug"
10 EXTRA_OECONF = "--enable-owl=true --disable-dnd"
11
12 FILES_${PN} += "${datadir}/pixmaps/dates.png"
13
14 do_install_append () {
15         install -d ${D}/${datadir}/pixmaps
16         install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/
17 }
18