Date: Sun, 7 Feb 2021 13:02:15 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564619 - head/deskutils/genius Message-ID: <202102071302.117D2F5F043810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sun Feb 7 13:02:15 2021 New Revision: 564619 URL: https://svnweb.freebsd.org/changeset/ports/564619 Log: deskutils/genius: Update to 1.0.25 Also switch to gtk3 Reported by: bapt Modified: head/deskutils/genius/Makefile head/deskutils/genius/distinfo head/deskutils/genius/pkg-plist Modified: head/deskutils/genius/Makefile ============================================================================== --- head/deskutils/genius/Makefile Sun Feb 7 12:16:18 2021 (r564618) +++ head/deskutils/genius/Makefile Sun Feb 7 13:02:15 2021 (r564619) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= genius -PORTVERSION= 1.0.24 -PORTREVISION= 1 +PORTVERSION= 1.0.25 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ @@ -15,7 +14,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rarian-sk-config:textproc/rarian -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ +LIB_DEPENDS= libamtk-5.so:x11-toolkits/amtk \ + libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr @@ -23,7 +23,7 @@ RUN_DEPENDS= rarian-sk-config:textproc/rarian USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig \ readline shared-mime-info tar:xz xorg -USE_GNOME= cairo gnomeprefix gtksourceview2 gnomevfs2 vte intltool +USE_GNOME= cairo gnomeprefix gtksourceview4 vte3 intltool USE_XORG= x11 xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-extra-gcc-optimization \ @@ -42,9 +42,5 @@ NLS_CONFIGURE_ENABLE= nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - @${FIND} ${WRKSRC}/gtkextra -name "*.c" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|inline gint|gint|' .include <bsd.port.mk> Modified: head/deskutils/genius/distinfo ============================================================================== --- head/deskutils/genius/distinfo Sun Feb 7 12:16:18 2021 (r564618) +++ head/deskutils/genius/distinfo Sun Feb 7 13:02:15 2021 (r564619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575988822 -SHA256 (genius-1.0.24.tar.xz) = 772f95f6ae4716d39bb180cd50e8b6b9b074107bee0cd083b825e1e6e55916b6 -SIZE (genius-1.0.24.tar.xz) = 3494208 +TIMESTAMP = 1612662596 +SHA256 (genius-1.0.25.tar.xz) = a614572a1bdbbf00dd8e05242edb0e33052a56cc75156fa59047122befb3064a +SIZE (genius-1.0.25.tar.xz) = 2935920 Modified: head/deskutils/genius/pkg-plist ============================================================================== --- head/deskutils/genius/pkg-plist Sun Feb 7 12:16:18 2021 (r564618) +++ head/deskutils/genius/pkg-plist Sun Feb 7 13:02:15 2021 (r564619) @@ -809,7 +809,6 @@ share/applications/gnome-genius.desktop %%DATADIR%%/help/sv/html/figures/surface_graph.png %%DATADIR%%/help/sv/html/index.html %%DATADIR%%/plugins/test.plugin -%%DATADIR%%/xterm share/icons/hicolor/16x16/apps/gnome-genius.png share/icons/hicolor/22x22/apps/gnome-genius.png share/icons/hicolor/24x24/apps/gnome-genius.png @@ -834,6 +833,7 @@ share/locale/en_GB/LC_MESSAGES/genius.mo share/locale/eo/LC_MESSAGES/genius.mo share/locale/es/LC_MESSAGES/genius.mo share/locale/eu/LC_MESSAGES/genius.mo +share/locale/fi/LC_MESSAGES/genius.mo share/locale/fr/LC_MESSAGES/genius.mo share/locale/ga/LC_MESSAGES/genius.mo share/locale/gl/LC_MESSAGES/genius.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102071302.117D2F5F043810>