34 lines
No EOL
767 B
Text
Executable file
34 lines
No EOL
767 B
Text
Executable file
APP=vte5
|
|
VERSION=0.50.4
|
|
BUILD=1sml
|
|
HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
|
|
DOWNLOAD="https://gitlab.gnome.org/GNOME/vte/-/archive/0.50.4/vte-0.50.4.tar.bz2"
|
|
DESC="GTK+ terminal widget library for use in writing terminal emulators"
|
|
REQUIRES="gtk3"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf vte-$VERSION
|
|
|
|
tar xf $SRCDIR/vte-$VERSION.tar.?z*
|
|
cd vte-$VERSION
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc \
|
|
--enable-vala=no \
|
|
--disable-introspection \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$PKG
|
|
|
|
cp COPYING $PKGDOCS/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
SHA512SUMS="
|
|
7a3fa071559e35151bc72b7f349401844be63b5314aba663591796d694c76e2e84c6bc5f3f14cdccd864546515156c9683be66151c2c6b80ef45921d49f73b27 vte-0.50.4.tar.lz
|
|
" |