pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/policykit-gnome policykit-gnome: Disable gtk-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a5d6ea96872
branches:  trunk
changeset: 373465:1a5d6ea96872
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jan 02 10:45:54 2018 +0000

description:
policykit-gnome: Disable gtk-doc, requires gtkdoc-mktmpl.

diffstat:

 security/policykit-gnome/Makefile |   7 ++++---
 security/policykit-gnome/PLIST    |  14 ++++++--------
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (71 lines):

diff -r b2b9b32ff658 -r 1a5d6ea96872 security/policykit-gnome/Makefile
--- a/security/policykit-gnome/Makefile Tue Jan 02 10:42:38 2018 +0000
+++ b/security/policykit-gnome/Makefile Tue Jan 02 10:45:54 2018 +0000
@@ -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 @@
 
 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"
diff -r b2b9b32ff658 -r 1a5d6ea96872 security/policykit-gnome/PLIST
--- a/security/policykit-gnome/PLIST    Tue Jan 02 10:42:38 2018 +0000
+++ b/security/policykit-gnome/PLIST    Tue Jan 02 10:45:54 2018 +0000
@@ -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/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/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



Home | Main Index | Thread Index | Old Index