50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
# Template build file for 'gtk+'.
|
|
pkgname=gtk+
|
|
version=2.24.8
|
|
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-cups --with-xinput"
|
|
revision=3
|
|
short_desc="The GTK+ toolkit (v2)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gtk.org"
|
|
license="LGPL-2.1"
|
|
checksum=8a3b29f667933cf52eea2db7b066723edbc80443ca9c75b7cd7cbe8c8b90b93c
|
|
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."
|
|
|
|
conf_files="/etc/gtk-2.0/im-multipress.conf"
|
|
triggers="gtk-immodules"
|
|
subpackages="gtk+-devel gtk+-demo gtk-update-icon-cache"
|
|
|
|
Add_dependency run shared-mime-info
|
|
Add_dependency run gtk-update-icon-cache
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build perl ">=0"
|
|
Add_dependency build gobject-introspection
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libXext-devel
|
|
Add_dependency build libXrender-devel
|
|
Add_dependency build libXinerama-devel
|
|
Add_dependency build libXi-devel
|
|
Add_dependency build libXrandr-devel
|
|
Add_dependency build libXcursor-devel
|
|
Add_dependency build libXcomposite-devel
|
|
Add_dependency build libXdamage-devel
|
|
Add_dependency build pango-devel ">=1.28.0"
|
|
Add_dependency build atk-devel ">=1.32.0"
|
|
Add_dependency build cairo-devel
|
|
Add_dependency build gdk-pixbuf-devel
|
|
Add_dependency build libpng-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build fontconfig-devel
|