Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: [llvm22] update/fix x11/elementary/granite 5/5 productivity/minder 2.0.9
To:
Matthieu Herrb <matthieu@openbsd.org>
Cc:
ports@openbsd.org, op@openbsd.org
Date:
Mon, 25 May 2026 09:58:34 +0200

Download raw body.

Thread
On Sat, May 23, 2026 at 09:06:34PM +0200, Matthieu Herrb wrote:
> Index: Makefile
> ===================================================================
> RCS file: /local/cvs/ports/productivity/minder/Makefile,v
> diff -u -p -u -r1.11 Makefile
> --- Makefile	1 Aug 2025 09:17:17 -0000	1.11
> +++ Makefile	23 May 2026 18:58:17 -0000
> @@ -1,6 +1,6 @@
>  COMMENT =	Mind-mapping application
>  
> -DIST_TUPLE =	github phase1geo Minder 1.17.0 .
> +DIST_TUPLE =	github phase1geo Minder 2.0.9 .
>  PKGNAME =	${DISTNAME:L}
>  
>  CATEGORIES =	productivity
> @@ -10,10 +10,10 @@ MAINTAINER =	Omar Polo <op@openbsd.org>
>  # GPLv2+
>  PERMIT_PACKAGE = Yes
>  
> -WANTLIB += archive c cairo gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0
> -WANTLIB += glib-2.0 gobject-2.0 granite gtk-3 gtksourceview-4
> -WANTLIB += handy-1 intl json-glib-1.0 m markdown pango-1.0 pangocairo-1.0
> -WANTLIB += xml2
> +WANTLIB += archive c cairo gdk_pixbuf-2.0 gee-0.8 gio-2.0
> +WANTLIB += glib-2.0 gobject-2.0 granite-7 graphene-1.0 gtk-4 gtksourceview-5
> +WANTLIB += intl json-glib-1.0 m  pango-1.0 pangocairo-1.0
> +WANTLIB += webp xml2
>  
>  MODULES =	devel/dconf \
>  		devel/meson \
> @@ -30,10 +30,11 @@ RUN_DEPENDS =	devel/desktop-file-utils \
>  
>  LIB_DEPENDS =	archivers/libarchive \
>  		devel/json-glib \
> -		textproc/discount \
> +		graphics/graphene \
> +		graphics/libwebp \
>  		x11/elementary/granite \
> -		x11/gtksourceview4 \
> -		x11/libhandy
> +		x11/gtksourceview5 
> +

Please zap extra blank line

ok