34 lines
No EOL
704 B
Text
Executable file
34 lines
No EOL
704 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/0.5.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
|
|
" |