gimp: update to 2.8.14.
This commit is contained in:
parent
9030708471
commit
09a4795c45
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gimp'.
|
||||
pkgname=gimp
|
||||
version=2.8.10
|
||||
revision=3
|
||||
version=2.8.14
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-aa --without-gvfs --enable-gimp-console
|
||||
|
@ -25,13 +25,8 @@ depends="desktop-file-utils hicolor-icon-theme iso-codes"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gimp.org"
|
||||
license="GPL-3"
|
||||
distfiles="http://mirror.ibcp.fr/pub/gimp/v2.8/gimp-${version}.tar.bz2"
|
||||
checksum=e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
|
||||
|
||||
pre_configure() {
|
||||
# Fix freetype>=2.5.1 build.
|
||||
sed -e 's,freetype/tttables.h,freetype2/tttables.h,' -i app/text/gimpfont.c
|
||||
}
|
||||
distfiles="http://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
|
||||
checksum=d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
|
||||
|
||||
libgimp_package() {
|
||||
replaces="gimp<2.8.10_3"
|
||||
|
@ -40,7 +35,6 @@ libgimp_package() {
|
|||
vmove usr/lib/*.so.*
|
||||
}
|
||||
}
|
||||
|
||||
gimp-devel_package() {
|
||||
depends="libgimp>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
@ -52,7 +46,6 @@ gimp-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
gimp-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="pygtk"
|
||||
|
|
Loading…
Reference in New Issue
Block a user