Removed gtk/vte

This commit is contained in:
PktSurf 2022-10-10 17:53:56 +05:30
parent 5a62ebfc56
commit 44f9ca038c
2 changed files with 0 additions and 1849 deletions

1813
gtk/vte/config.sub vendored

File diff suppressed because it is too large Load diff

View file

@ -1,36 +0,0 @@
app=vte
version=0.28.2
build=1sml
homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
download="http://ftp.gnome.org/pub/gnome/sources/vte/0.28/vte-0.28.2.tar.xz"
desc="Virtual Terminal Emulator widget"
requires="gperf gdk-pixbuf"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
cp $srcdir/config.sub .
./configure \
--prefix="" \
--disable-nls \
--disable-python \
--disable-static \
$builddist
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
28fdfefe1f668e494d6a91b90b0cae7fd4d85e3d1bde8069fff1e81ad189d9ea46c6d162fb9b38079eb2d5e0d823641d072b9573c37121a118aba08bef308724 vte-0.28.2.tar.lz
"