Skip to content

Commit

Permalink
Merge pull request #755 from mariux64/update-gimp-from-2.8-to-2.10
Browse files Browse the repository at this point in the history
Update gimp from 2.8 to 2.10
  • Loading branch information
donald authored May 2, 2018
2 parents e1b4272 + d5f3a04 commit f3f068b
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 113 deletions.
2 changes: 1 addition & 1 deletion 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.30-0
# BEE_VERSION babl-0.1.46-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 Down
5 changes: 4 additions & 1 deletion fontconfig.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr//bin/env beesh

# BEE_VERSION fontconfig-2.12.1-0
# BEE_VERSION fontconfig-2.12.4-0

SRCURL[0]="https://fontconfig.org/release/fontconfig-${PKGVERSION}.tar.gz"

mee_patch() {
start_cmd rm -fv ${S}/src/fcobjshash.h
}

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

# BEE_VERSION gegl-0.3.20-0
# BEE_VERSION gegl-0.4.0-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 Down
68 changes: 9 additions & 59 deletions gimp.be0
Original file line number Diff line number Diff line change
@@ -1,59 +1,27 @@
#!/usr/bin/env beesh

# 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.)

###############################################################################
## 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.
# BEE_VERSION gimp-2.10.0-0

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

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}

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_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 All @@ -63,25 +31,7 @@ mee_patch() {
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install
}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
12 changes: 6 additions & 6 deletions lcms2-2.7-0.bee → lcms2.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env beesh

SRCURL[0]="http://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz"
# BEE_VERSION lcms2-2.9-0

PATCHURL[0]=""
SRCURL[0]="https://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz"

# BEE_CONFIGURE=compat
PATCHURL[0]=""

# BEE_BUILDTYPE=

Expand All @@ -24,9 +24,9 @@ PATCHURL[0]=""
# bee_patch ${@}
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --disable-static
}

#mee_build() {
# bee_build
Expand Down
37 changes: 0 additions & 37 deletions libgexiv2-0.4.1-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions libgexiv2.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION libgexiv2-0.10.8-0

SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

BEE_BUILDTYPE=autotools

# EXCLUDE=()

#build_in_sourcedir


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --with-python3-girdir \
--with-python2-girdir
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
35 changes: 35 additions & 0 deletions libmypaint.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION libmypaint-1.3.0-0

SRCURL[0]="https://github.com/mypaint/libmypaint/releases/download/v${PKGVERSION}/libmypaint-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
6 changes: 4 additions & 2 deletions libpng15-1.5.11-0.bee → libpng15_compat.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env beesh

SRCURL[0]="http://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz"
# BEE_VERSION libpng15_compat-1.5.30-0

PATCHURL[0]="http://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz"
SRCURL[0]="https://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz"

PATCHURL[0]="https://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz"

BEE_BUILDTYPE=configure

Expand Down
49 changes: 49 additions & 0 deletions libpng16.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/usr/bin/env beesh

# BEE_VERSION libpng16-1.6.34-0

SRCURL[0]="https://downloads.sourceforge.net/libpng/libpng-${PKGVERSION}.tar.xz"

PATCHURL[0]="https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${PKGVERSION}-apng.patch.gz"

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
if [ "${PKGNAME}" != "compat" ]; then
return
fi

start_cmd rm -f ${D}${BINDIR}/libpng-config
start_cmd rm -f ${D}${INCLUDEDIR}/png.h
start_cmd rm -f ${D}${INCLUDEDIR}/pngconf.h
start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h
start_cmd rm -f ${D}${LIBDIR}/libpng.so
start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc
start_cmd rm -fr ${D}${MANDIR
}
41 changes: 41 additions & 0 deletions mypaint-brushes.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION mypaint-brushes-1.3.0-0

SRCURL[0]="https://github.com/Jehan/mypaint-brushes/archive/v${PKGVERSION}.tar.gz"

#BEE_BUILDTYPE=autotools

# PATCHURL+=()

# EXCLUDE+=()

#build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_configure_post() {
${S}/configure --prefix=${PREFIX}
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
9 changes: 3 additions & 6 deletions poppler-data-0.4.7-0.bee → poppler-data.be0
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
#!/usr/bin/env beesh

# BEE_VERSION poppler-data-0.4.9-0

SRCURL[0]="http://poppler.freedesktop.org/poppler-data-${PKGVERSION}.tar.gz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

# build_in_sourcedir





#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -25,7 +22,7 @@ PATCHURL[0]=""
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down

0 comments on commit f3f068b

Please sign in to comment.