opt/pango/Pkgfile
Juergen Daubert b1ce8102cc Merge branch '3.5' into 3.6
Conflicts:
	faudio/Pkgfile
	meson/.footprint
	meson/.signature
	pango/.signature
2020-11-14 11:43:49 +00:00

19 lines
503 B
Plaintext

# Description: A library for layout and rendering of text
# URL: https://www.gtk.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: xorg-libsm, xorg-libxft, gobject-introspection, fribidi, harfbuzz
name=pango
version=1.48.0
release=1
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build () {
meson build $name-$version \
--prefix=/usr \
--buildtype=plain
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}