diff options
Diffstat (limited to 'recipes/gpe-today/gpe-today_0.11.bb')
-rw-r--r-- | recipes/gpe-today/gpe-today_0.11.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gpe-today/gpe-today_0.11.bb b/recipes/gpe-today/gpe-today_0.11.bb new file mode 100644 index 0000000000..c6ccf4a634 --- /dev/null +++ b/recipes/gpe-today/gpe-today_0.11.bb @@ -0,0 +1,11 @@ +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" + +LICENSE = "GPL" +inherit gpe pkgconfig + + +SRC_URI = "http://www.kernelconcepts.de/~fuchs/files/${P}.tar.gz" + |