policykit-gnome: Disable gtk-doc, requires gtkdoc-mktmpl.
This commit is contained in:
parent
ab83725eb5
commit
e671c7d641
2 changed files with 10 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.42 2017/10/15 23:19:12 prlw1 Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2018/01/02 10:45:54 jperkin Exp $
|
||||
#
|
||||
|
||||
POLICYKIT_GNOME_VER= 0.9.2
|
||||
|
@ -25,13 +25,14 @@ GCONF_SCHEMAS= polkit-gnome.schemas
|
|||
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc # gtkdoc-mktmpl
|
||||
|
||||
.include "../../devel/GConf/schemas.mk"
|
||||
.include "../../security/policykit/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gnome-doc-utils+= gnome-doc-utils>=0.20.1
|
||||
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20
|
||||
.include "../../textproc/gtk-doc/buildlink3.mk"
|
||||
#BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20
|
||||
#.include "../../textproc/gtk-doc/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2014/02/21 11:01:05 richard Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2018/01/02 10:45:54 jperkin Exp $
|
||||
bin/polkit-gnome-authorization
|
||||
bin/polkit-gnome-example
|
||||
include/PolicyKit/polkit-gnome/polkit-gnome-action.h
|
||||
|
@ -15,6 +15,9 @@ share/dbus-1/services/gnome-org.freedesktop.PolicyKit.AuthenticationAgent.servic
|
|||
share/dbus-1/services/org.gnome.PolicyKit.AuthorizationManager.service
|
||||
share/dbus-1/services/org.gnome.PolicyKit.service
|
||||
share/gconf/schemas/polkit-gnome.schemas
|
||||
share/gtk-doc/html/polkit-gnome/PolKitGnomeAction.html
|
||||
share/gtk-doc/html/polkit-gnome/PolKitGnomeContext.html
|
||||
share/gtk-doc/html/polkit-gnome/PolKitGnomeToggleAction.html
|
||||
share/gtk-doc/html/polkit-gnome/auth-details.png
|
||||
share/gtk-doc/html/polkit-gnome/auth-retain-always.png
|
||||
share/gtk-doc/html/polkit-gnome/auth-retain-session.png
|
||||
|
@ -25,23 +28,18 @@ share/gtk-doc/html/polkit-gnome/auth-wheel-group-2.png
|
|||
share/gtk-doc/html/polkit-gnome/home.png
|
||||
share/gtk-doc/html/polkit-gnome/index.html
|
||||
share/gtk-doc/html/polkit-gnome/index.sgml
|
||||
share/gtk-doc/html/polkit-gnome/left-insensitive.png
|
||||
share/gtk-doc/html/polkit-gnome/left.png
|
||||
share/gtk-doc/html/polkit-gnome/license.html
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-Authentication-Dialogs.html
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-example-auth-dialog-twiddle.png
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-example-screenshot-authorized.png
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-example-screenshot.png
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-polkit-gnome-action.html
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-polkit-gnome-context.html
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-polkit-gnome-toggle-action.html
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome-polkit-gnome-auth.html
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome.devhelp
|
||||
share/gtk-doc/html/polkit-gnome/polkit-gnome.devhelp2
|
||||
share/gtk-doc/html/polkit-gnome/ref-auth-daemon.html
|
||||
share/gtk-doc/html/polkit-gnome/ref-core.html
|
||||
share/gtk-doc/html/polkit-gnome/right-insensitive.png
|
||||
share/gtk-doc/html/polkit-gnome/right.png
|
||||
share/gtk-doc/html/polkit-gnome/style.css
|
||||
share/gtk-doc/html/polkit-gnome/up-insensitive.png
|
||||
share/gtk-doc/html/polkit-gnome/up.png
|
||||
share/locale/ar/LC_MESSAGES/PolicyKit-gnome.mo
|
||||
share/locale/ca/LC_MESSAGES/PolicyKit-gnome.mo
|
||||
|
|
Loading…
Reference in a new issue