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

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 09:42:16 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 525b2c4ca1468aa24f8559bedff1a42d1c26caba
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=525b2c4ca1468aa24f8559bedff1a42d1c26caba

Author:  <koen at openembedded.org>
Date:   Wed Aug  6 09:37:11 2008 +0000

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

---

 packages/gimp/gimp_2.5.2.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/packages/gimp/gimp_2.5.2.bb b/packages/gimp/gimp_2.5.2.bb
new file mode 100644
index 0000000..18a12b1
--- /dev/null
+++ b/packages/gimp/gimp_2.5.2.bb
@@ -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