void-packages/srcpkgs/gtk+/template

28 lines
1.4 KiB
Text
Raw Normal View History

# Template build file for 'gtk+'.
pkgname=gtk+
2012-02-06 19:21:13 +00:00
version=2.24.10
revision=4
2011-10-18 12:06:12 +00:00
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
build_style=gnu-configure
2012-05-16 09:12:47 +00:00
configure_args="--enable-cups --with-xinput"
depends="gdk-pixbuf>=2.26.1_2 shared-mime-info gtk-update-icon-cache>=${version}_${revision}"
2012-06-07 06:09:05 +00:00
makedepends="pkg-config perl glib-devel libXcursor-devel libXext-devel libXrender-devel libXinerama-devel libXi-devel libXrandr-devel libXcomposite-devel libXdamage-devel fontconfig-devel gdk-pixbuf-devel>=2.26.1_2 cairo-devel pango-devel>=1.28.0 atk-devel>=1.32.0 gobject-introspection cups-devel"
conf_files="/etc/gtk-2.0/im-multipress.conf"
triggers="gtk-immodules"
subpackages="gtk+-devel gtk+-demo gtk-update-icon-cache"
short_desc="The GTK+ toolkit (v2)"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-20 08:10:51 +00:00
homepage="http://www.gtk.org"
license="LGPL-2.1"
2012-02-06 19:21:13 +00:00
checksum=ea56e31bb9d6e19ed2e8911f4c7ac493cb804431caa21cdcadae625d375a0e89
long_desc="
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.
GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development."