pkgsrc-WIP-changes archive

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

yad: some improvements



Module Name:	pkgsrc-wip
Committed By:	Roberto Neri <robn%gmx.com@localhost>
Pushed By:	robn
Date:		Sun Mar 3 15:15:29 2019 +0000
Changeset:	a2934ff919d6df7922901560d88039a1b210bd84

Modified Files:
	yad/Makefile
	yad/options.mk

Log Message:
yad: some improvements

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

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

diffstat:
 yad/Makefile   | 2 +-
 yad/options.mk | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/yad/Makefile b/yad/Makefile
index 27fc21be4b..a76b32f98f 100644
--- a/yad/Makefile
+++ b/yad/Makefile
@@ -7,7 +7,7 @@ EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	robn%gmx.com@localhost
 HOMEPAGE=	https://downloads.sourceforge.net/yad-dialog/
-COMMENT=	YAD is a tool for creating graphical dialogs from shell scripts
+COMMENT=	Tool for creating graphical dialogs from shell scripts
 LICENSE=	gnu-gpl-v3
 
 GNU_CONFIGURE=	yes
diff --git a/yad/options.mk b/yad/options.mk
index 57cfe48f56..f491a60695 100644
--- a/yad/options.mk
+++ b/yad/options.mk
@@ -15,7 +15,11 @@ PKG_SUGGESTED_OPTIONS=		gtk2
 .endif
 
 .if !empty(PKG_OPTIONS:Mgtk3)
+CONFIGURE_ARGS+=	--enable-spell
+CONFIGURE_ARGS+=	--enable-sourceview
 CONFIGURE_ARGS+=	--with-gtk=gtk3
+.include "../../textproc/gtkspell3/buildlink3.mk"
 .include "../../www/webkit24-gtk3/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/gtksourceview3/buildlink3.mk"
 .endif


Home | Main Index | Thread Index | Old Index