073171c5a1
GtkSourceView is a text widget that extends the standard gtk+ 4.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. feedback and ok aja@
36 lines
861 B
Makefile
36 lines
861 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/04/02 09:27:43 jasper Exp $
|
|
|
|
COMMENT= text widget that extends the GTK4 GtkTextView widget
|
|
|
|
GNOME_PROJECT= gtksourceview
|
|
GNOME_VERSION= 5.0.0
|
|
PKGNAME= ${GNOME_PROJECT}5-${GNOME_VERSION}
|
|
|
|
SHARED_LIBS += gtksourceview-5 0.0 # 0.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2/LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += cairo fontconfig fribidi gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
WANTLIB += gobject-2.0 gtk-4 intl m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre2-8 xml2
|
|
|
|
MODULES= devel/meson \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= devel/pcre2 \
|
|
textproc/libxml \
|
|
x11/gtk+4
|
|
|
|
MODGNOME_TOOLS += gobject-introspection gtk-update-icon-cache vala
|
|
|
|
TEST_IS_INTERACTIVE= x11
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|