[Lunar-commits] <moonbase> razorqt: a simple desktop environment based on Qt.

Florin Braescu florin at lunar-linux.org
Mon Jan 30 20:03:28 CET 2012


commit 55c7bbc7fc28348853fd06ad7c65c15129eef693
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jan 30 20:03:28 2012 +0100

    razorqt: a simple desktop environment based on Qt.
---
 qt4-apps/razorqt/BUILD   |   11 +++++++++++
 qt4-apps/razorqt/DEPENDS |    7 +++++++
 qt4-apps/razorqt/DETAILS |   17 +++++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/razorqt/BUILD b/qt4-apps/razorqt/BUILD
new file mode 100644
index 0000000..91db833
--- /dev/null
+++ b/qt4-apps/razorqt/BUILD
@@ -0,0 +1,11 @@
+(
+
+  . /etc/profile.d/qt4.rc  &&
+
+  cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+        -DCMAKE_BUILD_TYPE=RELEASE             \
+        $OPTS .                               &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/razorqt/DEPENDS b/qt4-apps/razorqt/DEPENDS
new file mode 100644
index 0000000..798c56e
--- /dev/null
+++ b/qt4-apps/razorqt/DEPENDS
@@ -0,0 +1,7 @@
+depends  file
+depends  libXcomposite
+depends  libXcursor
+depends  libXdamage
+depends  libXrender
+depends  qt4
+depends  udev
diff --git a/qt4-apps/razorqt/DETAILS b/qt4-apps/razorqt/DETAILS
new file mode 100644
index 0000000..04e489f
--- /dev/null
+++ b/qt4-apps/razorqt/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=razorqt
+         VERSION=0.4.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://razor-qt.org/downloads
+      SOURCE_VFY=sha1:bdc2e32af8fbe348207b77a37491f3791bd961fc
+   MODULE_PREFIX=${QT4_PREFIX:-/usr}
+        WEB_SITE=http://razor-qt.org
+         ENTERED=20010922
+         UPDATED=20111104
+           SHORT="A Qt based toolbox-like desktop-environment"
+
+cat << EOF
+Razor-qt is an advanced, easy-to-use, and fast desktop environment based on
+Qt technologies. It has been tailored for users who value simplicity, speed,
+and an intuitive interface. Unlike most desktop environments, Razor-qt also
+works fine with weak machines.
+EOF


More information about the Lunar-commits mailing list