You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/devilspie/devilspie-0.23-r2.ebuild

30 lines
657 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Window matching utility similar to Sawfish's Matched Windows"
HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html"
SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:3[X]
x11-libs/libX11
x11-libs/libwnck:3"
DEPEND="
${RDEPEND}
x11-base/xorg-proto"
BDEPEND="
dev-util/intltool
virtual/pkgconfig"
src_prepare() {
default
sed -i "/doc\//s@devilspie..@${PF}/@" devilspie.1 || die
}