devilspie: Add the devilspie daemon - version 0.22.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 30 Nov 2009 08:54:12 +0000 (08:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 4 Dec 2009 09:43:07 +0000 (10:43 +0100)
* devilspie is a small daemon for managing X window behaviour based on rules.

conf/checksums.ini
recipes/devilspie/devilspie_0.22.bb [new file with mode: 0644]

index f9abaf8..ea011a5 100644 (file)
@@ -5198,6 +5198,10 @@ sha256=24c7887fe896325a6cdc86b8beeb0d9c2de8b1c4cb20f53c2dc8f90963fc39bf
 md5=c0124afc760d4fe8c24ffcf15ba7f391
 sha256=4e0c1726f9c565deec6d6af9eebda47ca6dea473f3280cc89beb321ae33ff962
 
+[http://www.burtonini.com/computing/devilspie-0.22.tar.gz]
+md5=4190e12f99ab92c0427e457d9fbfe231
+sha256=e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf
+
 [http://downloads.sourceforge.net/devio/devio-1.0.tar.gz]
 md5=3f421c80bce00b8bfe68ef9f453932b7
 sha256=25380c3722c75b993d530c09d48f5941c0a640a4382f6a0e1878c4ee8459dd16
@@ -8314,6 +8318,10 @@ sha256=ccff6cab0e847c486d30b70bdddac4e6646bafcecaa3b63134d6e3d4d5a4b91d
 md5=1d1b1d5c0245b1c00aff92da751e9aa1
 sha256=cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9
 
+[http://gdevilspie.googlecode.com/files/gdevilspie-0.31.tar.bz2]
+md5=a414f4ed6c2ab135b9be3d2cc27e3c4d
+sha256=1e677b41a6f3f256f759a48f92c613e68dafc3c5a2586230c61591481faf76b2
+
 [http://ftp.gnome.org/pub/GNOME/sources/gdm/2.14/gdm-2.14.9.tar.bz2]
 md5=7e46bc3b0a5b08e79f1f2f1b869caf40
 sha256=0483dac71c88ca0da5ee85729c0c1dd6793d928109ac79ad56583aa1a5ff43d2
diff --git a/recipes/devilspie/devilspie_0.22.bb b/recipes/devilspie/devilspie_0.22.bb
new file mode 100644 (file)
index 0000000..90e4068
--- /dev/null
@@ -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"