NOTICE: This package has been removed from pkgsrc

./wip/polkit-qt5, Qt5 Wrapper around PolicyKit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.114.0, Package name: polkit-qt5-0.114.0, Maintainer: pkgsrc-users

Polkit-Qt is a library that lets developers use the Polkit 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
Polkit.

This package provides Qt5 libraries.


Required to run:
[x11/qt5-qtbase] [security/polkit]

Required to build:
[x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/dri2proto] [x11/xcb-proto] [x11/fixesproto4]

Master sites:

Filesize: 69.324 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-11 18:54:26 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Fix buildlink3.mk
   2015-04-11 18:43:29 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Fix PKGNAME

   2015-04-11 18:36:24 by Kamil Rytarowski | Files touched by this commit (5)
Log message:
Upgrade to polkit-qt-1-0.112.0

Qt wrapper around polkit-1 client libraries, used by kdelibs to provide the
polkit-1 kauth backend and by KDE's polkit client.

This package provides Qt5 libraries.
   2015-04-11 18:12:57 by Kamil Rytarowski | Files touched by this commit (5)
Log message:
Import polkit-qt-0.9.4 from security/polkit-qt as wip/polkit-qt4

Polkit-qt aims to make it easy for Qt developers to take advantage of
PolicyKit API. It is a convenience wrapper around QAction and QAbstractButton
that lets you integrate those two components easily with PolicyKit.

Polkit-qt is splitted in two libraries: polkit-qt-core and polkit-qt-gui.

polkit-qt-core lets you control actions and authentication without a GUI,
with some very simple functions. It also lets you retrieve and control useful
informations on the PolicyKit context. It includes the classes Auth and
Context.

polkit-qt-gui lets you easily associate GUI items with PolicyKit actions.
By some simple wrapper classes you are able to associate QAction and
QAbstractButton to a PolicyKit action, and get their properties changed
accordingly to PolicyKit result. It includes the classes Action, ActionButton
and ActionButtons