blob: 8dab1db54b0210830478f8a1aac250664658e303 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Dates is a calendar application."
SECTION = "x11"
LICENSE = "LGPL"
PR = "r1"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
SRC_URI = "http://projects.o-hand.com/sources/dates/${P}.tar.gz"
inherit autotools pkgconfig gtk-icon-cache
FILES_${PN} += "${datadir}/pixmaps/dates.png"
|