Date: Sat, 29 May 2021 05:41:35 GMT 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: d02b5467a0ef - main - deskutils/genius: Update to 1.0.26 Message-ID: <202105290541.14T5fZpD021120@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d02b5467a0ef0e41602c74e162bc537769a5b116 commit d02b5467a0ef0e41602c74e162bc537769a5b116 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2021-05-29 05:37:07 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-05-29 05:37:07 +0000 deskutils/genius: Update to 1.0.26 - take maintainership - pet portlint - pet portclippy ChangeLog: https://www.jirka.org/genius.NEWS Approved by: dbaio, garga (mentors, implicit) --- deskutils/genius/Makefile | 26 +++++++++++++------------- deskutils/genius/distinfo | 6 +++--- deskutils/genius/pkg-plist | 1 + 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 90173cbed5e6..a812e7164361 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -1,12 +1,12 @@ # Created by: Andrey Zakhvatov PORTNAME= genius -PORTVERSION= 1.0.25 +DISTVERSION= 1.0.26 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment LICENSE= GPLv3 @@ -17,29 +17,29 @@ LIB_DEPENDS= libamtk-5.so:x11-toolkits/amtk \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgmp.so:math/gmp \ + libharfbuzz.so:print/harfbuzz \ libmpfr.so:math/mpfr 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 gtksourceview4 vte3 intltool +USE_GNOME= cairo gnomeprefix gtksourceview4 intltool vte3 +INSTALLS_ICONS= yes +INSTALLS_OMF= yes USE_XORG= x11 xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-extra-gcc-optimization \ - --disable-update-mimedb \ - --disable-scrollkeeper + --disable-scrollkeeper \ + --disable-update-mimedb INSTALL_TARGET= install-strip -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .include <bsd.port.mk> diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo index 48dc12da63df..c0bf29a371d6 100644 --- a/deskutils/genius/distinfo +++ b/deskutils/genius/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612662596 -SHA256 (genius-1.0.25.tar.xz) = a614572a1bdbbf00dd8e05242edb0e33052a56cc75156fa59047122befb3064a -SIZE (genius-1.0.25.tar.xz) = 2935920 +TIMESTAMP = 1622097358 +SHA256 (genius-1.0.26.tar.xz) = e90660656c89086a29bebb9fa084b309d1153c15f23b24ea05be82cd700c9112 +SIZE (genius-1.0.26.tar.xz) = 2915392 diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index de1fc94d91a9..56f4ef9f652e 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -862,6 +862,7 @@ share/locale/sq/LC_MESSAGES/genius.mo share/locale/sr/LC_MESSAGES/genius.mo share/locale/sr@latin/LC_MESSAGES/genius.mo share/locale/sv/LC_MESSAGES/genius.mo +share/locale/uk/LC_MESSAGES/genius.mo share/locale/zh_CN/LC_MESSAGES/genius.mo share/locale/zh_TW/LC_MESSAGES/genius.mo share/mime-info/genius.keys
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105290541.14T5fZpD021120>