mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
5152f5f953
commit
a927eb3cec
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user