gimp: remove long_desc.

This commit is contained in:
Juan RP 2014-02-19 15:59:57 +01:00
parent 7edfc98560
commit 8a72d6cb6d
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'gimp'. # Template build file for 'gimp'.
pkgname=gimp pkgname=gimp
version=2.8.10 version=2.8.10
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-aa --without-gvfs --enable-gimp-console configure_args="--without-aa --without-gvfs --enable-gimp-console
--enable-python --with-gif-compression=lzw --with-libcurl --enable-mp" --enable-python --with-gif-compression=lzw --with-libcurl --enable-mp"
@ -26,11 +26,6 @@ homepage="http://www.gimp.org"
license="GPL-3" license="GPL-3"
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
checksum=e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6 checksum=e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
long_desc="
Powerful image manipulation program similar to Adobe Photoshop[tm].
It supports layers, arbitrary image sizes and working on several images
at the same time. It comes with a lot of useful plug-ins. Missing is CMYK
support and more than 8 bits per channel."
pre_configure() { pre_configure() {
# Fix freetype>=2.5.1 build. # Fix freetype>=2.5.1 build.