commit: 917ae3d705cdaa0da2aabf28c6b082f1b69c685d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 03:06:29 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 03:19:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917ae3d7
x11-misc/xdock: EAPI7->8, use https, add xorg-proto Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-misc/xdock/xdock-0.3.0.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/x11-misc/xdock/xdock-0.3.0.ebuild b/x11-misc/xdock/xdock-0.3.0.ebuild index dad806f32209..dd2c66023042 100644 --- a/x11-misc/xdock/xdock-0.3.0.ebuild +++ b/x11-misc/xdock/xdock-0.3.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools DESCRIPTION="Emulates Window Maker docks (runs in any window manager)" -HOMEPAGE="http://xdock.sourceforge.net" +HOMEPAGE="https://xdock.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" DOCS=( API AUTHORS ChangeLog README TODO ) @@ -29,11 +31,8 @@ src_prepare() { eautoreconf } -src_configure() { - econf --disable-static -} - src_install() { default - find "${ED}" -name '*.la' -delete || die + + find "${ED}" -type f -name '*.la' -delete || die }
