Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2024 14:17:36 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3216d8391253 - main - editors/quilter: unbreak build after d0c0d264eeb5
Message-ID:  <202410161417.49GEHaOt056675@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410161417.49GEHaOt056675>