blob: a8bbb89e677afe42cc11d9cfff0b625e58dac80f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "GPE panel clock"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libschedule libgpewidget gpe-announce atd libgpelaunch"
RDEPENDS = "gpe-announce"
inherit autotools
SRC_URI = "${GPE_SVN} \
file://svn-build.patch;patch=1"
S = "${WORKDIR}/${PN}"
DEFAULT_PREFERENCE = "-1"
|