summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {