gtk+: update to 2.16.1, new deps style, converted to subpkgs.

--HG--
extra : convert_revision : 646b3d6ad0e6c69759e2723c6a87c34f46023fda
This commit is contained in:
Juan RP
2009-04-18 17:05:00 +02:00
parent 3e398336f1
commit 73b072b30d
5 changed files with 81 additions and 30 deletions

View File

@@ -1,17 +1,13 @@
# Template build file for 'gtk+'.
pkgname=gtk+
version=2.14.3
patch_files="$pkgname-tests-Makefile-in.diff"
distfiles="
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14/$pkgname-$version.tar.bz2"
sourcepkg=$pkgname
version=2.16.1
distfiles="${GNOME_SITE}/gtk+/2.16/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-cups"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="gail.pc gdk-2.0.pc gdk-pixbuf-2.0.pc gdk-pixbuf-xlib-2.0.pc
gdk-x11-2.0.pc gtk+-2.0.pc gtk+-unix-print-2.0.pc gtk+-x11-2.0.pc"
short_desc="GIMP Toolkit v2 - libraries for building X11 user interfaces"
configure_args="--disable-cups --with-xinput"
short_desc="The GTK+ toolkit (v2)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bc7a608ec30b013bf360c3a6a6c0e15adf337272
checksum=2f1f3fbdb2f5f907913838d6efbb595419e370c950838bb7fad51eb0ed776d50
long_desc="
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
@@ -23,5 +19,33 @@ long_desc="
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development."
# Update db modules files once installed.
postinstall_helpers="gtk-update-immodules.sh gtk-update-gdkpixbufloaders.sh"
conf_files="/etc/gtk-2.0/im-multipress.conf"
triggers="gtk-pixbuf-loaders gtk-immodules"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build perl
Add_dependency full glibc
Add_dependency full expat
Add_dependency full glib
Add_dependency full atk
Add_dependency full pango
Add_dependency full fontconfig
Add_dependency full freetype
Add_dependency full jpeg
Add_dependency full libpng
Add_dependency full tiff
Add_dependency full jasper
Add_dependency full shared-mime-info
Add_dependency full pixman
Add_dependency full libX11
Add_dependency full libXcursor
Add_dependency full libXft
Add_dependency full libXfixes
Add_dependency full libXinerama
Add_dependency full libXi
Add_dependency full libXrandr
Add_dependency full libXrender
Add_dependency full libXt
Add_dependency full libXext
Add_dependency full libXcomposite