diff options
Diffstat (limited to 'recipes/gimp/gimp_2.5.2.bb')
-rw-r--r-- | recipes/gimp/gimp_2.5.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gimp/gimp_2.5.2.bb b/recipes/gimp/gimp_2.5.2.bb new file mode 100644 index 0000000000..18a12b1770 --- /dev/null +++ b/recipes/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 +} + |