# Description: Librairie multiplatforme permettant des interfaces graphiques # URL: http://www.gtk.org/ # Maintainer: piernov # Packager: piernov # Depends on: gtk, cairo, pango, atk, libtiff, shared-mime-info, libcups, kerberos, gdk-pixbuf, xorg-libxi, xorg-libxcursor, colord # Run on: gtk,cairo,pango,atk,libtiff,gdk-pixbuf,shared-mime-info,libcups,kerberos,xorg-libxi,xorg-libxcursor,colord name=gtk3 version=3.1.18 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${version%.*}/gtk+-$version.tar.xz) build() { cd gtk+-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ --enable-colord=yes \ --enable-gtk2-dependency \ --disable-schemas-compile \ --enable-x11-backend \ --with-x make make DESTDIR=$PKG install }