Split vte3 so gtk4 dependency is only enforced when needed.

Hoefully I got the conflict/pkgpath right.
This commit is contained in:
ajacoutot 2022-11-07 17:14:10 +00:00
parent 867f54f358
commit 2a7fab7e48
9 changed files with 388 additions and 167 deletions

View File

@ -1,11 +1,15 @@
COMMENT= terminal emulation library
COMMENT-main= GTK3 terminal emulation library
COMMENT-gtk4= GTK4 terminal emulation library
COMMENT-common= shared files for vte3
GNOME_PROJECT= vte
GNOME_VERSION= 0.70.1
API_V= 2.91
SUBST_VARS += API_V
PKGNAME= vte3-${GNOME_VERSION}
PKGNAME-main= vte3-${GNOME_VERSION}
PKGNAME-gtk4= vte3-gtk4-${GNOME_VERSION}
PKGNAME-common= vte3-common-${GNOME_VERSION}
REVISION-main= 0
SHARED_LIBS += vte-2.91 2.8 # 0.7000.1
SHARED_LIBS += vte-2.91-gtk4 0.0 # 0
@ -17,10 +21,18 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} atk-1.0 c cairo cairo-gobject fribidi
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gnutls gobject-2.0
WANTLIB += gtk-3 gtk-4 icuuc intl m pango-1.0 pangocairo-1.0 pcre2-8
WANTLIB += z
MULTI_PACKAGES= -main -gtk4 -common
WANTLIB-main += ${COMPILER_LIBCXX} atk-1.0 c cairo cairo-gobject fribidi
WANTLIB-main += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gnutls gobject-2.0
WANTLIB-main += gtk-3 icuuc intl m pango-1.0 pangocairo-1.0 pcre2-8
WANTLIB-main += z
WANTLIB-gtk4 += ${COMPILER_LIBCXX} c cairo cairo-gobject fribidi gdk_pixbuf-2.0
WANTLIB-gtk4 += gio-2.0 glib-2.0 gnutls gobject-2.0 gtk-4 icuuc intl
WANTLIB-gtk4 += m pango-1.0 pangocairo-1.0 pcre2-8 z
WANTLIB-common += c
MODULES= devel/meson \
x11/gnome
@ -28,18 +40,28 @@ MODULES= devel/meson \
# C++20
COMPILER = base-clang ports-clang
DEBUG_PACKAGES = ${BUILD_PACKAGES}
DEBUG_PACKAGES = -main -gtk4
BUILD_DEPENDS= devel/gperf
# src/box_drawing_generate.sh
BUILD_DEPENDS+= shells/bash
LIB_DEPENDS= devel/pcre2>=10.22p0 \
security/gnutls \
LIB_DEPENDS-main= security/gnutls \
textproc/icu4c \
x11/gtk+3
RUN_DEPENDS-main= ${BASE_PKGPATH},-common
LIB_DEPENDS-gtk4= security/gnutls \
textproc/icu4c \
x11/gtk+3 \
x11/gtk+4
RUN_DEPENDS-gtk4= ${BASE_PKGPATH},-common
LIB_DEPENDS-common= # empty
RUN_DEPENDS-common= # empty
MODGNOME_TOOLS= gobject-introspection vala
TEST_DEPENDS= shells/bash

View File

@ -1 +0,0 @@
VTE provides a virtual terminal widget for GTK applications.

View File

@ -0,0 +1 @@
This package contains shared files for vte3 and vte3-gtk4.

View File

@ -0,0 +1 @@
VTE provides a virtual terminal widget for GTK4 applications.

View File

@ -0,0 +1 @@
VTE provides a virtual terminal widget for GTK3 applications.

View File

@ -1,154 +0,0 @@
@conflict vte-<0.28.2p3
@conflict vte-ptyhelper-*
@bin bin/vte-${API_V}
@bin bin/vte-${API_V}-gtk4
include/vte-${API_V}/
include/vte-${API_V}-gtk4/
include/vte-${API_V}-gtk4/vte/
include/vte-${API_V}-gtk4/vte/vte.h
include/vte-${API_V}-gtk4/vte/vtedeprecated.h
include/vte-${API_V}-gtk4/vte/vteenums.h
include/vte-${API_V}-gtk4/vte/vteglobals.h
include/vte-${API_V}-gtk4/vte/vtemacros.h
include/vte-${API_V}-gtk4/vte/vtepty.h
include/vte-${API_V}-gtk4/vte/vteregex.h
include/vte-${API_V}-gtk4/vte/vteterminal.h
include/vte-${API_V}-gtk4/vte/vtetypebuiltins-gtk4.h
include/vte-${API_V}-gtk4/vte/vtetypebuiltins.h
include/vte-${API_V}-gtk4/vte/vteversion.h
include/vte-${API_V}/vte/
include/vte-${API_V}/vte/vte.h
include/vte-${API_V}/vte/vtedeprecated.h
include/vte-${API_V}/vte/vteenums.h
include/vte-${API_V}/vte/vteglobals.h
include/vte-${API_V}/vte/vtemacros.h
include/vte-${API_V}/vte/vtepty.h
include/vte-${API_V}/vte/vteregex.h
include/vte-${API_V}/vte/vteterminal.h
include/vte-${API_V}/vte/vtetypebuiltins-gtk3.h
include/vte-${API_V}/vte/vtetypebuiltins.h
include/vte-${API_V}/vte/vteversion.h
lib/girepository-1.0/Vte-${API_V}.typelib
lib/girepository-1.0/Vte-3.91.typelib
@lib lib/libvte-${API_V}-gtk4.so.${LIBvte-${API_V}-gtk4_VERSION}
@lib lib/libvte-${API_V}.so.${LIBvte-${API_V}_VERSION}
lib/pkgconfig/vte-${API_V}-gtk4.pc
lib/pkgconfig/vte-${API_V}.pc
@bin libexec/vte-urlencode-cwd
share/gir-1.0/Vte-${API_V}.gir
share/gir-1.0/Vte-3.91.gir
share/glade/
share/glade/catalogs/
share/glade/catalogs/vte-${API_V}.xml
share/glade/pixmaps/
share/glade/pixmaps/hicolor/
share/glade/pixmaps/hicolor/16x16/
share/glade/pixmaps/hicolor/16x16/actions/
share/glade/pixmaps/hicolor/16x16/actions/widget-vte-terminal.png
share/glade/pixmaps/hicolor/22x22/
share/glade/pixmaps/hicolor/22x22/actions/
share/glade/pixmaps/hicolor/22x22/actions/widget-vte-terminal.png
share/locale/ab/LC_MESSAGES/vte-${API_V}.mo
share/locale/am/LC_MESSAGES/vte-${API_V}.mo
share/locale/an/LC_MESSAGES/vte-${API_V}.mo
share/locale/ang/LC_MESSAGES/vte-${API_V}.mo
share/locale/ar/LC_MESSAGES/vte-${API_V}.mo
share/locale/as/LC_MESSAGES/vte-${API_V}.mo
share/locale/ast/LC_MESSAGES/vte-${API_V}.mo
share/locale/az/LC_MESSAGES/vte-${API_V}.mo
share/locale/be/LC_MESSAGES/vte-${API_V}.mo
share/locale/be@latin/LC_MESSAGES/vte-${API_V}.mo
share/locale/bg/LC_MESSAGES/vte-${API_V}.mo
share/locale/bn/LC_MESSAGES/vte-${API_V}.mo
share/locale/bn_IN/LC_MESSAGES/vte-${API_V}.mo
share/locale/bs/LC_MESSAGES/vte-${API_V}.mo
share/locale/ca/LC_MESSAGES/vte-${API_V}.mo
share/locale/ca@valencia/LC_MESSAGES/vte-${API_V}.mo
share/locale/ckb/LC_MESSAGES/vte-${API_V}.mo
share/locale/cs/LC_MESSAGES/vte-${API_V}.mo
share/locale/cy/LC_MESSAGES/vte-${API_V}.mo
share/locale/da/LC_MESSAGES/vte-${API_V}.mo
share/locale/de/LC_MESSAGES/vte-${API_V}.mo
share/locale/dz/LC_MESSAGES/vte-${API_V}.mo
share/locale/el/LC_MESSAGES/vte-${API_V}.mo
share/locale/en@shaw/LC_MESSAGES/vte-${API_V}.mo
share/locale/en_CA/LC_MESSAGES/vte-${API_V}.mo
share/locale/en_GB/LC_MESSAGES/vte-${API_V}.mo
share/locale/eo/LC_MESSAGES/vte-${API_V}.mo
share/locale/es/LC_MESSAGES/vte-${API_V}.mo
share/locale/et/LC_MESSAGES/vte-${API_V}.mo
share/locale/eu/LC_MESSAGES/vte-${API_V}.mo
share/locale/fa/LC_MESSAGES/vte-${API_V}.mo
share/locale/fi/LC_MESSAGES/vte-${API_V}.mo
share/locale/fr/LC_MESSAGES/vte-${API_V}.mo
share/locale/fur/LC_MESSAGES/vte-${API_V}.mo
share/locale/ga/LC_MESSAGES/vte-${API_V}.mo
share/locale/gd/LC_MESSAGES/vte-${API_V}.mo
share/locale/gl/LC_MESSAGES/vte-${API_V}.mo
share/locale/gu/LC_MESSAGES/vte-${API_V}.mo
share/locale/he/LC_MESSAGES/vte-${API_V}.mo
share/locale/hi/LC_MESSAGES/vte-${API_V}.mo
share/locale/hr/LC_MESSAGES/vte-${API_V}.mo
share/locale/hu/LC_MESSAGES/vte-${API_V}.mo
share/locale/id/LC_MESSAGES/vte-${API_V}.mo
share/locale/is/LC_MESSAGES/vte-${API_V}.mo
share/locale/it/LC_MESSAGES/vte-${API_V}.mo
share/locale/ja/LC_MESSAGES/vte-${API_V}.mo
share/locale/ka/LC_MESSAGES/vte-${API_V}.mo
share/locale/kk/LC_MESSAGES/vte-${API_V}.mo
share/locale/kn/LC_MESSAGES/vte-${API_V}.mo
share/locale/ko/LC_MESSAGES/vte-${API_V}.mo
share/locale/ku/LC_MESSAGES/vte-${API_V}.mo
share/locale/ky/LC_MESSAGES/vte-${API_V}.mo
share/locale/li/LC_MESSAGES/vte-${API_V}.mo
share/locale/lt/LC_MESSAGES/vte-${API_V}.mo
share/locale/lv/LC_MESSAGES/vte-${API_V}.mo
share/locale/mai/LC_MESSAGES/vte-${API_V}.mo
share/locale/mi/LC_MESSAGES/vte-${API_V}.mo
share/locale/mjw/
share/locale/mjw/LC_MESSAGES/
share/locale/mjw/LC_MESSAGES/vte-${API_V}.mo
share/locale/mk/LC_MESSAGES/vte-${API_V}.mo
share/locale/ml/LC_MESSAGES/vte-${API_V}.mo
share/locale/mn/LC_MESSAGES/vte-${API_V}.mo
share/locale/mr/LC_MESSAGES/vte-${API_V}.mo
share/locale/ms/LC_MESSAGES/vte-${API_V}.mo
share/locale/nb/LC_MESSAGES/vte-${API_V}.mo
share/locale/nds/LC_MESSAGES/vte-${API_V}.mo
share/locale/ne/LC_MESSAGES/vte-${API_V}.mo
share/locale/nl/LC_MESSAGES/vte-${API_V}.mo
share/locale/nn/LC_MESSAGES/vte-${API_V}.mo
share/locale/oc/LC_MESSAGES/vte-${API_V}.mo
share/locale/or/LC_MESSAGES/vte-${API_V}.mo
share/locale/pa/LC_MESSAGES/vte-${API_V}.mo
share/locale/pl/LC_MESSAGES/vte-${API_V}.mo
share/locale/pt/LC_MESSAGES/vte-${API_V}.mo
share/locale/pt_BR/LC_MESSAGES/vte-${API_V}.mo
share/locale/ro/LC_MESSAGES/vte-${API_V}.mo
share/locale/ru/LC_MESSAGES/vte-${API_V}.mo
share/locale/rw/LC_MESSAGES/vte-${API_V}.mo
share/locale/si/LC_MESSAGES/vte-${API_V}.mo
share/locale/sk/LC_MESSAGES/vte-${API_V}.mo
share/locale/sl/LC_MESSAGES/vte-${API_V}.mo
share/locale/sq/LC_MESSAGES/vte-${API_V}.mo
share/locale/sr/LC_MESSAGES/vte-${API_V}.mo
share/locale/sr@latin/LC_MESSAGES/vte-${API_V}.mo
share/locale/sv/LC_MESSAGES/vte-${API_V}.mo
share/locale/ta/LC_MESSAGES/vte-${API_V}.mo
share/locale/te/LC_MESSAGES/vte-${API_V}.mo
share/locale/tg/LC_MESSAGES/vte-${API_V}.mo
share/locale/th/LC_MESSAGES/vte-${API_V}.mo
share/locale/tr/LC_MESSAGES/vte-${API_V}.mo
share/locale/ug/LC_MESSAGES/vte-${API_V}.mo
share/locale/uk/LC_MESSAGES/vte-${API_V}.mo
share/locale/uz@cyrillic/LC_MESSAGES/vte-${API_V}.mo
share/locale/vi/LC_MESSAGES/vte-${API_V}.mo
share/locale/wa/LC_MESSAGES/vte-${API_V}.mo
share/locale/xh/LC_MESSAGES/vte-${API_V}.mo
share/locale/zh_CN/LC_MESSAGES/vte-${API_V}.mo
share/locale/zh_HK/LC_MESSAGES/vte-${API_V}.mo
share/locale/zh_TW/LC_MESSAGES/vte-${API_V}.mo
share/vala/vapi/vte-${API_V}-gtk4.deps
share/vala/vapi/vte-${API_V}-gtk4.vapi
share/vala/vapi/vte-${API_V}.deps
share/vala/vapi/vte-${API_V}.vapi

306
devel/vte3/pkg/PLIST-common Normal file
View File

@ -0,0 +1,306 @@
@conflict vte3-<0.70.1p0
@bin libexec/vte-urlencode-cwd
share/glade/
share/glade/catalogs/
share/glade/pixmaps/
share/glade/pixmaps/hicolor/
share/glade/pixmaps/hicolor/16x16/
share/glade/pixmaps/hicolor/16x16/actions/
share/glade/pixmaps/hicolor/16x16/actions/widget-vte-terminal.png
share/glade/pixmaps/hicolor/22x22/
share/glade/pixmaps/hicolor/22x22/actions/
share/glade/pixmaps/hicolor/22x22/actions/widget-vte-terminal.png
share/locale/ab/
share/locale/ab/LC_MESSAGES/
share/locale/ab/LC_MESSAGES/vte-2.91.mo
share/locale/am/
share/locale/am/LC_MESSAGES/
share/locale/am/LC_MESSAGES/vte-2.91.mo
share/locale/an/
share/locale/an/LC_MESSAGES/
share/locale/an/LC_MESSAGES/vte-2.91.mo
share/locale/ang/
share/locale/ang/LC_MESSAGES/
share/locale/ang/LC_MESSAGES/vte-2.91.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/vte-2.91.mo
share/locale/as/
share/locale/as/LC_MESSAGES/
share/locale/as/LC_MESSAGES/vte-2.91.mo
share/locale/ast/
share/locale/ast/LC_MESSAGES/
share/locale/ast/LC_MESSAGES/vte-2.91.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/vte-2.91.mo
share/locale/be/
share/locale/be/LC_MESSAGES/
share/locale/be/LC_MESSAGES/vte-2.91.mo
share/locale/be@latin/
share/locale/be@latin/LC_MESSAGES/
share/locale/be@latin/LC_MESSAGES/vte-2.91.mo
share/locale/bg/
share/locale/bg/LC_MESSAGES/
share/locale/bg/LC_MESSAGES/vte-2.91.mo
share/locale/bn/
share/locale/bn/LC_MESSAGES/
share/locale/bn/LC_MESSAGES/vte-2.91.mo
share/locale/bn_IN/
share/locale/bn_IN/LC_MESSAGES/
share/locale/bn_IN/LC_MESSAGES/vte-2.91.mo
share/locale/bs/
share/locale/bs/LC_MESSAGES/
share/locale/bs/LC_MESSAGES/vte-2.91.mo
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/vte-2.91.mo
share/locale/ca@valencia/
share/locale/ca@valencia/LC_MESSAGES/
share/locale/ca@valencia/LC_MESSAGES/vte-2.91.mo
share/locale/ckb/
share/locale/ckb/LC_MESSAGES/
share/locale/ckb/LC_MESSAGES/vte-2.91.mo
share/locale/cs/
share/locale/cs/LC_MESSAGES/
share/locale/cs/LC_MESSAGES/vte-2.91.mo
share/locale/cy/
share/locale/cy/LC_MESSAGES/
share/locale/cy/LC_MESSAGES/vte-2.91.mo
share/locale/da/
share/locale/da/LC_MESSAGES/
share/locale/da/LC_MESSAGES/vte-2.91.mo
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/vte-2.91.mo
share/locale/dz/
share/locale/dz/LC_MESSAGES/
share/locale/dz/LC_MESSAGES/vte-2.91.mo
share/locale/el/
share/locale/el/LC_MESSAGES/
share/locale/el/LC_MESSAGES/vte-2.91.mo
share/locale/en@shaw/
share/locale/en@shaw/LC_MESSAGES/
share/locale/en@shaw/LC_MESSAGES/vte-2.91.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/vte-2.91.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/vte-2.91.mo
share/locale/eo/
share/locale/eo/LC_MESSAGES/
share/locale/eo/LC_MESSAGES/vte-2.91.mo
share/locale/es/
share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/vte-2.91.mo
share/locale/et/
share/locale/et/LC_MESSAGES/
share/locale/et/LC_MESSAGES/vte-2.91.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/vte-2.91.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/
share/locale/fa/LC_MESSAGES/vte-2.91.mo
share/locale/fi/
share/locale/fi/LC_MESSAGES/
share/locale/fi/LC_MESSAGES/vte-2.91.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/vte-2.91.mo
share/locale/fur/
share/locale/fur/LC_MESSAGES/
share/locale/fur/LC_MESSAGES/vte-2.91.mo
share/locale/ga/
share/locale/ga/LC_MESSAGES/
share/locale/ga/LC_MESSAGES/vte-2.91.mo
share/locale/gd/
share/locale/gd/LC_MESSAGES/
share/locale/gd/LC_MESSAGES/vte-2.91.mo
share/locale/gl/
share/locale/gl/LC_MESSAGES/
share/locale/gl/LC_MESSAGES/vte-2.91.mo
share/locale/gu/
share/locale/gu/LC_MESSAGES/
share/locale/gu/LC_MESSAGES/vte-2.91.mo
share/locale/he/
share/locale/he/LC_MESSAGES/
share/locale/he/LC_MESSAGES/vte-2.91.mo
share/locale/hi/
share/locale/hi/LC_MESSAGES/
share/locale/hi/LC_MESSAGES/vte-2.91.mo
share/locale/hr/
share/locale/hr/LC_MESSAGES/
share/locale/hr/LC_MESSAGES/vte-2.91.mo
share/locale/hu/
share/locale/hu/LC_MESSAGES/
share/locale/hu/LC_MESSAGES/vte-2.91.mo
share/locale/id/
share/locale/id/LC_MESSAGES/
share/locale/id/LC_MESSAGES/vte-2.91.mo
share/locale/is/
share/locale/is/LC_MESSAGES/
share/locale/is/LC_MESSAGES/vte-2.91.mo
share/locale/it/
share/locale/it/LC_MESSAGES/
share/locale/it/LC_MESSAGES/vte-2.91.mo
share/locale/ja/
share/locale/ja/LC_MESSAGES/
share/locale/ja/LC_MESSAGES/vte-2.91.mo
share/locale/ka/
share/locale/ka/LC_MESSAGES/
share/locale/ka/LC_MESSAGES/vte-2.91.mo
share/locale/kk/
share/locale/kk/LC_MESSAGES/
share/locale/kk/LC_MESSAGES/vte-2.91.mo
share/locale/kn/
share/locale/kn/LC_MESSAGES/
share/locale/kn/LC_MESSAGES/vte-2.91.mo
share/locale/ko/
share/locale/ko/LC_MESSAGES/
share/locale/ko/LC_MESSAGES/vte-2.91.mo
share/locale/ku/
share/locale/ku/LC_MESSAGES/
share/locale/ku/LC_MESSAGES/vte-2.91.mo
share/locale/ky/
share/locale/ky/LC_MESSAGES/
share/locale/ky/LC_MESSAGES/vte-2.91.mo
share/locale/li/
share/locale/li/LC_MESSAGES/
share/locale/li/LC_MESSAGES/vte-2.91.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/vte-2.91.mo
share/locale/lv/
share/locale/lv/LC_MESSAGES/
share/locale/lv/LC_MESSAGES/vte-2.91.mo
share/locale/mai/
share/locale/mai/LC_MESSAGES/
share/locale/mai/LC_MESSAGES/vte-2.91.mo
share/locale/mi/
share/locale/mi/LC_MESSAGES/
share/locale/mi/LC_MESSAGES/vte-2.91.mo
share/locale/mjw/
share/locale/mjw/LC_MESSAGES/
share/locale/mjw/LC_MESSAGES/vte-2.91.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/vte-2.91.mo
share/locale/ml/
share/locale/ml/LC_MESSAGES/
share/locale/ml/LC_MESSAGES/vte-2.91.mo
share/locale/mn/
share/locale/mn/LC_MESSAGES/
share/locale/mn/LC_MESSAGES/vte-2.91.mo
share/locale/mr/
share/locale/mr/LC_MESSAGES/
share/locale/mr/LC_MESSAGES/vte-2.91.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/vte-2.91.mo
share/locale/nb/
share/locale/nb/LC_MESSAGES/
share/locale/nb/LC_MESSAGES/vte-2.91.mo
share/locale/nds/
share/locale/nds/LC_MESSAGES/
share/locale/nds/LC_MESSAGES/vte-2.91.mo
share/locale/ne/
share/locale/ne/LC_MESSAGES/
share/locale/ne/LC_MESSAGES/vte-2.91.mo
share/locale/nl/
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/vte-2.91.mo
share/locale/nn/
share/locale/nn/LC_MESSAGES/
share/locale/nn/LC_MESSAGES/vte-2.91.mo
share/locale/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/vte-2.91.mo
share/locale/or/
share/locale/or/LC_MESSAGES/
share/locale/or/LC_MESSAGES/vte-2.91.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/vte-2.91.mo
share/locale/pl/
share/locale/pl/LC_MESSAGES/
share/locale/pl/LC_MESSAGES/vte-2.91.mo
share/locale/pt/
share/locale/pt/LC_MESSAGES/
share/locale/pt/LC_MESSAGES/vte-2.91.mo
share/locale/pt_BR/
share/locale/pt_BR/LC_MESSAGES/
share/locale/pt_BR/LC_MESSAGES/vte-2.91.mo
share/locale/ro/
share/locale/ro/LC_MESSAGES/
share/locale/ro/LC_MESSAGES/vte-2.91.mo
share/locale/ru/
share/locale/ru/LC_MESSAGES/
share/locale/ru/LC_MESSAGES/vte-2.91.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
share/locale/rw/LC_MESSAGES/vte-2.91.mo
share/locale/si/
share/locale/si/LC_MESSAGES/
share/locale/si/LC_MESSAGES/vte-2.91.mo
share/locale/sk/
share/locale/sk/LC_MESSAGES/
share/locale/sk/LC_MESSAGES/vte-2.91.mo
share/locale/sl/
share/locale/sl/LC_MESSAGES/
share/locale/sl/LC_MESSAGES/vte-2.91.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sq/LC_MESSAGES/vte-2.91.mo
share/locale/sr/
share/locale/sr/LC_MESSAGES/
share/locale/sr/LC_MESSAGES/vte-2.91.mo
share/locale/sr@latin/
share/locale/sr@latin/LC_MESSAGES/
share/locale/sr@latin/LC_MESSAGES/vte-2.91.mo
share/locale/sv/
share/locale/sv/LC_MESSAGES/
share/locale/sv/LC_MESSAGES/vte-2.91.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/vte-2.91.mo
share/locale/te/
share/locale/te/LC_MESSAGES/
share/locale/te/LC_MESSAGES/vte-2.91.mo
share/locale/tg/
share/locale/tg/LC_MESSAGES/
share/locale/tg/LC_MESSAGES/vte-2.91.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/vte-2.91.mo
share/locale/tr/
share/locale/tr/LC_MESSAGES/
share/locale/tr/LC_MESSAGES/vte-2.91.mo
share/locale/ug/
share/locale/ug/LC_MESSAGES/
share/locale/ug/LC_MESSAGES/vte-2.91.mo
share/locale/uk/
share/locale/uk/LC_MESSAGES/
share/locale/uk/LC_MESSAGES/vte-2.91.mo
share/locale/uz@cyrillic/
share/locale/uz@cyrillic/LC_MESSAGES/
share/locale/uz@cyrillic/LC_MESSAGES/vte-2.91.mo
share/locale/vi/
share/locale/vi/LC_MESSAGES/
share/locale/vi/LC_MESSAGES/vte-2.91.mo
share/locale/wa/
share/locale/wa/LC_MESSAGES/
share/locale/wa/LC_MESSAGES/vte-2.91.mo
share/locale/xh/
share/locale/xh/LC_MESSAGES/
share/locale/xh/LC_MESSAGES/vte-2.91.mo
share/locale/zh_CN/
share/locale/zh_CN/LC_MESSAGES/
share/locale/zh_CN/LC_MESSAGES/vte-2.91.mo
share/locale/zh_HK/
share/locale/zh_HK/LC_MESSAGES/
share/locale/zh_HK/LC_MESSAGES/vte-2.91.mo
share/locale/zh_TW/
share/locale/zh_TW/LC_MESSAGES/
share/locale/zh_TW/LC_MESSAGES/vte-2.91.mo

21
devel/vte3/pkg/PLIST-gtk4 Normal file
View File

@ -0,0 +1,21 @@
@conflict vte3-<0.70.1p0
@bin bin/vte-2.91-gtk4
include/vte-2.91-gtk4/
include/vte-2.91-gtk4/vte/
include/vte-2.91-gtk4/vte/vte.h
include/vte-2.91-gtk4/vte/vtedeprecated.h
include/vte-2.91-gtk4/vte/vteenums.h
include/vte-2.91-gtk4/vte/vteglobals.h
include/vte-2.91-gtk4/vte/vtemacros.h
include/vte-2.91-gtk4/vte/vtepty.h
include/vte-2.91-gtk4/vte/vteregex.h
include/vte-2.91-gtk4/vte/vteterminal.h
include/vte-2.91-gtk4/vte/vtetypebuiltins-gtk4.h
include/vte-2.91-gtk4/vte/vtetypebuiltins.h
include/vte-2.91-gtk4/vte/vteversion.h
lib/girepository-1.0/Vte-3.91.typelib
@lib lib/libvte-2.91-gtk4.so.${LIBvte-2.91-gtk4_VERSION}
lib/pkgconfig/vte-2.91-gtk4.pc
share/gir-1.0/Vte-3.91.gir
share/vala/vapi/vte-2.91-gtk4.deps
share/vala/vapi/vte-2.91-gtk4.vapi

24
devel/vte3/pkg/PLIST-main Normal file
View File

@ -0,0 +1,24 @@
@conflict vte-<0.28.2p3
@conflict vte-ptyhelper-*
@pkgpath devel/vte3
@bin bin/vte-2.91
include/vte-2.91/
include/vte-2.91/vte/
include/vte-2.91/vte/vte.h
include/vte-2.91/vte/vtedeprecated.h
include/vte-2.91/vte/vteenums.h
include/vte-2.91/vte/vteglobals.h
include/vte-2.91/vte/vtemacros.h
include/vte-2.91/vte/vtepty.h
include/vte-2.91/vte/vteregex.h
include/vte-2.91/vte/vteterminal.h
include/vte-2.91/vte/vtetypebuiltins-gtk3.h
include/vte-2.91/vte/vtetypebuiltins.h
include/vte-2.91/vte/vteversion.h
lib/girepository-1.0/Vte-2.91.typelib
@lib lib/libvte-2.91.so.${LIBvte-2.91_VERSION}
lib/pkgconfig/vte-2.91.pc
share/gir-1.0/Vte-2.91.gir
share/glade/catalogs/vte-2.91.xml
share/vala/vapi/vte-2.91.deps
share/vala/vapi/vte-2.91.vapi