UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit:
[ BASH | XML | JSON ]

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

Codename: vte
Source file: vte-0.74.2.tar.gz
Source directory: vte-0.74.2
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/v/vte-0.74.2.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/v/vte-0.74.2.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.74.2'@" \
    -e "/--fatal-warnings/d"            \
    -i ../doc/reference/meson.build     &&
meson configure -Ddocs=true             &&
ninja

fi

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi


Install script:
cd    build &&
ninja install &&
rm -v /etc/profile.d/vte.*


Apache/2.4.62 (Debian) Server at ulfs.org Port 443