summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2011-12-21 19:36:01 +0100
committerArjan Bouter2011-12-21 19:36:01 +0100
commit7102c3f8a1792e2f1cf8440a00a51f466d8db609 (patch)
tree65c4816a2ca09635cc9ddb09b4408c145486b20c
parent3cd31ab953127b3c1ffb4142b24c7eaf8a2f783a (diff)
razor-qt: new spell, lightweight desktop environment
-rw-r--r--ChangeLog3
-rwxr-xr-xwm-addons/razor-qt/BUILD4
-rwxr-xr-xwm-addons/razor-qt/DEPENDS7
-rwxr-xr-xwm-addons/razor-qt/DETAILS19
-rw-r--r--wm-addons/razor-qt/HISTORY3
5 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7881fa5f3..f5bdf8214e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-21 Arjan Bouter <abouter@sourcemage.org>
+ * wm-addons/razor-qt: new spell, lightweight desktop environment
+
2011-12-21 Vlad Glagolev <stealth@sourcemage.org>
* graphics/gtk-screenshot: new spell, simple GTK+ screenshot tool
diff --git a/wm-addons/razor-qt/BUILD b/wm-addons/razor-qt/BUILD
new file mode 100755
index 0000000000..428f2d0e27
--- /dev/null
+++ b/wm-addons/razor-qt/BUILD
@@ -0,0 +1,4 @@
+qt4_cmake_build &&
+if is_depends_enabled $SPELL doxygen; then
+ make doc
+fi
diff --git a/wm-addons/razor-qt/DEPENDS b/wm-addons/razor-qt/DEPENDS
new file mode 100755
index 0000000000..f26fae3791
--- /dev/null
+++ b/wm-addons/razor-qt/DEPENDS
@@ -0,0 +1,7 @@
+depends qt4 &&
+depends udev &&
+depends file &&
+depends cmake &&
+optional_depends doxygen '' '' 'to build developer documentation' &&
+optional_depends upower '' '' 'for powermanagement from the panel' &&
+optional_depends xscreensaver '' '' 'for screensaver support'
diff --git a/wm-addons/razor-qt/DETAILS b/wm-addons/razor-qt/DETAILS
new file mode 100755
index 0000000000..883f5fe2f2
--- /dev/null
+++ b/wm-addons/razor-qt/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=razor-qt
+ VERSION=0.4.0
+ SOURCE="razorqt-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://${SPELL}.org/downloads/${SOURCE}
+ SOURCE_HASH=sha512:0dd1ff48ed64c172ffeb119d444e088e7bba49d2aa9e69071ece93ca5590373a7952e6589daecd561531e8ee703d74d7e9205d5772aaa9c140dbf66aab90cd50
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/razorqt-${VERSION}"
+ WEB_SITE="http://razor-qt.org"
+ LICENSE[0]=GPL/LGPL
+ ENTERED=20111221
+ SHORT="lightweight desktop environment"
+cat << EOF
+A lightweight desktop environment which runs on top of any windowmanager.
+
+From the website:
+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
diff --git a/wm-addons/razor-qt/HISTORY b/wm-addons/razor-qt/HISTORY
new file mode 100644
index 0000000000..a59deef7d9
--- /dev/null
+++ b/wm-addons/razor-qt/HISTORY
@@ -0,0 +1,3 @@
+2011-12-21 Arjan Bouter <abouter@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+