# Description: A multi-platform toolkit for creating graphical user interfaces # URL: http://www.gtk.org/ # Maintainer: Chris Farrell, timcowchip at gorge dot net # Depends on: gdk-pixbuf, pango, at-spi2-atk, libepoxy, wayland-protocols name=gtk3 version=3.24.7 release=2 source=(http://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz) build () { cd gtk+-$version ./configure --prefix=/usr \ --enable-x11-backend \ --enable-wayland-backend make make DESTDIR=$PKG install rm -r $PKG/usr/share/{gtk-doc,locale,gtk-3.0} rm $PKG/usr/bin/gtk-update-icon-cache }