Update to vte3-0.70.2.

This commit is contained in:
ajacoutot 2022-12-04 12:59:09 +00:00
parent da7253178b
commit 4bf3dc824f
3 changed files with 3 additions and 25 deletions

View File

@ -3,14 +3,12 @@ COMMENT-gtk4= GTK4 terminal emulation library
COMMENT-common= shared files for vte3
GNOME_PROJECT= vte
GNOME_VERSION= 0.70.1
GNOME_VERSION= 0.70.2
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

View File

@ -1,2 +1,2 @@
SHA256 (vte-0.70.1.tar.xz) = H0YBy/6lMCuWkCIIyPGF5bGLJZtTWLyTzzkr9ZhxxbY=
SIZE (vte-0.70.1.tar.xz) = 898188
SHA256 (vte-0.70.2.tar.xz) = TRW0OA3j9WTVfqvQBjicQHxwXfWwxwAw/cwklxozTYA=
SIZE (vte-0.70.2.tar.xz) = 898596

View File

@ -1,20 +0,0 @@
From 862561bcbd1547783aca0c56d799cadc087bb2b5 Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@src.gnome.org>
Date: Tue, 15 Nov 2022 00:31:51 +0100
Subject: [PATCH] build: Add define for openbsd
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -239,6 +239,11 @@ elif system == 'netbsd'
libc_feature_defines += [
['_NETBSD_SOURCE', '1'],
]
+
+elif system == 'openbsd'
+ libc_feature_defines += [
+ ['_BSD_SOURCE', '1'],
+ ]
endif
foreach f: libc_feature_defines