UmVirt LFS Package info
DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
vte
Vte is a library (libvte) implementing a terminal emulator widget for GTK+ 2, and a minimal demonstration application (vte) that uses libvte.Package info
Template:
Codename: vte
Source file: vte-0.76.4.tar.gz
Source file size: 712060
Source file MD5-checkum: 5d1a548ad131664e8a638da24fbfd3e9
Source directory: vte-0.76.4
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/v/vte-0.76.4.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/v/vte-0.76.4.tar.gz.md5sum
Dependances: gtk4, gobject-introspection, gtk2, gtk3, gtk-doc, gnutls.
Dependance of: virt-manager, xfce4-terminal, mate-terminal, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup --prefix=/usr --buildtype=release -Dfribidi=false ..
Build script:
cd build &&
ninja
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
sed -e "/docdir =/s@\$@/ 'vte-0.76.4'@" \
-i ../doc/reference/meson.build &&
meson configure -D docs=true &&
ninja
fi
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ninja test
fi
Install script:
cd build &&
ninja install &&
rm -v /etc/profile.d/vte.*