Import polkit-qt4-0.95.1.

polkit-qt4 is a library that lets developers use the PolicyKit API
through a nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
PolicyKit.
This commit is contained in:
ajacoutot 2010-07-17 05:50:24 +00:00
parent a458de988b
commit 54ffbe14d8
5 changed files with 95 additions and 0 deletions

48
x11/polkit-qt4/Makefile Normal file
View File

@ -0,0 +1,48 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/07/17 05:50:24 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= PolicyKit integration for Qt4
V= 0.95.1
DISTNAME= polkit-qt-1-${V}
PKGNAME= polkit-qt4-${V}
SHARED_LIBS += polkit-qt-agent-1 0.0 # 0.95
SHARED_LIBS += polkit-qt-core-1 0.0 # 0.95
SHARED_LIBS += polkit-qt-gui-1 0.0 # 0.95
CATEGORIES= x11 sysutils
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://techbase.kde.org/Polkit-Qt-1
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += m stdc++ QtCore QtDBus QtGui QtXml gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 polkit-agent-1
WANTLIB += polkit-gobject-1
MASTER_SITES= ${MASTER_SITE_KDE:=stable/polkit-qt-1/}
MODULES= devel/gettext \
devel/cmake \
x11/qt4
BUILD_DEPENDS= ::x11/kde4/automoc
LIB_DEPENDS= ::sysutils/polkit
CONFIGURE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include" \
-DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

5
x11/polkit-qt4/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (polkit-qt-1-0.95.1.tar.bz2) = tcUBcFirDzvH6zN6fGbgvA==
RMD160 (polkit-qt-1-0.95.1.tar.bz2) = ebjIiAYfa8zJkz+ebI48lt5A8pg=
SHA1 (polkit-qt-1-0.95.1.tar.bz2) = 4NL9f8VzTThM6Mo/2oExBc0z4YM=
SHA256 (polkit-qt-1-0.95.1.tar.bz2) = mKxmpN73sPbuVFp0PV8Rl41Xjy1Ho6PUWbg6gmW36EM=
SIZE (polkit-qt-1-0.95.1.tar.bz2) = 63861

4
x11/polkit-qt4/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
polkit-qt4 is a library that lets developers use the PolicyKit API
through a nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
PolicyKit.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/07/17 05:50:24 ajacoutot Exp $
@lib lib/libpolkit-qt-agent-1.so.${LIBpolkit-qt-agent-1_VERSION}
@lib lib/libpolkit-qt-core-1.so.${LIBpolkit-qt-core-1_VERSION}
@lib lib/libpolkit-qt-gui-1.so.${LIBpolkit-qt-gui-1_VERSION}

34
x11/polkit-qt4/pkg/PLIST Normal file
View File

@ -0,0 +1,34 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/17 05:50:24 ajacoutot Exp $
%%SHARED%%
include/polkit-qt-1/
include/polkit-qt-1/PolkitQt1/
include/polkit-qt-1/PolkitQt1/ActionDescription
include/polkit-qt-1/PolkitQt1/Agent/
include/polkit-qt-1/PolkitQt1/Agent/Listener
include/polkit-qt-1/PolkitQt1/Agent/Session
include/polkit-qt-1/PolkitQt1/Authority
include/polkit-qt-1/PolkitQt1/Details
include/polkit-qt-1/PolkitQt1/Gui/
include/polkit-qt-1/PolkitQt1/Gui/Action
include/polkit-qt-1/PolkitQt1/Gui/ActionButton
include/polkit-qt-1/PolkitQt1/Gui/ActionButtons
include/polkit-qt-1/PolkitQt1/Identity
include/polkit-qt-1/PolkitQt1/Subject
include/polkit-qt-1/PolkitQt1/TemporaryAuthorization
include/polkit-qt-1/polkitqt1-actiondescription.h
include/polkit-qt-1/polkitqt1-agent-listener.h
include/polkit-qt-1/polkitqt1-agent-session.h
include/polkit-qt-1/polkitqt1-authority.h
include/polkit-qt-1/polkitqt1-details.h
include/polkit-qt-1/polkitqt1-export.h
include/polkit-qt-1/polkitqt1-gui-action.h
include/polkit-qt-1/polkitqt1-gui-actionbutton.h
include/polkit-qt-1/polkitqt1-gui-actionbuttons.h
include/polkit-qt-1/polkitqt1-identity.h
include/polkit-qt-1/polkitqt1-subject.h
include/polkit-qt-1/polkitqt1-temporaryauthorization.h
include/polkit-qt-1/polkitqt1-version.h
lib/pkgconfig/polkit-qt-1.pc
lib/pkgconfig/polkit-qt-agent-1.pc
lib/pkgconfig/polkit-qt-core-1.pc
lib/pkgconfig/polkit-qt-gui-1.pc