Date: Mon, 28 Oct 2024 12:44:07 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a927eb3cecaf - main - editors/gummi: update to 0.8.3 Message-ID: <202410281244.49SCi7YX073759@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=a927eb3cecafc29b6d031cbbb4e17bb82b9b0e75 commit a927eb3cecafc29b6d031cbbb4e17bb82b9b0e75 Author: Zoltan ALEXANDERSON BESSE <zab@zltech.eu> AuthorDate: 2024-10-25 16:50:35 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-28 12:41:55 +0000 editors/gummi: update to 0.8.3 - update WWW - improve pkg-descr Changelog: https://github.com/alexandervdm/gummi/releases/0.8.2 Changelog: https://github.com/alexandervdm/gummi/releases/0.8.3 Reported by: Älven <alster@vinterdalen.se> PR: 282105 --- editors/gummi/Makefile | 16 ++++++++-------- editors/gummi/distinfo | 6 +++--- editors/gummi/pkg-descr | 9 ++++++++- editors/gummi/pkg-plist | 17 +++++++++-------- 4 files changed, 28 insertions(+), 20 deletions(-) diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index b96331403bbf..7d7505420b03 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -1,14 +1,14 @@ PORTNAME= gummi -PORTVERSION= 0.8.1 -PORTREVISION= 26 +DISTVERSION= 0.8.3 CATEGORIES= editors -MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${DISTVERSION}/ MAINTAINER= zab@zltech.eu COMMENT= Simple LaTeX editor for GTK users -WWW= https://github.com/alexandervdm/gummi/ +WWW= https://gummi.app/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= msgfmt:devel/gettext LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ @@ -19,15 +19,15 @@ RUN_DEPENDS= etex:print/tex-formats USES= cpe desktop-file-utils gmake gnome iconv pkgconfig xorg CPE_VENDOR= ${PORTNAME}_project -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_XORG= xcomposite xcursor xdamage xft USE_GNOME= cairo glib20 gtksourceview3 intlhack +USE_XORG= xcomposite xcursor xdamage xft + +GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk> diff --git a/editors/gummi/distinfo b/editors/gummi/distinfo index fa0661687a4f..8372813c54a0 100644 --- a/editors/gummi/distinfo +++ b/editors/gummi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621922667 -SHA256 (gummi-0.8.1.tar.gz) = b208314200e1744f36066f37ce8c49d75b519610e63b97f23984c2cf4243dea6 -SIZE (gummi-0.8.1.tar.gz) = 580887 +TIMESTAMP = 1728991797 +SHA256 (gummi-0.8.3.tar.gz) = c1769fea45c23bf892bdbf524c92ddf83eae21b1ddba358d4173155aadea898e +SIZE (gummi-0.8.3.tar.gz) = 590485 diff --git a/editors/gummi/pkg-descr b/editors/gummi/pkg-descr index 63497a51a2c7..a23f4006f01f 100644 --- a/editors/gummi/pkg-descr +++ b/editors/gummi/pkg-descr @@ -1 +1,8 @@ -Gummi is a LaTeX editor. It was designed with simplicity in mind. +Gummi is a simple LaTeX editor for GTK. + +Features include: + - continuous preview mode showing output in a separate panel + - command completion for faster typing + - optional spell checking + - detailed build log + - editor wizard aiding creation of new image, table or matrix diff --git a/editors/gummi/pkg-plist b/editors/gummi/pkg-plist index 80badf38ad5f..84c3c21f3a73 100644 --- a/editors/gummi/pkg-plist +++ b/editors/gummi/pkg-plist @@ -1,16 +1,16 @@ bin/gummi -share/applications/gummi.desktop -share/pixmaps/gummi.png lib/gummi/latex_dvi.sh +share/applications/gummi.desktop share/man/man1/gummi.1.gz -%%DATADIR%%/ui/snippets.glade -%%DATADIR%%/ui/gummi.glade -%%DATADIR%%/ui/prefs.glade -%%DATADIR%%/snippets/snippets.lang -%%DATADIR%%/snippets/snippets.cfg -%%DATADIR%%/misc/default.tex +share/pixmaps/gummi.png %%DATADIR%%/icons/gummi.png %%DATADIR%%/icons/icon.png +%%DATADIR%%/misc/default.tex +%%DATADIR%%/snippets/snippets.cfg +%%DATADIR%%/snippets/snippets.lang +%%DATADIR%%/ui/gummi.glade +%%DATADIR%%/ui/prefs.glade +%%DATADIR%%/ui/snippets.glade %%NLS%%share/locale/ar/LC_MESSAGES/gummi.mo %%NLS%%share/locale/ca/LC_MESSAGES/gummi.mo %%NLS%%share/locale/cs/LC_MESSAGES/gummi.mo @@ -20,6 +20,7 @@ share/man/man1/gummi.1.gz %%NLS%%share/locale/es/LC_MESSAGES/gummi.mo %%NLS%%share/locale/fr/LC_MESSAGES/gummi.mo %%NLS%%share/locale/hu/LC_MESSAGES/gummi.mo +%%NLS%%share/locale/ie/LC_MESSAGES/gummi.mo %%NLS%%share/locale/it/LC_MESSAGES/gummi.mo %%NLS%%share/locale/nl/LC_MESSAGES/gummi.mo %%NLS%%share/locale/pl/LC_MESSAGES/gummi.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410281244.49SCi7YX073759>