From 7599f787f1619884dc352444ab219fda0f361dfe Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 8 May 2004 21:51:31 +0000 Subject: [PATCH] fix opie-deco-flat and opie-style-flat. 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 | 14 ++++++++++++++ opie-style-flat/opie-style-flat_cvs.oe | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/opie-deco-flat/opie-deco-flat_cvs.oe b/opie-deco-flat/opie-deco-flat_cvs.oe index e69de29bb2..398ca2c154 100644 --- a/opie-deco-flat/opie-deco-flat_cvs.oe +++ b/opie-deco-flat/opie-deco-flat_cvs.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "Simple, flat window decoration style for Opie" +SECTION = "opie/decorations" +PRIORITY = "optional" +MAINTAINER = "Open Embedded " +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 diff --git a/opie-style-flat/opie-style-flat_cvs.oe b/opie-style-flat/opie-style-flat_cvs.oe index e69de29bb2..c25d29fe35 100644 --- a/opie-style-flat/opie-style-flat_cvs.oe +++ b/opie-style-flat/opie-style-flat_cvs.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "Simple, flat widget style for Opie" +SECTION = "opie/styles" +PRIORITY = "optional" +MAINTAINER = "Open Embedded " +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 -- 2.39.5