smlinux/gtk/libportal/libportal.SMBuild
PktSurf 5f5e570fad Added gtk-sharp to base
Cleaned up build options in several gtk pkg build files
Updated gtk buildlist
Added code to disable docs compilation in gtk/babl
Removed code to disable overlinking in gtk/gspell and gtk/gtk2
Fixed arch variable gtk/gst-plugins-base
2022-10-10 22:45:48 +05:30

34 lines
710 B
Text
Executable file

app=libportal
version=0.5
build=1sml
homepage="https://github.com/flatpak/libportal/"
download="https://github.com/flatpak/libportal/archive/refs/tags/$version.tar.gz"
desc="Flatpak portal API"
requires="gtk3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir smbuild && cd smbuild
meson .. \
--prefix="/" \
-Dbackends="gtk3" \
-Ddocs="false"
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
ca6879e2d4b55d9868c2ccc87d572a9b82e222b2b677d7baa642e61a66a34953700adc1946ea670dda59ceda905f38c8a1879f134431cbf54c3966008a5430b5 libportal-0.5.tar.lz
"