From db0c04dbe99a659bf756d6911bdbb63e06003f95 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 25 Feb 2021 10:15:17 +0100 Subject: x11-misc/devilspie: EAPI-7 bump + remove obsolete workarounds eautoreconf was formerly used to fix a build failure with gtk+:2 (was bug #339806), however using gtk+:3 now. Now properly links with -lX11 by itself (was bug #370103) -Werror isn't used anymore without eautoreconf (was bug #594488) Also removed keepdir, directory doesn't need to force-exist and likely scarcely used as users should have rules in their $HOME Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens Signed-off-by: David Seifert --- x11-misc/devilspie/devilspie-0.23-r2.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11-misc/devilspie/devilspie-0.23-r2.ebuild (limited to 'x11-misc/devilspie') diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild b/x11-misc/devilspie/devilspie-0.23-r2.ebuild new file mode 100644 index 000000000000..e515002c9246 --- /dev/null +++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild @@ -0,0 +1,29 @@ +# 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 +} -- cgit v1.2.3-65-gdbad