update to vte3-0.54.3
This commit is contained in:
parent
105cdc0cc2
commit
6b636b6163
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.92 2018/11/06 12:43:51 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.93 2019/01/06 12:15:50 jasper Exp $
|
||||
|
||||
COMMENT= terminal emulation library
|
||||
|
||||
GNOME_PROJECT= vte
|
||||
GNOME_VERSION= 0.52.2
|
||||
GNOME_VERSION= 0.54.3
|
||||
API_V= 2.91
|
||||
REVISION= 0
|
||||
|
||||
PKGNAME= vte3-${GNOME_VERSION}
|
||||
|
||||
SHARED_LIBS += vte-2.91 2.2 # 4800.2
|
||||
SHARED_LIBS += vte-2.91 2.3 # 5400.3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -20,12 +19,12 @@ MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
||||
WANTLIB += c cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig
|
||||
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += c cairo cairo-gobject epoxy expat ffi fontconfig
|
||||
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gmp gnutls gobject-2.0 graphite2 gthread-2.0 gtk-3
|
||||
WANTLIB += harfbuzz hogweed m nettle p11-kit pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png16 pthread
|
||||
WANTLIB += tasn1 xcb xcb-render xcb-shm z iconv intl idn2 pcre2-8
|
||||
WANTLIB += unistring fribidi
|
||||
WANTLIB += ${COMPILER_LIBCXX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vte-0.52.2.tar.xz) = DyZXzvUqzL/lb+7eVTFVVS18GYSxKRg4rzy4z8GbJq8=
|
||||
SIZE (vte-0.52.2.tar.xz) = 1011696
|
||||
SHA256 (vte-0.54.3.tar.xz) = aTaCFFAlwq9y0QcK+uy6ERNR50e0uo9KnSRrE59E6/0=
|
||||
SIZE (vte-0.54.3.tar.xz) = 1087424
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-src_app_app_cc,v 1.2 2018/11/06 12:43:51 landry Exp $
|
||||
$OpenBSD: patch-src_app_app_cc,v 1.3 2019/01/06 12:15:50 jasper Exp $
|
||||
|
||||
Fix build on !clang:
|
||||
app.cc:309:39: error: cannot convert 'const GdkRGBA {aka const _GdkRGBA} to 'gdouble {aka double}' in initialization
|
||||
@ -8,7 +8,7 @@ cf https://blog.quasardb.net/cpp-braced-initialization/
|
||||
Index: src/app/app.cc
|
||||
--- src/app/app.cc.orig
|
||||
+++ src/app/app.cc
|
||||
@@ -306,7 +306,7 @@ class Options { (public)
|
||||
@@ -308,7 +308,7 @@ class Options { (public)
|
||||
else
|
||||
alpha = get_alpha();
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.35 2018/05/22 17:26:46 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.36 2019/01/06 12:15:50 jasper Exp $
|
||||
@conflict vte-<0.28.2p3
|
||||
@conflict vte-ptyhelper-*
|
||||
@bin bin/vte-${API_V}
|
||||
@ -30,6 +30,7 @@ share/gtk-doc/html/vte-${API_V}/api-index-0-46.html
|
||||
share/gtk-doc/html/vte-${API_V}/api-index-0-48.html
|
||||
share/gtk-doc/html/vte-${API_V}/api-index-0-50.html
|
||||
share/gtk-doc/html/vte-${API_V}/api-index-0-52.html
|
||||
share/gtk-doc/html/vte-${API_V}/api-index-0-54.html
|
||||
share/gtk-doc/html/vte-${API_V}/api-index-deprecated.html
|
||||
share/gtk-doc/html/vte-${API_V}/api-index-full.html
|
||||
share/gtk-doc/html/vte-${API_V}/ch01.html
|
||||
|
Loading…
Reference in New Issue
Block a user