summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-12-22 13:51:26 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-12-23 17:53:03 +0100
commit0f2dd9f380788e929ac0b083f975eace77d14340 (patch)
tree336106980ec153a362b49de28fd76f17661ed748
parent5667943cd09eb025ac382535e41269d874a6d560 (diff)
downloadopenembedded-0f2dd9f380788e929ac0b083f975eace77d14340.tar.gz
echinus: Add rule for jamvm.
Added a rule for mapping jamvm to a fullscreen window by default. Bumped PR in echinus-0.4.3.2 recipe. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
-rw-r--r--recipes/echinus/echinus-0.4.3.2/echinus-jlime.patch3
-rw-r--r--recipes/echinus/echinus_0.4.3.2.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/echinus/echinus-0.4.3.2/echinus-jlime.patch b/recipes/echinus/echinus-0.4.3.2/echinus-jlime.patch
index f4d90ab5eb..3c87ebbe89 100644
--- a/recipes/echinus/echinus-0.4.3.2/echinus-jlime.patch
+++ b/recipes/echinus/echinus-0.4.3.2/echinus-jlime.patch
@@ -90,7 +90,7 @@ diff -ru echinus-0.4.3.2.orig/echinusrc echinus-0.4.3.2/echinusrc
Echinus*border: 1
-@@ -16,82 +16,43 @@
+@@ -16,82 +16,44 @@
Echinus*sloppy: 0
Echinus*opacity: 0.8
@@ -201,3 +201,4 @@ diff -ru echinus-0.4.3.2.orig/echinusrc echinus-0.4.3.2/echinusrc
+Echinus*rule0: .* main 0 0
+Echinus*rule1: Desktop.* main 1 0
+Echinus*rule2: floating.* main 1 0
++Echinus*rule3: jamvm.* main 0 1
diff --git a/recipes/echinus/echinus_0.4.3.2.bb b/recipes/echinus/echinus_0.4.3.2.bb
index c92658e814..60ad9cfc3d 100644
--- a/recipes/echinus/echinus_0.4.3.2.bb
+++ b/recipes/echinus/echinus_0.4.3.2.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "echinus is a simple and lightweight tiling and floating window manager for X11."
SECTION = "x11/wm"
LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
DEPENDS = "virtual/libx11 libxft libxrandr"