2006-02-23 17:10:28 +00:00
|
|
|
# Description: A multi-platform toolkit for creating graphical user interfaces
|
2020-06-21 20:21:42 +10:00
|
|
|
# URL: https://www.gtk.org/
|
2021-01-14 00:14:27 +11:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2022-09-18 10:46:10 +02:00
|
|
|
# Depends on: at-spi2-core gdk-pixbuf hicolor-icon-theme pango xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxrandr
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
name=gtk
|
2021-01-14 00:14:27 +11:00
|
|
|
version=2.24.33
|
2013-03-04 20:14:18 +01:00
|
|
|
release=1
|
2021-01-14 00:14:27 +11:00
|
|
|
source=(https://download.gnome.org/sources/gtk+/2.24/${name}+-$version.tar.xz
|
2016-09-10 20:57:40 +02:00
|
|
|
gtk.immodules gtk-register.sh)
|
2006-02-23 17:10:28 +00:00
|
|
|
|
2021-01-14 00:14:27 +11:00
|
|
|
build() {
|
2016-07-26 18:22:40 +02:00
|
|
|
cd gtk+-$version
|
2010-03-21 16:25:08 +01:00
|
|
|
|
2016-07-26 18:22:40 +02:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2007-09-27 13:14:07 -05:00
|
|
|
|
2021-01-14 00:14:27 +11:00
|
|
|
install -m 0644 -D $SRC/gtk.immodules $PKG/usr/lib/gtk-2.0/2.10.0/immodules.cache
|
2016-07-26 18:22:40 +02:00
|
|
|
install -m 0755 $SRC/gtk-register.sh $PKG/usr/bin/gtk-register
|
2021-01-14 00:14:27 +11:00
|
|
|
|
|
|
|
rm -r \
|
|
|
|
$PKG/usr/share/{locale,gtk-doc,gtk-2.0} \
|
|
|
|
$PKG/usr/bin/{gtk-demo,gtk-update-icon-cache}
|
2006-02-23 17:10:28 +00:00
|
|
|
}
|