[Lunar-commits] <moonbase> arandr: new module (xrandr gui)
Christian Krause
wookietreiber at lunar-linux.org
Thu Sep 15 20:03:40 CEST 2011
commit 6b149df0a2e64ddf2d815156a50738bbef563317
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Thu Sep 15 20:03:40 2011 +0200
arandr: new module (xrandr gui)
---
zbeta/arandr/BUILD | 6 ++++++
zbeta/arandr/DEPENDS | 3 +++
zbeta/arandr/DETAILS | 17 +++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/zbeta/arandr/BUILD b/zbeta/arandr/BUILD
new file mode 100644
index 0000000..cb68da1
--- /dev/null
+++ b/zbeta/arandr/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/arandr/DEPENDS b/zbeta/arandr/DEPENDS
new file mode 100644
index 0000000..0712e24
--- /dev/null
+++ b/zbeta/arandr/DEPENDS
@@ -0,0 +1,3 @@
+depends pygtk
+depends xrandr
+depends docutils
diff --git a/zbeta/arandr/DETAILS b/zbeta/arandr/DETAILS
new file mode 100644
index 0000000..a73fe49
--- /dev/null
+++ b/zbeta/arandr/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=arandr
+ VERSION=0.1.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://christian.amsuess.com/tools/arandr/files
+ SOURCE_VFY=sha1:5a56a46b7d003b2f5b9fdb6d74ef33e019609e6c
+ WEB_SITE=http://christian.amsuess.com/tools/arandr/
+ ENTERED=20110915
+ UPDATED=20110915
+ SHORT="Another XRandR GUI"
+ LDD_CHECK=off
+ ARCHIVE=off
+
+cat << EOF
+ARandR is designed to provide a simple visual front end for
+XRandR. Relative monitor positions are shown graphically
+and can be changed in a drag-and-drop way.
+EOF
More information about the Lunar-commits
mailing list