pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/gummi
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 18 06:41:27 UTC 2024
Modified Files:
pkgsrc/editors/gummi: Makefile PLIST distinfo
Added Files:
pkgsrc/editors/gummi/patches: patch-dev_bump__version
Removed Files:
pkgsrc/editors/gummi/patches: patch-configure.ac patch-src_Makefile.am
Log Message:
gummi: update to 0.8.3.
Gummi 0.8.3 (April 29th, 2022):
Bugs fixed:
* Multiple fixes to typesetter parsing
* Fixed some warnings
Gummi 0.8.2 (May 25th, 2021):
Bugs fixed:
* Prevent losing preview pane position on error
* Fix issues with certain font (styles) for editor
* Fix spell checking using enchant version 2
* Fix regression exit crash in certain situations
* Synctex fix for filenames with special chars
* Re-implemented right panel toggling
* Several memory leaks plugged
Gummi 0.8.1 (January 26th, 2020):
Bugs fixed:
* Fix racing bug causing random deadlocks
Gummi 0.8.0 (December 19th, 2019):
Features added:
* Migrated codebase GTK2->GTK3
* Open multiple files at once from command line
* Replaced use of old bundled synctex (for system synctex)
* Monitor document for external changes
* Automatically scroll build log to end
* Allow editor themes/styles from a custom filepath
* Visual improvements to file saving dialog
* Remember preview scroll position and zoom mode per tab
Bugs fixed:
* Replace all is now one action for sane undo/redo'ing
* Fix erroneous return code for makeindex
* Fix gtkspell init failure when EN language unavailable
* Fix inconsistent wholeword text searching
* Build script fixes for MacOSX
* Show statusbar message when PDF creation fails
* Fix rare hang on gummi exit
* Now suggests file extension on save window
* Run bibtex menu item no longer disabled after running
* Replaced multiple homebrew functions with glib
* Fix jumping editor caret on closing search
* Allow using synctex when using rubber
* A multitude of minor fixes
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/editors/gummi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gummi/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/gummi/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/gummi/patches/patch-configure.ac \
pkgsrc/editors/gummi/patches/patch-src_Makefile.am
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/gummi/patches/patch-dev_bump__version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/gummi/Makefile
diff -u pkgsrc/editors/gummi/Makefile:1.102 pkgsrc/editors/gummi/Makefile:1.103
--- pkgsrc/editors/gummi/Makefile:1.102 Sun Apr 7 07:33:53 2024
+++ pkgsrc/editors/gummi/Makefile Thu Apr 18 06:41:27 2024
@@ -1,11 +1,8 @@
-# $NetBSD: Makefile,v 1.102 2024/04/07 07:33:53 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2024/04/18 06:41:27 wiz Exp $
-DISTNAME= gummi-0.6.6
-PKGREVISION= 62
+DISTNAME= gummi-0.8.3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=alexandervdm/}
-GITHUB_PROJECT= gummi
-GITHUB_TAG= 0.6.6
MAINTAINER= int21h%pirosfeketefa.hu@localhost
HOMEPAGE= https://github.com/alexandervdm/gummi
@@ -18,25 +15,21 @@ TOOL_DEPENDS+= gettext-m4-[0-9]*:../../
# we need some latex, but not all
#DEPENDS+= texlive-collection-all-[0-9]*:../../meta-pkgs/texlive-collection-all
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-export-dynamic
-AUTO_MKDIRS= yes
-
pre-configure:
cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} -vi
.include "../../devel/glib2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libXdamage/buildlink3.mk"
-.include "../../x11/gtksourceview2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/gtksourceview3/buildlink3.mk"
BUILDLINK_API_DEPENDS.poppler+= poppler>=23.12.0
.include "../../print/poppler/buildlink3.mk"
-.include "../../textproc/gtkspell/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
-.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../textproc/gtkspell3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+# for synctex
+.include "../../print/web2c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/gummi/PLIST
diff -u pkgsrc/editors/gummi/PLIST:1.2 pkgsrc/editors/gummi/PLIST:1.3
--- pkgsrc/editors/gummi/PLIST:1.2 Mon Dec 17 12:49:40 2012
+++ pkgsrc/editors/gummi/PLIST Thu Apr 18 06:41:27 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/12/17 12:49:40 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/18 06:41:27 wiz Exp $
bin/gummi
lib/gummi/latex_dvi.sh
man/man1/gummi.1
@@ -20,6 +20,7 @@ share/locale/el/LC_MESSAGES/gummi.mo
share/locale/es/LC_MESSAGES/gummi.mo
share/locale/fr/LC_MESSAGES/gummi.mo
share/locale/hu/LC_MESSAGES/gummi.mo
+share/locale/ie/LC_MESSAGES/gummi.mo
share/locale/it/LC_MESSAGES/gummi.mo
share/locale/nl/LC_MESSAGES/gummi.mo
share/locale/pl/LC_MESSAGES/gummi.mo
Index: pkgsrc/editors/gummi/distinfo
diff -u pkgsrc/editors/gummi/distinfo:1.7 pkgsrc/editors/gummi/distinfo:1.8
--- pkgsrc/editors/gummi/distinfo:1.7 Tue Oct 26 10:21:30 2021
+++ pkgsrc/editors/gummi/distinfo Thu Apr 18 06:41:27 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:21:30 nia Exp $
+$NetBSD: distinfo,v 1.8 2024/04/18 06:41:27 wiz Exp $
-BLAKE2s (gummi-0.6.6.tar.gz) = e83a85ec68bc9eff10102e4a6e6600f71a7e319f8c2b543c66ff547b327239b3
-SHA512 (gummi-0.6.6.tar.gz) = 3be94927c9aafa4914ed2b6f6f5022dce5bcca315a1f947fafb8a4c8bbc5a2bc57f07f8ceaaacdd0b92a5a30483ea8b00e570faf62479280d2ad874716e4c47d
-Size (gummi-0.6.6.tar.gz) = 792642 bytes
-SHA1 (patch-configure.ac) = 3034e1f140b4817f8754d2dba64148422f0ad52d
-SHA1 (patch-src_Makefile.am) = 518dc5de88db7b64efcb0cfddc993faaf01f2efe
+BLAKE2s (gummi-0.8.3.tar.gz) = f367b5cd517e426d094f024738590d2d9dd0964fb763cf7532a47024b1cf24c9
+SHA512 (gummi-0.8.3.tar.gz) = c74a629a67c3dfd04e1b4f9bc2cc7ad22f3d71d1693b315eb449cc6f8bbfd08257faf4e69e02a05a6a8bb250de0184288dcab4931849d9a0a431419d85a2983e
+Size (gummi-0.8.3.tar.gz) = 384794 bytes
+SHA1 (patch-dev_bump__version) = 06d31fe57980dc7a72f1c2dd06c7f1d018d9ccba
Added files:
Index: pkgsrc/editors/gummi/patches/patch-dev_bump__version
diff -u /dev/null pkgsrc/editors/gummi/patches/patch-dev_bump__version:1.1
--- /dev/null Thu Apr 18 06:41:27 2024
+++ pkgsrc/editors/gummi/patches/patch-dev_bump__version Thu Apr 18 06:41:27 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-dev_bump__version,v 1.1 2024/04/18 06:41:27 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- dev/bump_version.orig 2024-04-17 13:46:34.666481747 +0000
++++ dev/bump_version
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+
+-if [ "$1" == "" ]; then
++if [ "$1" = "" ]; then
+ echo "This script requires a command line argument <version number>"
+ fi
+
Home |
Main Index |
Thread Index |
Old Index