27 lines
1.4 KiB
Text
27 lines
1.4 KiB
Text
# Template build file for 'gtk+'.
|
|
pkgname=gtk+
|
|
version=2.24.10
|
|
revision=4
|
|
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-cups --with-xinput"
|
|
depends="gdk-pixbuf>=2.26.1_2 shared-mime-info gtk-update-icon-cache>=${version}_${revision}"
|
|
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>"
|
|
homepage="http://www.gtk.org"
|
|
license="LGPL-2.1"
|
|
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."
|