[Lunar-commits] <moonbase> polkit-qt: adding to moonbase.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 29 01:24:46 CEST 2009


commit 589dd237d160d4b537f6da299decc133182bb192
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jun 28 19:24:46 2009 -0400

    polkit-qt: adding to moonbase.
---
 qt4-apps/polkit-qt/BUILD   |   16 ++++++++++++++++
 qt4-apps/polkit-qt/DEPENDS |    2 ++
 qt4-apps/polkit-qt/DETAILS |   13 +++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD
new file mode 100644
index 0000000..cdb05c0
--- /dev/null
+++ b/qt4-apps/polkit-qt/BUILD
@@ -0,0 +1,16 @@
+(
+
+  BUILD_DIR="$SOURCE_DIRECTORY/build_dir"
+
+  source /etc/profile.d/qt4.rc &&
+  source /etc/profile.d/kde4.rc &&
+
+  mkdir $BUILD_DIR &&
+  cd $BUILD_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/polkit-qt/DEPENDS b/qt4-apps/polkit-qt/DEPENDS
new file mode 100644
index 0000000..17fa9a8
--- /dev/null
+++ b/qt4-apps/polkit-qt/DEPENDS
@@ -0,0 +1,2 @@
+depends dbus
+depends qt4
diff --git a/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS
new file mode 100644
index 0000000..f98858b
--- /dev/null
+++ b/qt4-apps/polkit-qt/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=polkit-qt
+         VERSION=0.9.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin
+      SOURCE_VFY=sha1:a324af42bb4013ae664bb127fb16633d07b7bdf6
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://www.kde.org
+         ENTERED=20090628
+         UPDATED=20090628
+           SHORT="PolicyKit API with a nice Qt-styled API"
+cat << EOF
+PolicyKit API with a nice Qt-styled API.
+EOF


More information about the Lunar-commits mailing list