diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-11-30 08:54:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 10:43:07 +0100 |
commit | 7d8f5bda03eec4ebbfce123f7f38c9eeda90edd2 (patch) | |
tree | b9336896e285a297143048199459c6cab789bcb2 /recipes | |
parent | 1df0bde6739601c403308001dab5d9eb2d702857 (diff) |
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')
-rw-r--r-- | recipes/devilspie/devilspie_0.22.bb | 13 |
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" |