From 598051a0c1a107ac007b5e00353b14676d84eff1 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 12 Oct 2004 20:20:10 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/12 22:19:59+02:00 uni-frankfurt.de!mickeyl build and package opie-eye-slave 2004/10/12 22:12:01+02:00 uni-frankfurt.de!mickeyl package opie-advancedfm-pics seperatly and make opie-eye depend on it BKrev: 416c3c7aXSVtH-3bdTCZFYhZQx9f8g --- opie-eye/opie-eye_cvs.oe | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'opie-eye/opie-eye_cvs.oe') diff --git a/opie-eye/opie-eye_cvs.oe b/opie-eye/opie-eye_cvs.oe index 301da3d5cb..59a243192d 100644 --- a/opie-eye/opie-eye_cvs.oe +++ b/opie-eye/opie-eye_cvs.oe @@ -4,19 +4,28 @@ PRIORITY = "optional" MAINTAINER = "Team Opie " LICENSE = "GPL" DEPENDS = "libopiecore2 libopieui2 libopiemm2" +RDEPENDS = "opie-advancedfm-pics" PV = "1.1.6-cvs-${CVSDATE}" APPNAME = "opie-eye" +PR = "r2" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/graphics/opie-eye \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" - S = "${WORKDIR}/${APPNAME}" inherit opie -# FILES plugins/application/libopie-eye.so* bin/opie-eye bin/opie-eye_slave apps/Applications/opie-eye.desktop pics/opie-eye/*.png +do_configure_append() { + cd slave && qmake -makefile -spec ${QMAKESPEC} slave.pro -after ${EXTRA_QMAKEVARS_POST} +} + +do_compile_append() { + cd slave && oe_runmake +} + do_install() { + install -m 0755 opie-eye_slave ${D}/${palmtopdir}/bin/ install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ } -- cgit v1.2.3