diff --git a/x11-misc/xgetres/xgetres-9999.ebuild b/x11-misc/xgetres/xgetres-9999.ebuild new file mode 100644 index 0000000..ab3b23e --- /dev/null +++ b/x11-misc/xgetres/xgetres-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Simple utility which prints the value of an X resource" +HOMEPAGE="https://github.com/tamirzb/xgetres" + +EGIT_REPO_URI="https://github.com/tamirzb/xgetres.git" +EGIT_BRANCH="master" +EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" +EGIT_SUBMODULES=( '*' ) + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64" + +S="${WORKDIR}/${PN}" + +DEPEND=" + x11-libs/libX11 +" +RDEPEND=" + ${DEPEND} +" + +inherit git-r3 + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" || die "make failed" + dobin xgetres + doman xgetres.1 +} diff --git a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild index 54d8e94..79a91bb 100644 --- a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild +++ b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild @@ -27,6 +27,7 @@ RDEPEND=" x11-misc/betterlockscreen x11-misc/xss-lock x11-misc/dunst + x11-misc/xgetres x11-apps/xkill x11-misc/rofi x11-misc/greenclip