blob: 90e40680a5f506993179ea9faf485ed0ffedbf9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|