From 434f36ccde77d6e2ccfe3c3644558157bcc47996 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 17 Aug 2020 19:47:11 +0300 Subject: x11-wm/wmutils-opt: Update deps, strip Update dependencies Strip optimization flags Install documentation --- x11-wm/wmutils-opt/wmutils-opt-9999.ebuild | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'x11-wm/wmutils-opt/wmutils-opt-9999.ebuild') diff --git a/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild b/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild index 992327f..e42c9e9 100644 --- a/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild +++ b/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild @@ -5,10 +5,10 @@ EAPI=7 if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/wmutils/opt" + EGIT_REPO_URI="https://github.com/wmutils/opt.git" fi -DESCRIPTION="Set of window manipulation tools" +DESCRIPTION="Optional addons to wmutils" HOMEPAGE="https://github.com/wmutils/opt" if [[ ${PV} == *9999 ]]; then @@ -23,10 +23,20 @@ LICENSE="ISC" SLOT="0" IUSE="" -DEPEND="x11-libs/libxcb" +DEPEND=" + x11-libs/libxcb + x11-libs/xcb-util +" RDEPEND="${DEPEND}" BDEPEND="" if [[ ${PV} != *9999 ]]; then S="${WORKDIR}/opt-${PV}" fi + +DOCS=( README.md ) + +src_prepare() { + default + sed -e 's/-Os//g' -i config.mk || die +} -- cgit 1.4.1