2012-11-21 11:12:43 -06:00
|
|
|
# Description: A library for layout and rendering of text
|
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
|
2019-08-27 21:48:19 +10:00
|
|
|
# Depends on: fribidi-32 harfbuzz-32 pango xorg-libsm-32 xorg-libxft-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=pango-32
|
2019-11-02 15:24:56 +11:00
|
|
|
version=1.44.7
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2017-04-12 18:26:34 +10:00
|
|
|
source=(https://download.gnome.org/sources/pango/${version:0:4}/${name%-*}-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
2017-04-12 18:26:34 +10:00
|
|
|
cd ${name%-*}-$version
|
2012-11-21 11:12:43 -06:00
|
|
|
|
2019-08-04 17:23:23 +10:00
|
|
|
meson build --prefix=/usr --libdir=/usr/lib32 -D introspection=false
|
|
|
|
ninja -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2012-11-21 11:12:43 -06:00
|
|
|
|
2019-08-04 17:23:23 +10:00
|
|
|
rm -r $PKG/usr/{bin,include}
|
2019-08-05 12:47:59 +10:00
|
|
|
|
|
|
|
# help2man
|
|
|
|
rm -rf $PKG/usr/share
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|