Skip to content

Commit

Permalink
Merge pull request #1447 from mariux64/update-gimp-from-2.10.12-to-2.…
Browse files Browse the repository at this point in the history
…10.14

Update GIMP from 2.10.12 to 2.10.14
  • Loading branch information
pmenzel authored Nov 5, 2019
2 parents 0b4f8af + 8b706c8 commit 087a6a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
13 changes: 7 additions & 6 deletions babl.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION babl-0.1.66-0
# BEE_VERSION babl-0.1.72-0

## 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 All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -48,10 +48,11 @@ SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION
# bee_configure
#}

mee_build() {
bee_build
start_cmd make check
}
#mee_build() {
# bee_build
# # https://gitlab.gnome.org/GNOME/babl/issues/49
# start_cmd ninja test
#}

#mee_install() {
# bee_install
Expand Down
9 changes: 5 additions & 4 deletions gegl.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gegl-0.4.16-0
# BEE_VERSION gegl-0.4.18-0

## 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 All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -45,8 +45,9 @@ SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION
#}

mee_configure() {
bee_configure --disable-docs \
--without-vala
bee_configure \
-Ddocs=false \
-Dvapigen=disabled
}

#mee_build() {
Expand Down
2 changes: 1 addition & 1 deletion gimp.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gimp-2.10.12-0
# BEE_VERSION gimp-2.10.14-0

SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"

Expand Down

0 comments on commit 087a6a0

Please sign in to comment.