Skip to content

Commit

Permalink
gimp: Rebuild against new GEGL 0.3.20
Browse files Browse the repository at this point in the history
Follow the instructions of the book *Beyond Linux From Scratch* and fix
some issues with GEGL 0.3.20 [1].

Increment the revision.

[1] http://www.linuxfromscratch.org/blfs/view/svn/xsoft/gimp.html
  • Loading branch information
pmenzel committed Sep 25, 2017
1 parent 8425994 commit 2c6a9da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gimp.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gimp-2.8.22-0
# BEE_VERSION gimp-2.8.22-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -49,9 +49,11 @@ SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PK
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd sed -i '/gegl/s/2/3/' configure
start_cmd sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c
}

#mee_configure() {
# bee_configure
Expand Down

0 comments on commit 2c6a9da

Please sign in to comment.