- add a gtk3 pseud-flavor, sharing the gnome-pty-helper with the default gtk2
help and ok aja@
This commit is contained in:
parent
4fe364f721
commit
05ae3aeb5d
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2011/05/13 22:01:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2011/05/13 23:07:16 jasper Exp $
|
||||
|
||||
COMMENT-main= terminal emulation library
|
||||
COMMENT-main= terminal emulation library (gtk+2)
|
||||
COMMENT-python= python bindings for vte
|
||||
COMMENT-pty-helper= setuid helper for opening ptys
|
||||
COMMENT-gtk3= terminal emulation library (gtk+3)
|
||||
|
||||
GNOME_PROJECT= vte
|
||||
GNOME_VERSION= 0.28.0
|
||||
@ -10,12 +11,10 @@ PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-python= py-${DISTNAME}
|
||||
PKGNAME-pty-helper= vte-ptyhelper-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-main= 1
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
SHARED_LIBS+= vte 14.1 # 2609.0
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
@ -32,7 +31,7 @@ MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
MODPY_RUNDEP= No
|
||||
MULTI_PACKAGES= -main -python -pty-helper
|
||||
MULTI_PACKAGES= -main -pty-helper
|
||||
# Don't pull in x11/py-gtk2 on these archs; build fails with binutils 2.15
|
||||
NOT_FOR_ARCHS-python= mips64 mips64el
|
||||
|
||||
@ -41,11 +40,9 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += m ncurses pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
|
||||
WANTLIB += pixman-1 png pthread-stubs xcb xcb-render drm xcb-shm
|
||||
WANTLIB += z gthread-2.0 gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0 GL Xxf86vm
|
||||
WANTLIB += z gthread-2.0 gdk_pixbuf-2.0 GL Xxf86vm
|
||||
|
||||
WANTLIB-main= ${WANTLIB} c pthread
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
x11/gtk+2
|
||||
|
||||
WANTLIB-pty-helper= util c
|
||||
RUN_DEPENDS-main= ${BASE_PKGPATH},-pty-helper
|
||||
@ -63,11 +60,30 @@ LIB_DEPENDS-python= ${LIB_DEPENDS-main} \
|
||||
RUN_DEPENDS-python= ${MODPY_RUN_DEPENDS} \
|
||||
x11/py-gtk2
|
||||
|
||||
PSEUDO_FLAVORS= gtk3
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mgtk3}
|
||||
LIB_DEPENDS-main+= ${LIB_DEPENDS} \
|
||||
x11/gtk+3
|
||||
WANTLIB-main+= cairo-gobject gdk-3 gtk-3
|
||||
CONFIGURE_ARGS+= --with-gtk=3.0
|
||||
PKGNAME-main= vte3-${GNOME_VERSION}
|
||||
SHARED_LIBS += vte2_90 0.0 # 2809.0
|
||||
.else
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
x11/gtk+2
|
||||
WANTLIB-main+= gdk-x11-2.0 gtk-x11-2.0
|
||||
CONFIGURE_ARGS+= --with-gtk=2.0
|
||||
MULTI_PACKAGES+= -python
|
||||
PKGNAME-main= vte-${GNOME_VERSION}
|
||||
SHARED_LIBS+= vte 14.1 # 2609.0
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-introspection \
|
||||
--disable-Bsymbolic \
|
||||
--with-gtk=2.0
|
||||
--disable-Bsymbolic
|
||||
.if ! ${MACHINE_ARCH:Mmips64*}
|
||||
CONFIGURE_ARGS+= --enable-python
|
||||
.endif
|
||||
|
3
devel/vte/pkg/DESCR-gtk3
Normal file
3
devel/vte/pkg/DESCR-gtk3
Normal file
@ -0,0 +1,3 @@
|
||||
VTE is an experimental terminal emulator widget for use with GTK+ 3.0.
|
||||
This package contains the files needed for building applications using
|
||||
VTE.
|
241
devel/vte/pkg/PFRAG.gtk3-main
Normal file
241
devel/vte/pkg/PFRAG.gtk3-main
Normal file
@ -0,0 +1,241 @@
|
||||
@comment $OpenBSD: PFRAG.gtk3-main,v 1.1 2011/05/13 23:07:16 jasper Exp $
|
||||
@bin bin/vte2_90
|
||||
include/vte-2.90/
|
||||
include/vte-2.90/vte/
|
||||
include/vte-2.90/vte/pty.h
|
||||
include/vte-2.90/vte/reaper.h
|
||||
include/vte-2.90/vte/vte.h
|
||||
include/vte-2.90/vte/vteaccess.h
|
||||
include/vte-2.90/vte/vtedeprecated.h
|
||||
include/vte-2.90/vte/vtepty.h
|
||||
include/vte-2.90/vte/vtetypebuiltins.h
|
||||
include/vte-2.90/vte/vteversion.h
|
||||
lib/girepository-1.0/
|
||||
lib/girepository-1.0/Vte-2.90.typelib
|
||||
lib/libvte2_90.a
|
||||
lib/libvte2_90.la
|
||||
@lib lib/libvte2_90.so.${LIBvte2_90_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/vte-2.90.pc
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/Vte-2.90.gir
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/vte-2.90/
|
||||
share/gtk-doc/html/vte-2.90/VteReaper.html
|
||||
share/gtk-doc/html/vte-2.90/VteTerminal.html
|
||||
share/gtk-doc/html/vte-2.90/VteTerminalAccessible.html
|
||||
share/gtk-doc/html/vte-2.90/annotation-glossary.html
|
||||
share/gtk-doc/html/vte-2.90/api-index-0-20.html
|
||||
share/gtk-doc/html/vte-2.90/api-index-0-24.html
|
||||
share/gtk-doc/html/vte-2.90/api-index-0-26.html
|
||||
share/gtk-doc/html/vte-2.90/api-index-0-28.html
|
||||
share/gtk-doc/html/vte-2.90/api-index-deprecated.html
|
||||
share/gtk-doc/html/vte-2.90/api-index-full.html
|
||||
share/gtk-doc/html/vte-2.90/ch01.html
|
||||
share/gtk-doc/html/vte-2.90/ch02.html
|
||||
share/gtk-doc/html/vte-2.90/ch03.html
|
||||
share/gtk-doc/html/vte-2.90/deprecated-objects.html
|
||||
share/gtk-doc/html/vte-2.90/home.png
|
||||
share/gtk-doc/html/vte-2.90/index.html
|
||||
share/gtk-doc/html/vte-2.90/index.sgml
|
||||
share/gtk-doc/html/vte-2.90/internal-objects.html
|
||||
share/gtk-doc/html/vte-2.90/left.png
|
||||
share/gtk-doc/html/vte-2.90/licence.html
|
||||
share/gtk-doc/html/vte-2.90/object-hierarchy.html
|
||||
share/gtk-doc/html/vte-2.90/pt01.html
|
||||
share/gtk-doc/html/vte-2.90/right.png
|
||||
share/gtk-doc/html/vte-2.90/style.css
|
||||
share/gtk-doc/html/vte-2.90/up.png
|
||||
share/gtk-doc/html/vte-2.90/vte-2.90.devhelp
|
||||
share/gtk-doc/html/vte-2.90/vte-2.90.devhelp2
|
||||
share/gtk-doc/html/vte-2.90/vte-Version-Information.html
|
||||
share/gtk-doc/html/vte-2.90/vte-Vte-PTY.html
|
||||
share/locale/am/
|
||||
share/locale/am/LC_MESSAGES/
|
||||
share/locale/am/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ang/
|
||||
share/locale/ang/LC_MESSAGES/
|
||||
share/locale/ang/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/as/
|
||||
share/locale/as/LC_MESSAGES/
|
||||
share/locale/as/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ast/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/be/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/be@latin/
|
||||
share/locale/be@latin/LC_MESSAGES/
|
||||
share/locale/be@latin/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/bg/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/bn/
|
||||
share/locale/bn/LC_MESSAGES/
|
||||
share/locale/bn/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/bn_IN/
|
||||
share/locale/bn_IN/LC_MESSAGES/
|
||||
share/locale/bn_IN/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/bs/
|
||||
share/locale/bs/LC_MESSAGES/
|
||||
share/locale/bs/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ca/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ca@valencia/
|
||||
share/locale/ca@valencia/LC_MESSAGES/
|
||||
share/locale/ca@valencia/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/cs/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/cy/
|
||||
share/locale/cy/LC_MESSAGES/
|
||||
share/locale/cy/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/da/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/de/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
share/locale/dz/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/el/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/en@shaw/
|
||||
share/locale/en@shaw/LC_MESSAGES/
|
||||
share/locale/en@shaw/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/en_CA/
|
||||
share/locale/en_CA/LC_MESSAGES/
|
||||
share/locale/en_CA/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/eo/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/es/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/et/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/eu/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/fa/
|
||||
share/locale/fa/LC_MESSAGES/
|
||||
share/locale/fa/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/fi/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/fr/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ga/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/gl/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/gu/
|
||||
share/locale/gu/LC_MESSAGES/
|
||||
share/locale/gu/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/he/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/hi/
|
||||
share/locale/hi/LC_MESSAGES/
|
||||
share/locale/hi/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/hr/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/hu/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/id/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/is/
|
||||
share/locale/is/LC_MESSAGES/
|
||||
share/locale/is/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/it/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ja/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ka/
|
||||
share/locale/ka/LC_MESSAGES/
|
||||
share/locale/ka/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/kn/
|
||||
share/locale/kn/LC_MESSAGES/
|
||||
share/locale/kn/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ko/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ku/
|
||||
share/locale/ku/LC_MESSAGES/
|
||||
share/locale/ku/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ky/
|
||||
share/locale/ky/LC_MESSAGES/
|
||||
share/locale/ky/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/li/
|
||||
share/locale/li/LC_MESSAGES/
|
||||
share/locale/li/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/lv/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/mai/
|
||||
share/locale/mai/LC_MESSAGES/
|
||||
share/locale/mai/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/mi/
|
||||
share/locale/mi/LC_MESSAGES/
|
||||
share/locale/mi/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/mk/
|
||||
share/locale/mk/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ml/
|
||||
share/locale/ml/LC_MESSAGES/
|
||||
share/locale/ml/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/mn/
|
||||
share/locale/mn/LC_MESSAGES/
|
||||
share/locale/mn/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/mr/
|
||||
share/locale/mr/LC_MESSAGES/
|
||||
share/locale/mr/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/nb/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/nds/
|
||||
share/locale/nds/LC_MESSAGES/
|
||||
share/locale/nds/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ne/
|
||||
share/locale/ne/LC_MESSAGES/
|
||||
share/locale/ne/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/nl/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/nn/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/oc/
|
||||
share/locale/oc/LC_MESSAGES/
|
||||
share/locale/oc/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/or/
|
||||
share/locale/or/LC_MESSAGES/
|
||||
share/locale/or/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/pl/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/pt/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ro/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ru/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/rw/
|
||||
share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/sk/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/sl/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/sr/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/sr@latin/
|
||||
share/locale/sr@latin/LC_MESSAGES/
|
||||
share/locale/sr@latin/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/sv/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ta/
|
||||
share/locale/ta/LC_MESSAGES/
|
||||
share/locale/ta/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/te/
|
||||
share/locale/te/LC_MESSAGES/
|
||||
share/locale/te/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/th/
|
||||
share/locale/th/LC_MESSAGES/
|
||||
share/locale/th/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/tr/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/ug/
|
||||
share/locale/ug/LC_MESSAGES/
|
||||
share/locale/ug/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/uk/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/vi/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/wa/
|
||||
share/locale/wa/LC_MESSAGES/
|
||||
share/locale/wa/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/xh/
|
||||
share/locale/xh/LC_MESSAGES/
|
||||
share/locale/xh/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/vte-2.90.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/vte-2.90.mo
|
||||
share/vte/
|
||||
share/vte/termcap-2.90/
|
||||
share/vte/termcap-2.90/xterm
|
142
devel/vte/pkg/PFRAG.no-gtk3-main
Normal file
142
devel/vte/pkg/PFRAG.no-gtk3-main
Normal file
@ -0,0 +1,142 @@
|
||||
@comment $OpenBSD: PFRAG.no-gtk3-main,v 1.1 2011/05/13 23:07:16 jasper Exp $
|
||||
@bin bin/vte
|
||||
include/vte-0.0/
|
||||
include/vte-0.0/vte/
|
||||
include/vte-0.0/vte/pty.h
|
||||
include/vte-0.0/vte/reaper.h
|
||||
include/vte-0.0/vte/vte.h
|
||||
include/vte-0.0/vte/vteaccess.h
|
||||
include/vte-0.0/vte/vtedeprecated.h
|
||||
include/vte-0.0/vte/vtepty.h
|
||||
include/vte-0.0/vte/vtetypebuiltins.h
|
||||
include/vte-0.0/vte/vteversion.h
|
||||
lib/girepository-1.0/Vte-0.0.typelib
|
||||
lib/libvte.a
|
||||
lib/libvte.la
|
||||
@lib lib/libvte.so.${LIBvte_VERSION}
|
||||
lib/pkgconfig/vte.pc
|
||||
share/gir-1.0/Vte-0.0.gir
|
||||
share/gtk-doc/html/vte-0.0/
|
||||
share/gtk-doc/html/vte-0.0/VteReaper.html
|
||||
share/gtk-doc/html/vte-0.0/VteTerminal.html
|
||||
share/gtk-doc/html/vte-0.0/VteTerminalAccessible.html
|
||||
share/gtk-doc/html/vte-0.0/annotation-glossary.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-20.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-24.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-26.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-28.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-deprecated.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-full.html
|
||||
share/gtk-doc/html/vte-0.0/ch01.html
|
||||
share/gtk-doc/html/vte-0.0/ch02.html
|
||||
share/gtk-doc/html/vte-0.0/ch03.html
|
||||
share/gtk-doc/html/vte-0.0/deprecated-objects.html
|
||||
share/gtk-doc/html/vte-0.0/home.png
|
||||
share/gtk-doc/html/vte-0.0/index.html
|
||||
share/gtk-doc/html/vte-0.0/index.sgml
|
||||
share/gtk-doc/html/vte-0.0/internal-objects.html
|
||||
share/gtk-doc/html/vte-0.0/left.png
|
||||
share/gtk-doc/html/vte-0.0/licence.html
|
||||
share/gtk-doc/html/vte-0.0/object-hierarchy.html
|
||||
share/gtk-doc/html/vte-0.0/pt01.html
|
||||
share/gtk-doc/html/vte-0.0/right.png
|
||||
share/gtk-doc/html/vte-0.0/style.css
|
||||
share/gtk-doc/html/vte-0.0/up.png
|
||||
share/gtk-doc/html/vte-0.0/vte-0.0.devhelp
|
||||
share/gtk-doc/html/vte-0.0/vte-0.0.devhelp2
|
||||
share/gtk-doc/html/vte-0.0/vte-Version-Information.html
|
||||
share/gtk-doc/html/vte-0.0/vte-Vte-PTY.html
|
||||
share/locale/am/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ang/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ar/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/as/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ast/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/az/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/be/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/be@latin/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bg/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bs/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ca/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/cs/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/cy/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/da/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/de/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/dz/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/el/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/en_CA/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/eo/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/es/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/et/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/eu/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/fa/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/fi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/fr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ga/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/gl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/gu/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/he/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/hi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/hr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/hu/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/id/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/is/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/it/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ja/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ka/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/kn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ko/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ku/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ky/
|
||||
share/locale/ky/LC_MESSAGES/
|
||||
share/locale/ky/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/li/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/lt/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/lv/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mai/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mk/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ml/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ms/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nb/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nds/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ne/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/oc/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/or/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pa/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pt/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ro/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ru/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/rw/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/si/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sk/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sq/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sv/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ta/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/te/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/th/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/tr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ug/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/uk/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/vi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/wa/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/xh/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/vte-0.0.mo
|
||||
share/vte/
|
||||
share/vte/termcap-0.0/
|
||||
share/vte/termcap-0.0/xterm
|
@ -1,143 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.14 2011/05/13 22:01:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.15 2011/05/13 23:07:16 jasper Exp $
|
||||
@pkgpath devel/vte
|
||||
@bin bin/vte
|
||||
include/vte-0.0/
|
||||
include/vte-0.0/vte/
|
||||
include/vte-0.0/vte/pty.h
|
||||
include/vte-0.0/vte/reaper.h
|
||||
include/vte-0.0/vte/vte.h
|
||||
include/vte-0.0/vte/vteaccess.h
|
||||
include/vte-0.0/vte/vtedeprecated.h
|
||||
include/vte-0.0/vte/vtepty.h
|
||||
include/vte-0.0/vte/vtetypebuiltins.h
|
||||
include/vte-0.0/vte/vteversion.h
|
||||
lib/girepository-1.0/Vte-0.0.typelib
|
||||
lib/libvte.a
|
||||
lib/libvte.la
|
||||
@lib lib/libvte.so.${LIBvte_VERSION}
|
||||
lib/pkgconfig/vte.pc
|
||||
share/gir-1.0/Vte-0.0.gir
|
||||
share/gtk-doc/html/vte-0.0/
|
||||
share/gtk-doc/html/vte-0.0/VteReaper.html
|
||||
share/gtk-doc/html/vte-0.0/VteTerminal.html
|
||||
share/gtk-doc/html/vte-0.0/VteTerminalAccessible.html
|
||||
share/gtk-doc/html/vte-0.0/annotation-glossary.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-20.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-24.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-26.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-0-28.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-deprecated.html
|
||||
share/gtk-doc/html/vte-0.0/api-index-full.html
|
||||
share/gtk-doc/html/vte-0.0/ch01.html
|
||||
share/gtk-doc/html/vte-0.0/ch02.html
|
||||
share/gtk-doc/html/vte-0.0/ch03.html
|
||||
share/gtk-doc/html/vte-0.0/deprecated-objects.html
|
||||
share/gtk-doc/html/vte-0.0/home.png
|
||||
share/gtk-doc/html/vte-0.0/index.html
|
||||
share/gtk-doc/html/vte-0.0/index.sgml
|
||||
share/gtk-doc/html/vte-0.0/internal-objects.html
|
||||
share/gtk-doc/html/vte-0.0/left.png
|
||||
share/gtk-doc/html/vte-0.0/licence.html
|
||||
share/gtk-doc/html/vte-0.0/object-hierarchy.html
|
||||
share/gtk-doc/html/vte-0.0/pt01.html
|
||||
share/gtk-doc/html/vte-0.0/right.png
|
||||
share/gtk-doc/html/vte-0.0/style.css
|
||||
share/gtk-doc/html/vte-0.0/up.png
|
||||
share/gtk-doc/html/vte-0.0/vte-0.0.devhelp
|
||||
share/gtk-doc/html/vte-0.0/vte-0.0.devhelp2
|
||||
share/gtk-doc/html/vte-0.0/vte-Version-Information.html
|
||||
share/gtk-doc/html/vte-0.0/vte-Vte-PTY.html
|
||||
share/locale/am/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ang/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ar/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/as/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ast/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/az/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/be/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/be@latin/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bg/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/bs/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ca/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/cs/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/cy/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/da/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/de/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/dz/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/el/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/en_CA/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/eo/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/es/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/et/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/eu/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/fa/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/fi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/fr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ga/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/gl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/gu/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/he/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/hi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/hr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/hu/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/id/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/is/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/it/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ja/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ka/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/kn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ko/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ku/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ky/
|
||||
share/locale/ky/LC_MESSAGES/
|
||||
share/locale/ky/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/li/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/lt/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/lv/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mai/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mk/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ml/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/mr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ms/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nb/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nds/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ne/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/nn/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/oc/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/or/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pa/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pt/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ro/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ru/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/rw/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/si/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sk/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sl/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sq/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/sv/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ta/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/te/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/th/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/tr/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/ug/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/uk/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/vi/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/wa/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/xh/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/vte-0.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/vte-0.0.mo
|
||||
share/vte/
|
||||
share/vte/termcap-0.0/
|
||||
share/vte/termcap-0.0/xterm
|
||||
%%gtk3%%
|
||||
!%%gtk3%%
|
||||
|
@ -1,12 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-python,v 1.5 2010/10/13 16:20:23 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-python,v 1.6 2011/05/13 23:07:16 jasper Exp $
|
||||
lib/pkgconfig/pyvte.pc
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.a
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.la
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.so
|
||||
share/pygtk/
|
||||
share/pygtk/2.0/
|
||||
share/pygtk/2.0/defs/
|
||||
share/pygtk/2.0/defs/vte.defs
|
||||
|
Loading…
Reference in New Issue
Block a user