Remove: deprecated, broken...

This commit is contained in:
ajacoutot 2010-07-01 02:34:02 +00:00
parent 923488792d
commit eefabadb35
6 changed files with 0 additions and 157 deletions

View File

@ -1,51 +0,0 @@
# $OpenBSD: Makefile,v 1.4 2009/12/21 18:03:19 ajacoutot Exp $
BROKEN= WIP does not work yet
COMMENT= PolicyKit integration for GNOME
GNOME_PROJECT= PolicyKit-gnome
GNOME_VERSION= 0.9.2
PKGNAME= ${DISTNAME:L}p0
CATEGORIES= security sysutils
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS+= polkit-gnome 0.0 # .0.0
HOMEPAGE= http://hal.freedesktop.org/docs/PolicyKit-gnome/
# GPLv2+ - LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1
WANTLIB += dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb z
MASTER_SITES= http://hal.freedesktop.org/releases/
MODULES= x11/gnome \
devel/gettext \
devel/gconf2
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= policykit-gnome
LIB_DEPENDS= polkit-dbus,polkit-grant,polkit::sysutils/policykit
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--localstatedir=/var \
--disable-scrollkeeper \
--enable-gtk-doc=no
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gnome/PolicyKit-gnome-0.9.2.tar.bz2) = /EeLFo0MkmqXZrC0Ff9Lvw==
RMD160 (gnome/PolicyKit-gnome-0.9.2.tar.bz2) = fVozp0fYTtSaE/JgAVolS6VpA58=
SHA1 (gnome/PolicyKit-gnome-0.9.2.tar.bz2) = Kvd/rRyi6aTl/OIElgubp0z1mo0=
SHA256 (gnome/PolicyKit-gnome-0.9.2.tar.bz2) = 7PTOMDqQpFgMVO57ky/68Bt/EV9AsX11Y0xbv7oIXIo=
SIZE (gnome/PolicyKit-gnome-0.9.2.tar.bz2) = 1223691

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-polkit-gnome_polkit-gnome-action_c,v 1.1 2009/10/15 23:51:06 ajacoutot Exp $
From Ubuntu via FreeBSD:
fix a bug which can occur when trying to modify policies as a non-root
user.
--- polkit-gnome/polkit-gnome-action.c.orig Tue Jul 22 19:00:53 2008
+++ polkit-gnome/polkit-gnome-action.c Fri Oct 16 00:42:17 2009
@@ -2062,6 +2062,8 @@ _button_clicked (GtkButton *button, PolKitGnomeAction
case POLKIT_RESULT_ONLY_VIA_SELF_AUTH_KEEP_ALWAYS:
/* g_debug ("blocking clicked"); */
g_signal_stop_emission_by_name (button, "clicked");
+ if (action->priv->polkit_action != NULL)
+ g_signal_emit (action, signals [AUTH_START_SIGNAL], 0);
break;
default:

View File

@ -1,7 +0,0 @@
PolicyKit-gnome provides:
* an Authentication Agent for PolicyKit that integrates well with the
GNOME desktop environment
* a shared library to easily integrate usage of PolicyKit into GTK+
applications
* a proof-of-concept applet (that is subject to change) for managing
authorizations

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/06/07 08:18:43 ajacoutot Exp $
@lib lib/libpolkit-gnome.so.${LIBpolkit-gnome_VERSION}

View File

@ -1,75 +0,0 @@
@comment $OpenBSD: PLIST,v 1.3 2009/12/21 18:03:19 ajacoutot Exp $
%%SHARED%%
@bin bin/polkit-gnome-authorization
@bin bin/polkit-gnome-example
include/PolicyKit/
include/PolicyKit/polkit-gnome/
include/PolicyKit/polkit-gnome/polkit-gnome-action.h
include/PolicyKit/polkit-gnome/polkit-gnome-auth.h
include/PolicyKit/polkit-gnome/polkit-gnome-context.h
include/PolicyKit/polkit-gnome/polkit-gnome-toggle-action.h
include/PolicyKit/polkit-gnome/polkit-gnome.h
lib/libpolkit-gnome.a
lib/libpolkit-gnome.la
lib/pkgconfig/polkit-gnome.pc
@bin libexec/polkit-gnome-manager
share/PolicyKit/
share/PolicyKit/policy/
share/PolicyKit/policy/org.gnome.policykit.examples.policy
share/applications/polkit-gnome-authorization.desktop
share/dbus-1/services/gnome-org.freedesktop.PolicyKit.AuthenticationAgent.service
share/dbus-1/services/org.gnome.PolicyKit.AuthorizationManager.service
share/dbus-1/services/org.gnome.PolicyKit.service
share/gtk-doc/html/polkit-gnome/
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
share/gtk-doc/html/polkit-gnome/auth-root.png
share/gtk-doc/html/polkit-gnome/auth-self.png
share/gtk-doc/html/polkit-gnome/auth-wheel-group-1.png
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.png
share/gtk-doc/html/polkit-gnome/license.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-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.png
share/gtk-doc/html/polkit-gnome/style.css
share/gtk-doc/html/polkit-gnome/up.png
share/locale/ar/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/ca/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/cs/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/da/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/de/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/el/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/en_GB/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/es/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/fi/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/fr/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/he/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/hu/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/ja/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/pl/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/pt/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/pt_BR/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/ru/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/sk/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/sv/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/zh_CN/LC_MESSAGES/PolicyKit-gnome.mo
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/policykit-gnome/*.schemas > /dev/null
${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/polkit-gnome.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/policykit-gnome/*.schemas > /dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database