34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
# Template build file for 'gimp'.
|
|
pkgname=gimp
|
|
version=2.8.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--without-aa"
|
|
license="GPL-3"
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
makedepends="pkg-config intltool libpng-devel>=1.5.10 gtk+-devel lcms-devel alsa-lib-devel dbus-glib-devel libXmu-devel libXext-devel libXcursor-devel libexif-devel webkit-gtk-devel libwmf-devel librsvg-devel poppler-glib-devel libmng-devel libXpm-devel libcurl-devel babl-devel gegl-devel pygtk-devel libgudev-devel jasper-devel"
|
|
fulldepends="iso-codes"
|
|
subpackages="gimp-devel gimp-python"
|
|
short_desc="The GNU image manipulation program"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gimp.org"
|
|
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
|
|
checksum=dd6cee080d18faefa010ba4823e60ee7c49a4d1574a78c6dfb590592a09f2dcc
|
|
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."
|
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
conf_files="
|
|
/etc/gimp/2.0/unitrc
|
|
/etc/gimp/2.0/gtkrc
|
|
/etc/gimp/2.0/menurc
|
|
/etc/gimp/2.0/ps-menurc
|
|
/etc/gimp/2.0/sessionrc
|
|
/etc/gimp/2.0/templaterc
|
|
/etc/gimp/2.0/gimprc
|
|
/etc/gimp/2.0/controllerrc"
|