diff options
Diffstat (limited to 'opie-i18n')
-rw-r--r-- | opie-i18n/opie-i18n_cvs.oe | 2 | ||||
-rw-r--r-- | opie-i18n/opie-lrelease-native_cvs.oe | 23 | ||||
-rw-r--r-- | opie-i18n/opie-lupdate-native_cvs.oe | 23 |
3 files changed, 47 insertions, 1 deletions
diff --git a/opie-i18n/opie-i18n_cvs.oe b/opie-i18n/opie-i18n_cvs.oe index 94d7e25547..b7df5d80be 100644 --- a/opie-i18n/opie-i18n_cvs.oe +++ b/opie-i18n/opie-i18n_cvs.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Opie Team <opie@handhelds.org> LICENSE = "GPL" DEPENDS = "opie-lrelease-native" -PV = "1.1.3-cvs-${CVSDATE}" +PV = "1.1.4-cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/i18n;date=${CVSDATE} \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/etc/dict;date=${CVSDATE}" diff --git a/opie-i18n/opie-lrelease-native_cvs.oe b/opie-i18n/opie-lrelease-native_cvs.oe index e69de29bb2..5a6d93dd6d 100644 --- a/opie-i18n/opie-lrelease-native_cvs.oe +++ b/opie-i18n/opie-lrelease-native_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "Opie native i18n tool lrelease" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Holger Freyther <zecke@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "qmake-native uicmoc3-native" +PV = "1.1.4-cvs-${CVSDATE}" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/opie-lrelease;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/shared;date=${CVSDATE}" + +S = "${WORKDIR}/opie-lrelease" + +inherit native + +do_configure() { + QMAKESPEC="${QMAKE_MKSPEC_PATH}/${TARGET_OS}-g++" + qmake -makefile -spec $QMAKESPEC -o Makefile lrelease.pro +} + +do_stage() { + install -m 0755 opie-lrelease ${STAGING_BINDIR}/ +} diff --git a/opie-i18n/opie-lupdate-native_cvs.oe b/opie-i18n/opie-lupdate-native_cvs.oe index e69de29bb2..bceda6ce16 100644 --- a/opie-i18n/opie-lupdate-native_cvs.oe +++ b/opie-i18n/opie-lupdate-native_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "Opie native i18n tool lupdate" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Holger Freyther <zecke@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "qmake-native uicmoc3-native" +PV = "1.1.4-cvs-${CVSDATE}" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/opie-lupdate;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/shared;date=${CVSDATE}" + +S = "${WORKDIR}/opie-lupdate" + +inherit native + +do_configure() { + QMAKESPEC="${QMAKE_MKSPEC_PATH}/${TARGET_OS}-g++" + qmake -makefile -spec $QMAKESPEC -o Makefile opie-lupdate.pro +} + +do_stage() { + install -m 0755 opie-lupdate ${STAGING_BINDIR}/ +} |