blob: 916b5ab50f0db3fc0622ed7fdcd3a3879b751143 (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
inherit gpe
DESCRIPTION = "Displays a summary of appointments and tasks for the day ahead"
DEPENDS = "gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdisplaymigration libeventdb libgpepimc libtododb"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://makefile.patch;patch=1"
|