smlinux/gtk/pangomm/pangomm.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

31 lines
No EOL
672 B
Text
Executable file

app=pangomm
version=2.46.3
build=1sml
homepage="https://gtkmm.org"
download="https://gitlab.gnome.org/GNOME/pangomm/-/archive/$version/pangomm-$version.tar.bz2"
desc="C++ API for pango"
requires="pango glibmm cairomm"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/"
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
2a817b125e32daaf2bede971ffb5718e344bc140c8f86c6f66a143132679a77640fa9182c78c24ddb3207c6cc1b21d75d838c131bcfcec96673a0e496ca3f8b7 pangomm-2.46.3.tar.lz
"