vte3: moved from opt

This commit is contained in:
Tim Biermann 2023-08-19 11:53:50 +02:00
parent 6b4505b359
commit 346ae80c36
3 changed files with 80 additions and 0 deletions

44
vte3/.footprint Normal file
View File

@ -0,0 +1,44 @@
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/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/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
-rw-r--r-- root/root usr/include/vte-2.91/vte/vteterminal.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vtetypebuiltins-gtk3.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vtetypebuiltins.h
-rw-r--r-- root/root usr/include/vte-2.91/vte/vteversion.h
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.7200.2
-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.7200.2
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
drwxr-xr-x root/root usr/share/glade/
drwxr-xr-x root/root usr/share/glade/catalogs/
-rw-r--r-- root/root usr/share/glade/catalogs/vte-2.91.xml
drwxr-xr-x root/root usr/share/glade/pixmaps/
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/16x16/
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/16x16/actions/
-rw-r--r-- root/root usr/share/glade/pixmaps/hicolor/16x16/actions/widget-vte-terminal.png
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/22x22/
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/22x22/actions/
-rw-r--r-- root/root usr/share/glade/pixmaps/hicolor/22x22/actions/widget-vte-terminal.png

5
vte3/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xyU0kMDS1w5vUCm75HcpJBGYWLFdOTpJOhzyXww17GMC0ox0bWU1aCxopsLcbarEI8yuaSFcYwzsk9ysS6rDQQ=
SHA256 (Pkgfile) = 375ef3c526772a3a1e12c2dd0406d45baca1d7523cf2ff51bc5fde171b378070
SHA256 (.footprint) = 9837ed0323f6d9e22fd91da5d24c2e8e1174085096c7929d831acaf6f65b6ab7
SHA256 (vte-0.72.2.tar.bz2) = 5c8f789aaf76154de9d58205fda3b90790092d93791a5229c8b67c50d3f01068

31
vte3/Pkgfile Normal file
View File

@ -0,0 +1,31 @@
# Description: Virtual Terminal Emulator widget for GTK3/4
# URL: https://wiki.gnome.org/action/show/Apps/Terminal/VTE
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gnutls gtk3
# Optional: gtk4 icu libsixel vala
name=vte3
version=0.72.2
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' || PKGMK_VTE+=' -D gtk4=false'
prt-get isinst icu || PKGMK_VTE+=' -D icu=false'
prt-get isinst libsixel && PKGMK_VTE+=' -D sixel=true'
prt-get isinst vala || PKGMK_VTE+=' -D vapi=false'
meson setup build vte-$version ${PKGMK_VTE} \
--prefix=/usr \
--libexecdir=/usr/lib \
--buildtype=plain \
--wrap-mode nodownload \
-D b_pie=true \
-D b_lto=false \
-D _systemd=false
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
}