diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-13 19:12:20 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-13 19:12:20 +0000 |
commit | c79ed40efc8f436105b6c9debf4fede86ed06f1a (patch) | |
tree | 108bce05bd0816fe812943857c6a311847a94248 | |
parent | 59c5ddc8299613956ca6e40917fa7f4e880bacb2 (diff) |
add depends on gpe-announce and atd
BKrev: 411d12942QaY1QMpO4-sUfGx25HV1Q
-rw-r--r-- | gpe-clock/gpe-clock_0.11.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gpe-clock/gpe-clock_0.11.oe b/gpe-clock/gpe-clock_0.11.oe index e69de29bb2..c26c9a9dda 100644 --- a/gpe-clock/gpe-clock_0.11.oe +++ b/gpe-clock/gpe-clock_0.11.oe @@ -0,0 +1,11 @@ +inherit gpe + +PR = "r1" +DESCRIPTION = "GPE panel clock" +DEPENDS = "gtk+ libschedule libgpewidget gpe-announce atd" +RDEPENDS = "gpe-announce atd" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" |