[Lunar-commits] <moonbase> PolicyKit-kde: a new module.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu Jun 4 03:27:34 CEST 2009


commit a16386a22f98c9be30331938bb02521e17b896dd
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Jun 3 21:27:34 2009 -0400

    PolicyKit-kde: a new module.
---
 kde4/apps/PolicyKit-kde/BUILD   |   18 ++++++++++++++++++
 kde4/apps/PolicyKit-kde/DEPENDS |    2 ++
 kde4/apps/PolicyKit-kde/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/kde4/apps/PolicyKit-kde/BUILD b/kde4/apps/PolicyKit-kde/BUILD
new file mode 100644
index 0000000..f6c697a
--- /dev/null
+++ b/kde4/apps/PolicyKit-kde/BUILD
@@ -0,0 +1,18 @@
+(
+
+  export CFLAGS="$CFLAGS -fPIC"
+
+  KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+  source /etc/profile.d/qt4.rc &&
+  source /etc/profile.d/kde4.rc &&
+
+  mkdir $KDE4_BUILD_DIR &&
+  cd $KDE4_BUILD_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/apps/PolicyKit-kde/DEPENDS b/kde4/apps/PolicyKit-kde/DEPENDS
new file mode 100644
index 0000000..c2fdf30
--- /dev/null
+++ b/kde4/apps/PolicyKit-kde/DEPENDS
@@ -0,0 +1,2 @@
+depends PolicyKit
+depends kdebase4-workspace
diff --git a/kde4/apps/PolicyKit-kde/DETAILS b/kde4/apps/PolicyKit-kde/DETAILS
new file mode 100644
index 0000000..a4bd86b
--- /dev/null
+++ b/kde4/apps/PolicyKit-kde/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=PolicyKit-kde
+         VERSION=0.9.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin
+      SOURCE_VFY=sha1:b635a08a744d1666ea0676d4977dc8317c1043b0
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+        WEB_SITE=http://www.kde.org
+         ENTERED=20090603
+         UPDATED=20090603
+           SHORT="implementation of PolicyKit tool with the look and feel of KDE"
+cat << EOF
+PolicyKit allows easy and secure password management, it can be used by
+applications to ask their users for a password. Each application defines a set
+of actions that can be executed by their program.
+
+The application will call PolicyKit to see if the user can perform a given
+action, if not, the application can issue the auth dialog where the user
+can enter his/her password, root password, the password of a given group
+of users or even swipe the finger.
+EOF


More information about the Lunar-commits mailing list