vte3: 0.56.3 -> 0.60.3
This commit is contained in:
parent
5d3b73cc43
commit
a13b1e38c0
@ -1,8 +1,10 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/profile.d/
|
||||
-rw-r--r-- root/root etc/profile.d/vte.csh
|
||||
-rw-r--r-- root/root etc/profile.d/vte.sh
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/vte-2.91
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/etc/profile.d/
|
||||
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/
|
||||
@ -19,13 +21,12 @@ 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
|
||||
-rw-r--r-- root/root usr/lib/libvte-2.91.a
|
||||
-rwxr-xr-x root/root usr/lib/libvte-2.91.la
|
||||
lrwxrwxrwx root/root usr/lib/libvte-2.91.so -> libvte-2.91.so.0.5600.3
|
||||
lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.5600.3
|
||||
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.5600.3
|
||||
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.6000.3
|
||||
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.6000.3
|
||||
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
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/Vte-2.91.gir
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/ZLbLK4MyNzJToRcJc9Fu14vC8jpmR4f2E4p3OhxONxYusQZfO13ybnMdXnIYT4K0sLOQ7CoqSwhBIeMvXwcFQw=
|
||||
SHA256 (Pkgfile) = 5cbde55fe6a23aae93f1a47195d656f8304189079a052e8460bf8ed652ab1aa1
|
||||
SHA256 (.footprint) = eabcc2bb8712dbea53f1404581358d50f61f23c79839a2c400b9af8154d6a610
|
||||
SHA256 (vte-0.56.3.tar.xz) = 17a1d4bc8848f1d2acfa4c20aaa24b9bac49f057b8909c56d3dafec2e2332648
|
||||
RWSE3ohX2g5d/TI2mPLz/x4Ys2mJonGRxC0Ww6NDDle8kGf4NVD892LLplDaCAr1Fr2HoxB+7ZJy4UOgnFAJBgj+FA/pk1BEnQo=
|
||||
SHA256 (Pkgfile) = c07a8aed939daa87bcdd8ea7e225428e53b69dd07cf3cc0d7095f9a27b7fbc6e
|
||||
SHA256 (.footprint) = dd812d0d82fdd1f817624a188f913d25f2bf7bb799dcb6af9bfd775db05481f0
|
||||
SHA256 (vte-0.60.3.tar.xz) = feb76e1181a357d86112d447a08d127e2081438df76ece83243b18609dd9822a
|
||||
|
24
vte3/Pkgfile
24
vte3/Pkgfile
@ -1,28 +1,26 @@
|
||||
# Description: Virtual Terminal Emulator widget for use with GTK3
|
||||
# URL: https://wiki.gnome.org/action/show/Apps/Terminal/VTE
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: gnutls gtk3 libpcre2 util-linux
|
||||
# Optional: vala
|
||||
# Depends on: gnutls gtk3 libpcre2
|
||||
# Optional: icu vala
|
||||
|
||||
name=vte3
|
||||
version=0.56.3
|
||||
version=0.60.3
|
||||
release=1
|
||||
source=(https://download.gnome.org/sources/vte/${version%.*}/vte-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd vte-$version
|
||||
prt-get isinst vala || PKGMK_VTE+=' -D vapi=false'
|
||||
prt-get isinst icu || PKGMK_VTE+=' -D icu=false'
|
||||
|
||||
prt-get isinst vala || PKGMK_VTE+=' --enable-vala=no'
|
||||
|
||||
./configure ${PKGMK_VTE} \
|
||||
meson build vte-$version ${PKGMK_VTE} \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/vte \
|
||||
--disable-gtk-doc
|
||||
--libexecdir=/usr/lib \
|
||||
-D _systemd=false
|
||||
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
ninja -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
|
||||
rm -r $PKG/usr/share/{gtk-doc,locale} $PKG/usr/etc/profile.d/vte.sh
|
||||
rm -r $PKG/usr/share/locale
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user