diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-24 10:17:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-24 10:17:33 +0800 |
commit | 667a3aef3e3d43f536dc9caf3b9e957423ea096b (patch) | |
tree | 2d96929a6069c111714c34ee9724964326b8e1ba /sysutils | |
parent | 08cac0e1758c5e24d71a234440e31261498260a1 (diff) | |
download | marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.gz marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.zst marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.zip |
Add GIR support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13238 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/polkit/Makefile | 7 | ||||
-rw-r--r-- | sysutils/polkit/pkg-plist | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index e5f40eff1..86b160777 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -3,19 +3,22 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit/Makefile,v 1.2 2009/09/10 04:34:25 marcus Exp $ +# $MCom: ports/sysutils/polkit/Makefile,v 1.3 2009/11/24 02:06:01 marcus Exp $ # PORTNAME= polkit PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Framework for controlling access to system-wide components +BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= eggdbus-1.0:${PORTSDIR}/devel/eggdbus \ expat.6:${PORTSDIR}/textproc/expat2 +RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_GNOME= gnomehack glib20 intlhack USE_GMAKE= yes @@ -26,7 +29,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --with-authfw=pam \ --with-pam-include=system \ --with-os-type=freebsd \ - --disable-introspection \ + --enable-introspection \ --localstatedir=/var \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/sysutils/polkit/pkg-plist b/sysutils/polkit/pkg-plist index 65b9c4c15..2685cac96 100644 --- a/sysutils/polkit/pkg-plist +++ b/sysutils/polkit/pkg-plist @@ -41,6 +41,7 @@ include/polkit-1/polkitbackend/polkitbackendlocalauthority.h include/polkit-1/polkitbackend/polkitbackendlocalauthorizationstore.h include/polkit-1/polkitbackend/polkitbackendsessionmonitor.h include/polkit-1/polkitbackend/polkitbackendtypes.h +lib/girepository-1.0/Polkit-1.0.typelib lib/libpolkit-agent-1.a lib/libpolkit-agent-1.la lib/libpolkit-agent-1.so @@ -65,6 +66,7 @@ libdata/pkgconfig/polkit-gobject-1.pc libexec/polkit-agent-helper-1 libexec/polkitd share/dbus-1/system-services/org.freedesktop.PolicyKit1.service +share/gir-1.0/Polkit-1.0.gir share/locale/da/LC_MESSAGES/polkit-1.mo share/polkit-1/actions/org.freedesktop.policykit.policy @dirrmtry share/polkit-1/actions |