vte3: 0.69.92 -> 0.70.0
This commit is contained in:
parent
dd993432d5
commit
23d09c1ac2
@ -23,8 +23,8 @@ 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
|
||||
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.6992.0
|
||||
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.6992.0
|
||||
lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.7000.0
|
||||
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.7000.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
|
||||
|
@ -1,6 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/axZHcXIjGiy8yVqzZX7L4bNLGtxvIAGCMbISuPA2HrKKwvoPKptZ+nnaCwjfpzHUciHoU0MyFu8B/SetwzIkQs=
|
||||
SHA256 (Pkgfile) = 56d8f6c2c6952e45617a98ddcb2a3b5c703c799c09a91a6830fa3e9c91b50c15
|
||||
SHA256 (.footprint) = 8743854c8b2f393df54c53f5a4d54fc758a808932c13bd1ac66d064f4b4baa14
|
||||
SHA256 (vte-0.69.92.tar.bz2) = 9b79718d08e109e5acc13c1dd2196b543916abe9aadce5f37b544bdb2dc05158
|
||||
SHA256 (vte-cntnr-precmd-preexec-scroll.patch) = bf19d7d9655b1ca7fbd1e3dd26875e5c89f4d6f165ef72cd7a8ae584ac5e59fb
|
||||
RWSE3ohX2g5d/RSg3NVcIoAyf5isrNcR9O/CxgDaigBBRTmZFpcuoh2kkOvEfw83BOiGUXFabwJUQTeS2q9bJVIJA664hQdwTwM=
|
||||
SHA256 (Pkgfile) = b94ca88bf9742838333d54e1d9d8f66c7cada0283a54e55d089046e542490be2
|
||||
SHA256 (.footprint) = 3b71c1125bd7b1012b783880df4642a61f783d68074478cdfb375dd5fbe6ce5e
|
||||
SHA256 (vte-0.70.0.tar.bz2) = 4a3c8a00b8c0efd909a3960fd879ed7d4ca6ae504a06a6ff4bae7c80ff46b1ad
|
||||
|
14
vte3/Pkgfile
14
vte3/Pkgfile
@ -2,27 +2,23 @@
|
||||
# URL: https://wiki.gnome.org/action/show/Apps/Terminal/VTE
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: gnutls gtk3 libpcre2
|
||||
# Optional: icu vala
|
||||
# Optional: gtk4 icu vala
|
||||
|
||||
name=vte3
|
||||
version=0.69.92
|
||||
version=0.70.0
|
||||
release=1
|
||||
source=(https://gitlab.gnome.org/GNOME/vte/-/archive/$version/vte-$version.tar.bz2
|
||||
vte-cntnr-precmd-preexec-scroll.patch)
|
||||
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
|
||||
# https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7378
|
||||
# https://pagure.io/fedora-workstation/issue/261
|
||||
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 b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D _systemd=false
|
||||
|
||||
ninja -C build -j ${JOBS:-1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user