vte: enable static library

This commit is contained in:
Danny Rawlins 2019-05-14 22:54:09 +10:00
parent d2e42a0cbf
commit eb2cc14163
3 changed files with 5 additions and 5 deletions

View File

@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/include/vte-0.0/vte/
-rw-r--r-- root/root usr/include/vte-0.0/vte/vtetypebuiltins.h
-rw-r--r-- root/root usr/include/vte-0.0/vte/vteversion.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libvte.a
-rwxr-xr-x root/root usr/lib/libvte.la
lrwxrwxrwx root/root usr/lib/libvte.so -> libvte.so.9.2800.2
lrwxrwxrwx root/root usr/lib/libvte.so.9 -> libvte.so.9.2800.2

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XASETbfNMlKPDF9nZrkOC3amWYcxJ6k3oHc6bjGuUiOLrUxyjCFPtC5G8Lk0/tGTb8MFlFHjT/ymJUxdFvWTwI=
SHA256 (Pkgfile) = cd4e291b461d068871f20ce9ae391bd64b95762424a09e1282aa2498defeeceb
SHA256 (.footprint) = 11f2a585afcf0f939ea666b375e0d123bef960ca92d2a7bf806e6c2421dc98ec
RWSE3ohX2g5d/dRap28ffr3R/fxTDQliUq0Q+Mq8S202AYWHiEjayAHCLBEapf5bd7ripf7xMxLE023kD/pTR5CuwvTHnW4jPQw=
SHA256 (Pkgfile) = 63195ea3f7c988557ffe0369bd12451c7cee69640e88ec27e76db1c36ac28722
SHA256 (.footprint) = 16dd1fa9f2926caa8c3b8639d82c00bf2e21625aea3f1d0930a000cf9e6012aa
SHA256 (vte-0.28.2.tar.xz) = 86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae
SHA256 (vte-0.30.1-alt-meta.patch) = 31a46fee8fe59bd1d6df54bc502b608fe80da57bf3786e2dc6e9856a4e793ed6
SHA256 (vte-0.28.2-interix.patch) = 0c3bd451d2a48dd38b375fc7d72b675bbfcbcda66f6fbcdd20eeee315727d518

View File

@ -5,7 +5,7 @@
name=vte
version=0.28.2
release=3
release=4
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
$name-0.30.1-alt-meta.patch
$name-0.28.2-interix.patch
@ -34,7 +34,6 @@ build() {
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-deprecation \
--disable-static \
--disable-debugging \
--disable-python \
--disable-gtk-doc \