1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

editors/quilter: unbreak build after d0c0d264ee

meson.build:87:4: ERROR: Dependency "gtksourceview-4" not found, tried pkgconfig

Error: Missing: share/glib-2.0/schemas/io.github.lainsce.Quilter.gschema.xml

Note, GLIB_SCHEMAS pointlessly complicates pkg-plist after 522332dbc7.

PR:		282033
Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2024-10-16 16:09:03 +02:00
parent 8b47034793
commit 3216d83912

View File

@ -19,9 +19,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \
USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build
USE_GITHUB= yes
GH_ACCOUNT= lainsce
USE_GNOME= glib20 gtk30 gtksourceview5
GLIB_SCHEMAS= io.github.lainsce.Quilter.gschema.xml
USE_GNOME= glib20 gtk30 gtksourceview4
LDFLAGS+= ${LOCALBASE}/lib/libmarkdown.a