Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2026 22:31:02 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 779f56d79c53 - main - deskutils/genius: Update to 1.0.29
Message-ID:  <69b49026.19079.200cb4fb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=779f56d79c53c214df27be84d5af74816f0c6869

commit 779f56d79c53c214df27be84d5af74816f0c6869
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-03-13 21:46:37 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-03-13 22:30:49 +0000

    deskutils/genius: Update to 1.0.29
    
    - Add sintax highlighting (gtksourceview4)
    - Add examples
    
    ChangeLog: https://www.jirka.org/genius.NEWS
---
 deskutils/genius/Makefile | 12 ++++++++++--
 deskutils/genius/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile
index 79ea572797be..6fc772ba73f4 100644
--- a/deskutils/genius/Makefile
+++ b/deskutils/genius/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	genius
-DISTVERSION=	1.0.28
+DISTVERSION=	1.0.29
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME \
 		http://ftp.5z.com/pub/genius/
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 
 USES=		desktop-file-utils gettext-tools gmake gnome libtool perl5 \
 		pkgconfig readline shared-mime-info tar:xz xorg
-USE_GNOME=	intltool vte3
+USE_GNOME=	gtksourceview4 intltool vte3
 USE_PERL5=	test
 USE_XORG=	x11 xext
 GNU_CONFIGURE=	yes
@@ -26,6 +26,14 @@ CONFIGURE_ARGS=	--disable-extra-gcc-optimization \
 		--disable-update-mimedb
 INSTALL_TARGET=	install-strip
 
+PORTEXAMPLES=	*.gel
+
+OPTIONS_DEFINE=	EXAMPLES
+
+do-install-EXAMPLES-on:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR})
+
 do-test:
 	cd ${WRKSRC}/src; ${PERL} geniustest.pl
 
diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo
index 7962652d6f1e..fd5e50bdff94 100644
--- a/deskutils/genius/distinfo
+++ b/deskutils/genius/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1772888665
-SHA256 (genius-1.0.28.tar.xz) = 53922393810f431e466f874a0cb1bdacf22e466e187d6240c5330160274071a6
-SIZE (genius-1.0.28.tar.xz) = 2956100
+TIMESTAMP = 1773436205
+SHA256 (genius-1.0.29.tar.xz) = 1df2549f25a84f9237620fbf0c9cba65080e49c76025bd50ce530cfd00f3eab5
+SIZE (genius-1.0.29.tar.xz) = 2938044


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b49026.19079.200cb4fb>