void-packages/srcpkgs/gimp/template

62 lines
1.9 KiB
Plaintext

# Template build file for 'gimp'.
pkgname=gimp
version=2.6.11
revision=4
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/gimp/gimp-$version.tar.bz2/bb2939fe13e54fc7255cef5d097bb5dd/gimp-$version.tar.bz2"
#distfiles="http://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2"
build_style=gnu-configure
configure_args="--without-aa --without-gvfs --without-gnomevfs
--enable-gimp-remote --without-hal"
short_desc="The GNU image manipulation program"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1
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"
subpackages="gimp-devel gimp-python"
Add_dependency run desktop-file-utils
Add_dependency run hicolor-icon-theme
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gtk+-devel
Add_dependency build lcms-devel
Add_dependency build alsa-lib-devel
Add_dependency build dbus-glib-devel
Add_dependency build libXmu-devel
Add_dependency build libXext-devel
Add_dependency build libexif-devel
Add_dependency build webkit-gtk-devel
Add_dependency build libwmf-devel
Add_dependency build librsvg-devel
Add_dependency build poppler-glib-devel
Add_dependency build libmng-devel
Add_dependency build libXpm-devel
Add_dependency build libcurl-devel
Add_dependency build gegl-devel
Add_dependency build babl-devel
Add_dependency build pygtk-devel
Add_dependency full iso-codes
pre_configure()
{
cd / && ${XBPS_TRIGGERSDIR}/gtk-pixbuf-loaders run post-install
}