yad: some improvements

This commit is contained in:
Roberto Neri 2019-03-03 15:15:29 +00:00
parent bbb56fd080
commit a2934ff919
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= robn@gmx.com
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

View File

@ -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