[oe-commits] org.oe.dev gimp: add 2.5.2, with an ugly hack to get around OE's ancient gettext native (lacks msgctxt support)

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:57:04 UTC 2008


gimp: add 2.5.2, with an ugly hack to get around OE's ancient gettext native (lacks msgctxt support)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f560dfa2d097d4a4b936e073f125c30f8f522a07
ViewMTN: http://monotone.openembedded.org/revision/info/f560dfa2d097d4a4b936e073f125c30f8f522a07
Files:
1
packages/gimp/gimp_2.5.2.bb
Diffs:

#
# mt diff -rd891a2d59c9d87292f88ce7bafc7f3c580d617b6 -rf560dfa2d097d4a4b936e073f125c30f8f522a07
#
#
#
# add_file "packages/gimp/gimp_2.5.2.bb"
#  content [9c89b8d8103081d0931b9b8ae5eda2e158992b98]
#
============================================================
--- packages/gimp/gimp_2.5.2.bb	9c89b8d8103081d0931b9b8ae5eda2e158992b98
+++ packages/gimp/gimp_2.5.2.bb	9c89b8d8103081d0931b9b8ae5eda2e158992b98
@@ -0,0 +1,13 @@
+require gimp.inc
+
+DEPENDS += "lcms gegl hal"
+
+SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.5/gimp-${PV}.tar.bz2 \
+          "
+
+do_compile_prepend() {
+	for i in ca de fr ja oc ru sv; do
+		echo >  ${S}/po/$i.po
+	done
+}
+






More information about the Openembedded-commits mailing list