[Lunar-commits] r21273 - in moonbase/trunk: gnome2-applets x11-utils x11-utils/devilspie

Jannis Pohlmann jannis at lunar-linux.org
Tue Sep 5 18:20:38 UTC 2006


Author: jannis
Date: 2006-09-05 18:20:38 +0000 (Tue, 05 Sep 2006)
New Revision: 21273

Added:
   moonbase/trunk/x11-utils/devilspie/
   moonbase/trunk/x11-utils/devilspie/BUILD
   moonbase/trunk/x11-utils/devilspie/DEPENDS
   moonbase/trunk/x11-utils/devilspie/DETAILS
Removed:
   moonbase/trunk/gnome2-applets/devilspie/
   moonbase/trunk/x11-utils/devilspie/BUILD
   moonbase/trunk/x11-utils/devilspie/DEPENDS
   moonbase/trunk/x11-utils/devilspie/DETAILS
Log:
* Move Devil's Pie (it's not really a gnome applet, is it?)
* Fix website URL



Copied: moonbase/trunk/x11-utils/devilspie (from rev 21246, moonbase/trunk/gnome2-applets/devilspie)

Deleted: moonbase/trunk/x11-utils/devilspie/BUILD

Copied: moonbase/trunk/x11-utils/devilspie/BUILD (from rev 21272, moonbase/trunk/gnome2-applets/devilspie/BUILD)
===================================================================
--- moonbase/trunk/x11-utils/devilspie/BUILD	                        (rev 0)
+++ moonbase/trunk/x11-utils/devilspie/BUILD	2006-09-05 18:20:38 UTC (rev 21273)
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make                   
+
+) > $C_FIFO 2>&1

Deleted: moonbase/trunk/x11-utils/devilspie/DEPENDS

Copied: moonbase/trunk/x11-utils/devilspie/DEPENDS (from rev 21272, moonbase/trunk/gnome2-applets/devilspie/DEPENDS)
===================================================================
--- moonbase/trunk/x11-utils/devilspie/DEPENDS	                        (rev 0)
+++ moonbase/trunk/x11-utils/devilspie/DEPENDS	2006-09-05 18:20:38 UTC (rev 21273)
@@ -0,0 +1 @@
+depends libglade2

Deleted: moonbase/trunk/x11-utils/devilspie/DETAILS

Copied: moonbase/trunk/x11-utils/devilspie/DETAILS (from rev 21272, moonbase/trunk/gnome2-applets/devilspie/DETAILS)
===================================================================
--- moonbase/trunk/x11-utils/devilspie/DETAILS	                        (rev 0)
+++ moonbase/trunk/x11-utils/devilspie/DETAILS	2006-09-05 18:20:38 UTC (rev 21273)
@@ -0,0 +1,24 @@
+           MODULE=devilspie
+         VERSION=0.17.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.burtonini.com/computing/
+      SOURCE_VFY=sha1:07ff1dd0456e5e33c8e0ff9f9214edfa1a67e608
+        WEB_SITE=http://www.burtonini.com/blog/computers/devilspie
+         ENTERED=20030114
+         UPDATED=20060422
+           SHORT="A window manager matching utility"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+A window-matching utility, inspired by Sawfish's "Matched Windows"
+option and the lack of the functionality in Metacity. Metacity lacking
+window matching is not a bad thing -- Metacity is a lean window
+manager, and window manipulation does not have to be a window manager
+task.
+
+Devil's Pie can be configured to detect windows as they are created,
+and match the window to a set of rules. If the window matches the
+rules, it can perform a series of actions on that window. For example,
+I make all windows created by X-Chat appear on all workspaces, and the
+main Gkrellm1 window does not appear in the pager or task list.
+EOF



More information about the Lunar-commits mailing list