zenity: wip/zenity pkglint fixes

This commit is contained in:
Dan Cîrnaț 2020-11-08 14:34:54 +01:00
parent 9026a2524b
commit a1d45b93d4
3 changed files with 4 additions and 5 deletions

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS+= gnome-common-[0-9]*:../../devel/gnome-common
BUILD_DEPENDS+= yelp-tools-[0-9]*:../../wip/yelp-tools
pre-configure:
${RUN} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh
${RUN} cd ${WRKSRC} && ./autogen.sh
.include "options.mk"
@ -31,5 +31,4 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,6 +1,7 @@
@comment $NetBSD$
bin/gdialog
bin/zenity
man/man1/zenity.1
share/help/C/zenity/calendar.page
share/help/C/zenity/color-selection.page
share/help/C/zenity/entry.page
@ -919,7 +920,6 @@ share/locale/xh/LC_MESSAGES/zenity.mo
share/locale/zh_CN/LC_MESSAGES/zenity.mo
share/locale/zh_HK/LC_MESSAGES/zenity.mo
share/locale/zh_TW/LC_MESSAGES/zenity.mo
man/man1/zenity.1
share/zenity/clothes/gnome-tshirt.png
share/zenity/clothes/hawaii-shirt.png
share/zenity/clothes/monk.png

View File

@ -1,7 +1,7 @@
# $NetBSD$
PKG_OPTIONS_VAR= PKG_OPTIONS.zenity
PKG_SUPPORTED_OPTIONS= webkit
PKG_OPTIONS_VAR= PKG_OPTIONS.zenity
PKG_SUPPORTED_OPTIONS= webkit
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"