2012-11-21 11:12:43 -06:00
|
|
|
# Description: A multi-platform toolkit for creating graphical user interfaces
|
2020-06-17 19:38:34 -05:00
|
|
|
# URL: https://www.gtk.org/
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2022-10-18 19:16:55 -05:00
|
|
|
# Depends on: at-spi2-core-32 gdk-pixbuf-32 gtk pango-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=gtk-32
|
2021-01-19 20:26:11 +11:00
|
|
|
version=2.24.33
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2021-01-19 20:26:11 +11:00
|
|
|
source=(https://download.gnome.org/sources/gtk+/${version%.*}/gtk+-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd gtk+-$version
|
|
|
|
|
2019-06-27 11:49:01 -05:00
|
|
|
export PKG_CONFIG_PATH+=":/usr/share/pkgconfig"
|
|
|
|
|
2012-11-21 11:12:43 -06:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libdir=/usr/lib32 \
|
|
|
|
--disable-cups
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2013-09-30 21:18:44 +10:00
|
|
|
mv $PKG/usr/bin/gtk-query-immodules-2.0 $PKG/usr/bin/gtk-query-immodules-2.0-32
|
|
|
|
rm $PKG/usr/bin/{gtk-builder-convert,gtk-demo,gtk-update-icon-cache}
|
|
|
|
rm -r $PKG/usr/etc $PKG/usr/{include,share}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|