pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk4 gtk4: add gettext to USE_TOOLS
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe5bfa1cce82
branches: trunk
changeset: 387043:fe5bfa1cce82
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 20 12:38:56 2022 +0000
description:
gtk4: add gettext to USE_TOOLS
diffstat:
x11/gtk4/Makefile | 6 +++---
x11/gtk4/buildlink3.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 9578808bfa57 -r fe5bfa1cce82 x11/gtk4/Makefile
--- a/x11/gtk4/Makefile Thu Oct 20 12:11:51 2022 +0000
+++ b/x11/gtk4/Makefile Thu Oct 20 12:38:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/10/19 18:00:02 nros Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/20 12:38:56 adam Exp $
DISTNAME= gtk-4.8.1
PKGNAME= ${DISTNAME:S/gtk/gtk4/}
@@ -21,8 +21,8 @@
.include "options.mk"
-USE_TOOLS+= pkg-config gdbus-codegen
-USE_LANGUAGES= c c++
+USE_TOOLS+= gdbus-codegen msgfmt msgmerge pkg-config xgettext
+USE_LANGUAGES= c c++
MESON_ARGS+= -Dgtk_doc=false
# needs gstreamer-gl
diff -r 9578808bfa57 -r fe5bfa1cce82 x11/gtk4/buildlink3.mk
--- a/x11/gtk4/buildlink3.mk Thu Oct 20 12:11:51 2022 +0000
+++ b/x11/gtk4/buildlink3.mk Thu Oct 20 12:38:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/08/26 22:32:33 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/10/20 12:38:56 adam Exp $
BUILDLINK_TREE+= gtk4
@@ -6,7 +6,7 @@
GTK4_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gtk4+= gtk4>=4.0.3
-BUILDLINK_ABI_DEPENDS.gtk4?= gtk4>=4.2.0nb2
+BUILDLINK_ABI_DEPENDS.gtk4+= gtk4>=4.2.0nb2
BUILDLINK_PKGSRCDIR.gtk4?= ../../x11/gtk4
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index