pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mate-polkit mate-polkit: Disable introspectio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3754a60eed54
branches:  trunk
changeset: 348457:3754a60eed54
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon Jun 13 23:28:36 2016 +0000

description:
mate-polkit: Disable introspection by default.

diffstat:

 security/mate-polkit/Makefile   |  3 ++-
 security/mate-polkit/PLIST      |  6 +++---
 security/mate-polkit/options.mk |  4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 78d13553f7ec -r 3754a60eed54 security/mate-polkit/Makefile
--- a/security/mate-polkit/Makefile     Mon Jun 13 23:26:32 2016 +0000
+++ b/security/mate-polkit/Makefile     Mon Jun 13 23:28:36 2016 +0000
@@ -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
diff -r 78d13553f7ec -r 3754a60eed54 security/mate-polkit/PLIST
--- a/security/mate-polkit/PLIST        Mon Jun 13 23:26:32 2016 +0000
+++ b/security/mate-polkit/PLIST        Mon Jun 13 23:28:36 2016 +0000
@@ -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
diff -r 78d13553f7ec -r 3754a60eed54 security/mate-polkit/options.mk
--- a/security/mate-polkit/options.mk   Mon Jun 13 23:26:32 2016 +0000
+++ b/security/mate-polkit/options.mk   Mon Jun 13 23:28:36 2016 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index