firefox: add missing libIDL dependency.
[pkgfs.git] / templates / gtk+.tmpl
blob2af6ab2c9084a246f7cfa81c7bb80b1cedb803a6
1 # Template build file for 'gtk+'.
2 pkgname=gtk+
3 version=2.14.3
4 patch_files="$pkgname-tests-Makefile-in.diff"
5 extract_sufx=".tar.bz2"
6 url=http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14
7 build_style=gnu_configure
8 configure_args="--disable-cups"
9 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
10 pkgconfig_override="gail.pc gdk-2.0.pc gdk-pixbuf-2.0.pc gdk-pixbuf-xlib-2.0.pc
11 gdk-x11-2.0.pc gtk+-2.0.pc gtk+-unix-print-2.0.pc gtk+-x11-2.0.pc"
12 short_desc="GIMP Toolkit v2 - libraries for building X11 user interfaces"
13 maintainer="Juan RP <xtraeme@gmail.com>"
14 checksum=bc7a608ec30b013bf360c3a6a6c0e15adf337272
15 long_desc="
16  GTK+ is a multi-platform toolkit for creating graphical user
17  interfaces. Offering a complete set of widgets, GTK+ is suitable for
18  projects ranging from small one-off tools to complete application
19  suites.
21  GTK+ has been designed from the ground up to support a range of
22  languages, not only C/C++. Using GTK+ from languages such as Perl and
23  Python (especially in combination with the Glade GUI builder) provides
24  an effective method of rapid application development."
26 # Update db modules files once installed.
27 postinstall_helpers="gtk-update-immodules.sh gtk-update-gdkpixbufloaders.sh"