diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-11-25 14:30:40 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-25 14:37:55 +0200 |
commit | 5f035ea9e8f2ac363c6c3989c0b413514104de39 (patch) | |
tree | 88c8f5dc91cc8a661e2b07ded4aa1687784dad25 /x11-wm | |
parent | x11-wm/stumpwm: Add version 22.05 (diff) | |
download | gentoo-5f035ea9e8f2ac363c6c3989c0b413514104de39.tar.gz gentoo-5f035ea9e8f2ac363c6c3989c0b413514104de39.tar.bz2 gentoo-5f035ea9e8f2ac363c6c3989c0b413514104de39.zip |
x11-wm/stumpwm: add 22.05_p20220818, drop 22.05
- add optfeature,
- rename the ebuild to match the snapshot commit date,
- restrict make with -j1 - had random build failures with `nproc`.
Closes: https://bugs.gentoo.org/770976
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild (renamed from x11-wm/stumpwm/stumpwm-22.05.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/stumpwm/stumpwm-22.05.ebuild b/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild index 5efbf724926a..ec421ca8a134 100644 --- a/x11-wm/stumpwm/stumpwm-22.05.ebuild +++ b/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit common-lisp-3 autotools desktop elisp-common xdg-utils +inherit common-lisp-3 autotools desktop elisp-common optfeature xdg-utils MY_COMMIT="740e945d742d85aef36e0ed9467de9bbbf5eafd2" @@ -14,7 +14,7 @@ SRC_URI="https://github.com/stumpwm/stumpwm/archive/${MY_COMMIT}.tar.gz -> ${PN} LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="contrib doc emacs" +IUSE="doc emacs" S="${WORKDIR}/${PN}-${MY_COMMIT}" @@ -29,8 +29,6 @@ DEPEND="${RDEPEND}" BDEPEND="sys-apps/texinfo doc? ( virtual/texi2dvi )" -PDEPEND="contrib? ( x11-wm/stumpwm-contrib )" - SITEFILE=70${PN}-gentoo.el CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}" @@ -56,7 +54,7 @@ src_configure() { } src_compile() { - emake + emake -j1 } src_install() { @@ -73,6 +71,7 @@ src_install() { pkg_postinst() { use emacs && elisp-site-regen + optfeature "extension modules" x11-wm/stumpwm-contrib } pkg_postrm() { |