aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devilspie/devilspie_0.22.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-11-30 08:54:12 +0000
committerKoen Kooi <koen@openembedded.org>2009-12-04 10:43:07 +0100
commit7d8f5bda03eec4ebbfce123f7f38c9eeda90edd2 (patch)
treeb9336896e285a297143048199459c6cab789bcb2 /recipes/devilspie/devilspie_0.22.bb
parent1df0bde6739601c403308001dab5d9eb2d702857 (diff)
downloadopenembedded-7d8f5bda03eec4ebbfce123f7f38c9eeda90edd2.tar.gz
devilspie: Add the devilspie daemon - version 0.22.
* devilspie is a small daemon for managing X window behaviour based on rules.
Diffstat (limited to 'recipes/devilspie/devilspie_0.22.bb')
-rw-r--r--recipes/devilspie/devilspie_0.22.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/devilspie/devilspie_0.22.bb b/recipes/devilspie/devilspie_0.22.bb
new file mode 100644
index 0000000000..90e40680a5
--- /dev/null
+++ b/recipes/devilspie/devilspie_0.22.bb
@@ -0,0 +1,13 @@
+DESCRIPTION="A Window Matching utility similar to Sawfish's 'Matched Windows' feature"
+HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie"
+
+SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz"
+
+LICENSE="GPL"
+
+inherit pkgconfig autotools
+
+PR = "r0"
+
+DEPENDS="intltool gettext"
+RDEPENDS="glib-2.0 gtk+ libwnck"