1
0
forked from ports/opt

vte3: 0.66.2 -> 0.68.0

This commit is contained in:
Tim Biermann 2022-06-25 10:45:43 +02:00
parent 1debbf53cf
commit 688215fd2e
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 16 deletions

View File

@ -8,10 +8,10 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/vte-2.91/
drwxr-xr-x root/root usr/include/vte-2.91/vte/
-rw-r--r-- root/root usr/include/vte-2.91/vte/vte.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vtedeprecated.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vteenums.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vteglobals.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vte.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vtemacros.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vtepty.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vteregex.h
@ -22,9 +22,9 @@ drwxr-xr-x root/root usr/include/vte-2.91/vte/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Vte-2.91.typelib
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.6600.2
lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.6600.2
lrwxrwxrwx root/root usr/lib/libvte-2.91.so -> libvte-2.91.so.0
lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.6800.0
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.6800.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/vte-2.91.pc
-rwxr-xr-x root/root usr/lib/vte-urlencode-cwd

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dqzr3hhffKRVv84EnsRaumIuFVso17wJr8dOkTuXnEduH7hYjKAaLFf+NnBgY4d3hU7Z4kzYMePvLwPe3UXbwQ=
SHA256 (Pkgfile) = 0a49945f069bdfbcb235a3f4dab98f42f4a22a696916eec535880ff15889c408
SHA256 (.footprint) = 4d6083885bb2b2c5c6549a041e682271d2497b801a0cd5bac177e5772a179bfc
SHA256 (vte-0.66.2.tar.bz2) = edebaa179a9c1db232754655acf78ace59636e258845e0c23b9ba58b6d2d3e98
SHA256 (vte-cntnr-precmd-preexec-scroll.patch) = b732fbf452de5abd5d78e9126a87d87686ccb473dbabf34ef794b0a955c0f892
RWSE3ohX2g5d/SYCYna9xzuZbPBuIkEInUCMGI2vZiypVfZtU0texE0Uz65Xe2qA+uWMGeK7J3ZIRkdeXb3YPevXhn5QMuswwwE=
SHA256 (Pkgfile) = 9f853816e6ac820102b47cc947550b01f974c8e26c5c921119bcf193ba674f4c
SHA256 (.footprint) = 13ac64ed6ee252779e4d4405fb86dda7fa865670c95159b1efeb9a42f13077be
SHA256 (vte-0.68.0.tar.bz2) = cfb6fe3a11967de4f1ac5f7e0606d821036dca3171f9eddf35183956f7879e55

View File

@ -5,24 +5,20 @@
# Optional: icu vala
name=vte3
version=0.66.2
release=2
source=(https://gitlab.gnome.org/GNOME/vte/-/archive/$version/vte-$version.tar.bz2
vte-cntnr-precmd-preexec-scroll.patch)
version=0.68.0
release=1
source=(https://gitlab.gnome.org/GNOME/vte/-/archive/$version/vte-$version.tar.bz2)
build() {
prt-get isinst gtk4 && PKGMK_VTE+=' -D gtk4=true'
prt-get isinst vala || PKGMK_VTE+=' -D vapi=false'
prt-get isinst icu || PKGMK_VTE+=' -D icu=false'
# https://bugzilla.gnome.org/show_bug.cgi?id=711059
patch -d vte-$version -p1 -i $SRC/vte-cntnr-precmd-preexec-scroll.patch
meson build vte-$version ${PKGMK_VTE} \
--prefix=/usr \
--libexecdir=/usr/lib \
-D _systemd=false
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install