fix opie-deco-flat and opie-style-flat.
authorMichael Lauer <mickey@vanille-media.de>
Sat, 8 May 2004 21:51:31 +0000 (21:51 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 8 May 2004 21:51:31 +0000 (21:51 +0000)
No need to manually install. opie.oeclass handles that given the proper
SECTION and APPNAME

BKrev: 409d5663cmd0kJ22J2YF_mq-lmUXWg

opie-deco-flat/opie-deco-flat_cvs.oe
opie-style-flat/opie-style-flat_cvs.oe

index e69de29..398ca2c 100644 (file)
@@ -0,0 +1,14 @@
+DESCRIPTION = "Simple, flat window decoration style for Opie"
+SECTION = "opie/decorations"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libopiecore2"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "flat"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/decorations/flat;date=${CVSDATE} "
+
+S = "${WORKDIR}/flat"
+
+inherit opie
index e69de29..c25d29f 100644 (file)
@@ -0,0 +1,14 @@
+DESCRIPTION = "Simple, flat widget style for Opie"
+SECTION = "opie/styles"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libopiecore2"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "flatstyle"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/styles/flat;date=${CVSDATE} "
+
+S = "${WORKDIR}/flat"
+
+inherit opie