git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c871b
)
gimp: add 2.5.2, with an ugly hack to get around OE's ancient gettext native (lacks...
author
Koen Kooi
<koen@openembedded.org>
Wed, 6 Aug 2008 09:37:11 +0000
(09:37 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 6 Aug 2008 09:37:11 +0000
(09:37 +0000)
packages/gimp/gimp_2.5.2.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/gimp/gimp_2.5.2.bb
b/packages/gimp/gimp_2.5.2.bb
new file mode 100644
(file)
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
+}
+