contrib/pangomm/Pkgfile

21 lines
526 B
Plaintext
Raw Normal View History

2008-12-24 14:26:28 +01:00
# Description: C++ interface to pango.
2020-06-01 17:45:48 +02:00
# URL: https://gitlab.gnome.org/GNOME/pangomm
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2022-11-13 19:13:12 +01:00
# Depends on: cairomm12 glibmm pango
2008-12-24 14:26:28 +01:00
name=pangomm
2022-11-13 19:13:12 +01:00
version=2.46.3
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz
pango.patch)
2008-12-24 14:26:28 +01:00
build() {
patch -d $name-$version -p1 -i $SRC/pango.patch
2021-01-31 06:16:00 +01:00
meson setup build $name-$version --prefix=/usr \
--buildtype=plain
2017-02-11 02:34:34 +01:00
2021-01-31 06:16:00 +01:00
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
2008-12-24 14:26:28 +01:00
}