40 lines
1,018 B
Bash
40 lines
1,018 B
Bash
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=vte5
|
|
version=0.66.2
|
|
build=1sml
|
|
homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
|
|
download="https://gitlab.gnome.org/GNOME/vte/-/archive/$version/vte-$version.tar.bz2"
|
|
desc="GTK+ terminal widget library for use in writing terminal emulators"
|
|
requires="gtk3"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf vte-$version
|
|
|
|
tar xf $srcdir/vte-$version.tar.?z*
|
|
cd vte-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/vte-0.66.2-musl-W_EXITCODE.patch
|
|
}
|
|
|
|
build() {
|
|
mkdir -p smbuild && cd smbuild
|
|
|
|
meson .. \
|
|
--prefix=/usr \
|
|
-D_systemd=false
|
|
|
|
ninja
|
|
DESTDIR="$pkg" ninja install
|
|
|
|
|
|
cp ../COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
856a4db386f888ebd53b490c9a8d5dee81f696510ca43fa7aa80b31f3796871af512006a0260ae8594dd33b86ed54b4fc92a449a335220cb57ebd9623a16e63a vte-0.66.2.tar.lz
|
|
a3dd31fb4fcc9c2e725cfd64bbc63def63c1c1a85b6896b4a82083d6ff985df885c3a587e8c3c001de2acae476cb950f05a1e31b33bb263ba4895d25fa1e275b vte-0.66.2-musl-W_EXITCODE.patch
|
|
"
|