smlinux/gtk/pango/pango.SMBuild
PktSurf abd122df88 Removed gtk/gtk-sharp and updated gtk build list
Upgraded gtk/libexiv2 to 0.14.0
Upgraded gtk/pango to 1.50.3
Upgraded gtk/pangomm to 2.46.3
Replaced http with https in the URL in some gtk build files
2023-03-05 21:27:37 +05:30

33 lines
738 B
Text
Executable file

app=pango
version=1.50.3
build=1sml
homepage="https://www.pango.org/"
download="https://download.gnome.org/sources/pango/1.50/pango-$version.tar.xz"
desc="A library for layout and rendering of text"
requires="fribidi libxft harfbuzz"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
-Dintrospection=enabled \
-Dgtk_doc=false
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING $pkgdocs
mkfinalpkg
}
sha512sums="
6b31690ce9746b47fd8ea2f30f26c242d85cc836c812dba273a4d3e43df5484e7b3450b11de019136781dfd3dcac41f1e34189324e4700583eec1fb757763d33 pango-1.50.3.tar.xz
"