git: 3216d8391253 - main - editors/quilter: unbreak build after d0c0d264eeb5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 14:17:36 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3216d83912531463ed8f8f0ee134b57bc8cb338c commit 3216d83912531463ed8f8f0ee134b57bc8cb338c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-16 14:09:03 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-10-16 14:16:46 +0000 editors/quilter: unbreak build after d0c0d264eeb5 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 522332dbc718. PR: 282033 Reported by: pkg-fallout --- editors/quilter/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile index acea2937d519..9f102cf95c19 100644 --- a/editors/quilter/Makefile +++ b/editors/quilter/Makefile @@ -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