summaryrefslogtreecommitdiff
path: root/opie-i18n
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-03 14:39:00 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-03 14:39:00 +0000
commitb774d1c8722cedd6fcf2e5bfc316b23a304124e0 (patch)
tree3369b79b195e48fca5d6d92845a6e9891f8526f3 /opie-i18n
parentfd6136d7dc3e4c4060e2cde0b9a9e5f83ef7f77b (diff)
bump version number of all opie_cvs packages to 1.1.4-cvs-${CVSDATE}
BKrev: 40965984V9w4ol1T0uuHv6DQXDq-ag
Diffstat (limited to 'opie-i18n')
-rw-r--r--opie-i18n/opie-i18n_cvs.oe2
-rw-r--r--opie-i18n/opie-lrelease-native_cvs.oe23
-rw-r--r--opie-i18n/opie-lupdate-native_cvs.oe23
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}/
+}