diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 79ea572797be..6fc772ba73f4 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -1,32 +1,40 @@ PORTNAME= genius -DISTVERSION= 1.0.28 +DISTVERSION= 1.0.29 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment WWW= https://www.jirka.org/genius.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp \ libharfbuzz.so:print/harfbuzz \ libmpfr.so:math/mpfr 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 CONFIGURE_ARGS= --disable-extra-gcc-optimization \ --disable-scrollkeeper \ --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 .include 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