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

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Dec 26 14:05:54 CET 2009


commit dd84c26e02f0ac0566b7eb97ff32861a79adbdaa
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Dec 26 08:05:54 2009 -0500

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

diff --git a/qt4-apps/polkit-qt-1/BUILD b/qt4-apps/polkit-qt-1/BUILD
new file mode 100644
index 0000000..9c6d2f5
--- /dev/null
+++ b/qt4-apps/polkit-qt-1/BUILD
@@ -0,0 +1,16 @@
+(
+
+  OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-buid" &&
+
+  source /etc/profile.d/qt4.rc   &&
+
+  mkdir $OOTB_DIR  &&
+  cd $OOTB_DIR     &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/polkit-qt-1/DEPENDS b/qt4-apps/polkit-qt-1/DEPENDS
new file mode 100644
index 0000000..95c4a55
--- /dev/null
+++ b/qt4-apps/polkit-qt-1/DEPENDS
@@ -0,0 +1,3 @@
+depends dbus
+depends qt4
+depends polkit
diff --git a/qt4-apps/polkit-qt-1/DETAILS b/qt4-apps/polkit-qt-1/DETAILS
new file mode 100644
index 0000000..d75f300
--- /dev/null
+++ b/qt4-apps/polkit-qt-1/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=polkit-qt-1
+         VERSION=0.95.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$KDE_URL/stable/$MODULE/
+      SOURCE_VFY=sha1:e0d2fd7fc5734d384ce8ca3fda813105cd33e183
+        WEB_SITE=http://www.kde.org
+         ENTERED=20091226
+         UPDATED=20091226
+           SHORT="PolicyKit API for Qt"
+
+cat << EOF
+PolicyKit API for Qt.
+EOF


More information about the Lunar-commits mailing list