mate-polkit: Disable introspection by default.

This commit is contained in:
youri 2016-06-13 23:28:36 +00:00
parent 33bd4aabba
commit 98a3c4fbc0
3 changed files with 7 additions and 6 deletions

View file

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.1 2016/05/21 19:12:27 youri Exp $
# $NetBSD: Makefile,v 1.2 2016/06/13 23:28:36 youri Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-polkit-${MATE_VERSION}
PKGREVISION= 1
CATEGORIES= security
COMMENT= MATE desktop environment Authentication Agent for PolicyKit

View file

@ -1,13 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2016/05/21 19:12:27 youri Exp $
@comment $NetBSD: PLIST,v 1.2 2016/06/13 23:28:36 youri Exp $
include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmate.h
include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmatetypes.h
include/polkit-gtk-mate-1/polkitgtkmate/polkitlockbutton.h
lib/girepository-1.0/PolkitGtkMate-1.0.typelib
${PLIST.introspection}lib/girepository-1.0/PolkitGtkMate-1.0.typelib
lib/libpolkit-gtk-mate-1.la
lib/pkgconfig/polkit-gtk-mate-1.pc
libexec/polkit-mate-authentication-agent-1
share/examples/mate-polkit/xdg/autostart/polkit-mate-authentication-agent-1.desktop
share/gir-1.0/PolkitGtkMate-1.0.gir
${PLIST.introspection}share/gir-1.0/PolkitGtkMate-1.0.gir
share/locale/am/LC_MESSAGES/mate-polkit.mo
share/locale/ar/LC_MESSAGES/mate-polkit.mo
share/locale/be/LC_MESSAGES/mate-polkit.mo

View file

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.1 2016/05/21 19:12:27 youri Exp $
# $NetBSD: options.mk,v 1.2 2016/06/13 23:28:36 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-polkit
PKG_SUPPORTED_OPTIONS= introspection
PKG_SUGGESTED_OPTIONS= introspection
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"