2006-02-23 17:10:28 +00:00
|
|
|
# Description: A library for layout and rendering of text
|
2020-06-21 20:21:42 +10:00
|
|
|
# URL: https://www.gtk.org/
|
2012-06-14 02:11:30 +02:00
|
|
|
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
2019-08-05 00:15:39 +02:00
|
|
|
# Depends on: xorg-libsm, xorg-libxft, gobject-introspection, fribidi, harfbuzz
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
name=pango
|
2020-11-12 11:22:38 +01:00
|
|
|
version=1.48.0
|
2017-11-17 20:37:20 +01:00
|
|
|
release=1
|
2019-08-01 20:26:48 +02:00
|
|
|
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
build () {
|
2020-11-14 11:43:49 +00:00
|
|
|
meson build $name-$version \
|
|
|
|
--prefix=/usr \
|
|
|
|
--buildtype=plain
|
2017-10-31 18:53:15 +01:00
|
|
|
|
2020-11-14 11:43:49 +00:00
|
|
|
meson compile -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2006-02-23 17:10:28 +00:00
|
|
|
}
|