pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xnedit: Update to version 1.1.0



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Wed Oct 23 15:24:54 2019 +0200
Changeset:	6cd632c2391fa9b44047918e75b6441581eab847

Modified Files:
	xnedit/Makefile
	xnedit/distinfo

Log Message:
xnedit: Update to version 1.1.0

- Do not include mk/x11.buildlink3.mk (breaks modular X11)
- Declare C99 in USE_LANGUAGES (does not build with C90 on my machine)
- Update dependencies and reorder alphabetically

Changelog for Version 1.1.0
===========================
 - added markdown syntax highlighting
 - added ctrl++ and ctrl+- shortcuts for changing font size
 - added file dialog button for creating directories
 - added some additional preferences (not changeable via menu)
 - fixed text widget rendering issues with non-compositing window manager
 - fixed internal window/document initalization (encoding, fonts)
 - fixed text color settings being ignored when syntax highlighting is disabled
 - fixed window resizing on font changes
 - improved file dialog performance

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cd632c2391fa9b44047918e75b6441581eab847

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xnedit/Makefile | 19 +++++++++++++------
 xnedit/distinfo |  8 ++++----
 2 files changed, 17 insertions(+), 10 deletions(-)

diffs:
diff --git a/xnedit/Makefile b/xnedit/Makefile
index aece49844b..da6cc3c15b 100644
--- a/xnedit/Makefile
+++ b/xnedit/Makefile
@@ -6,9 +6,11 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=xnedit/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://sourceforge.net/projects/xnedit/
-COMMENT=	Fork of NEdit with unicode support and antialiased text
+COMMENT=	Fork of NEdit with Unicode support and antialiased text
 LICENSE=	gnu-gpl-v2
-VERS=		1.0.1
+VERS=		1.1.0
+
+USE_LANGUAGES=	c99
 
 WRKSRC=			${WRKDIR}/xnedit
 BUILD_TARGET=		netbsd
@@ -38,10 +40,15 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${PREFIX}/share/doc/xnedit
 .endfor
 
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+# Not needed. Indirect dependency included via libXft
+#.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"
+# Doesn't work with modular X (and is wrong anyway according to documentation)
+#.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/xnedit/distinfo b/xnedit/distinfo
index 84b314a3ce..320edfdd23 100644
--- a/xnedit/distinfo
+++ b/xnedit/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (xnedit-1.0.1.tar.gz) = 10ca8b314bd5bcddc1ba6df2476d3ef23fdd5028
-RMD160 (xnedit-1.0.1.tar.gz) = 51102a40931706cd5fba1ddbc69bd1ef2609d53e
-SHA512 (xnedit-1.0.1.tar.gz) = cb3ec4ff3ab2b1eb60331df3ed8dec820a5be604d0be2a278dd74809a296c29f96dea33c896d64a78f3742a4914f45346b9a88bbf15e0b838de73b0a2a144864
-Size (xnedit-1.0.1.tar.gz) = 1432971 bytes
+SHA1 (xnedit-1.1.0.tar.gz) = d04624105729134a3a432b4fcc101355dde20ee8
+RMD160 (xnedit-1.1.0.tar.gz) = f88f2ab4f6ab342f6f0f73e29a62b868e1880744
+SHA512 (xnedit-1.1.0.tar.gz) = 68afc6b11dd05671c7dbdd8baafa350d76cb38df4c4126bfc2087d84fd57ab73682653cf623b912dca336936a012701bd99de496ceb69c9591a00bcb693b95d4
+Size (xnedit-1.1.0.tar.gz) = 1438473 bytes
 SHA1 (patch-makefiles_Makefile.netbsd) = ac2af4da7e0af0d36567b0a3036d32c589065a3f


Home | Main Index | Thread Index | Old Index