diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-25 19:13:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-25 19:13:11 +0000 |
commit | c33b50e5d2446c439465ff4575253db72ef2b8f6 (patch) | |
tree | 432ad685c2af952d80175fd549cb342093eca83d /x11-wm/stumpwm | |
parent | 959575d1af06bc64016d62d064143faba68a4c43 (diff) |
gentoo auto-resync : 25:11:2022 - 19:13:11
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r-- | x11-wm/stumpwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild | 79 |
2 files changed, 81 insertions, 0 deletions
diff --git a/x11-wm/stumpwm/Manifest b/x11-wm/stumpwm/Manifest index 40adc271ae55..5a36733499ba 100644 --- a/x11-wm/stumpwm/Manifest +++ b/x11-wm/stumpwm/Manifest @@ -1,5 +1,7 @@ AUX 70stumpwm-gentoo.el 84 BLAKE2B 12ce0e9a1b53a1c1c84a9f350484b9620a2db9a30eaefb11bb409b89aae7f1226173930c52d018ec8a845c8e6ff69efd5570a369444537d070d21427a6960c09 SHA512 2e67f51dd6840f850aa1c0e3f2e8c2453203603f174f3ce97feacd2658cf6168bf557eb6ee83499b8c60fb107fdd527caccdda7ab5692646a33f96ad1350bcd1 AUX README.Gentoo 1894 BLAKE2B 23dd829621f92b2e5ab22bd3d54d9338d1034bd55d4adcfde24f6c0a780e41dddd747ee2baecdfd9b03a54de7e4acf08d903205dcdc68851afea5317401681aa SHA512 c187fcc12bbb4c10718e708a4b17a9adc89f1268270f231e8b5feeea881149482d8b70ac0f5eb78b7e0b93700d6cd5133bf7d844f97736bee793405de9a25a09 DIST stumpwm-18.05.tar.gz 199467 BLAKE2B d532a531b7ceec7a80be66563dc2f36a6f1957d1e0f014ccf61cac1edf23073370dbe7cf3d7004f6dab144a88a4b54360e82ce7b13bdbc40cba59adfcb8e8af1 SHA512 a28c0af3a82670c0f31a5839227301672cc0706c47fb353355f90f791944556fb6125f3fa4d8547e6fbcf4817cdac5b0fe47de2dbae3a304d631a895af6ddb35 +DIST stumpwm-740e945d742d85aef36e0ed9467de9bbbf5eafd2.tar.gz 273172 BLAKE2B 00756081aed915af18af4534414659e29856bc1a98df2cd35b48bb5bf4f06fe2dc76c4016cbc39e296ff19d51b3e959ef84dbc57972da0a634bc6cb3ca0b881e SHA512 313f430da8ecb7919940b37f2353969c8bf3a3be6a1d380e1655a7a6aebb83a3890cbd99a292a414f71f934adcae1350c24650fe5d5d35cf30788ff392feaac0 EBUILD stumpwm-18.05.ebuild 1641 BLAKE2B 4eca6846a653c010f7b6bbaa2aae4508565411d16ef77e0daf2ced2633d49b7ee5594f6a3c7d86b84e0a4126696655b0ba7030ffcfe12955292430137e0ecfbd SHA512 7e0a0892f9c4b46c8443379c8bcb45c9f801a602c14445849c4345b6c286f2d329977332f1ca2c7204862ab314e1ad3ba38b1cd19c2fd9055a84c75f068d229c +EBUILD stumpwm-22.05_p20220818.ebuild 1740 BLAKE2B 5f47a5f705dc8fa9f617d74059f0fdaf5a3f48461a8507a65ea5af529561b3435e830ea8be3fb6703865e1425786bcf9ad3dd3da28b65f6ed088e81b2e244a3b SHA512 9515ea217df0e9ee04f790fa275ffe25cec7e4a6156b2e2dba80e533bd3a56681a7bbbb281dac868bd15b5c1754baf2568b8f4801b07275781ccd646181fe543 MISC metadata.xml 2221 BLAKE2B 2e1077d96b80fc4fbca1ef32854f23b25a411c7d9d361c6e04e4cb9f04bb06cb4c3511e28562620213b71d422ab085252762435bf8ba7178e79a41c6ad136c7e SHA512 28e99b6633af27038bbbb1c61ac41e2994fbe1fe7b70a758db34bbcf7cdf162a4e4363e9ad195e35a278d3fbd480b40584c0f7f47627c00c8b6d9f451f5e01a4 diff --git a/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild b/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild new file mode 100644 index 000000000000..ec421ca8a134 --- /dev/null +++ b/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit common-lisp-3 autotools desktop elisp-common optfeature xdg-utils + +MY_COMMIT="740e945d742d85aef36e0ed9467de9bbbf5eafd2" + +DESCRIPTION="A Window Manager written entirely in Common Lisp" +HOMEPAGE="https://stumpwm.github.io/" +SRC_URI="https://github.com/stumpwm/stumpwm/archive/${MY_COMMIT}.tar.gz -> ${PN}-${MY_COMMIT}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc emacs" + +S="${WORKDIR}/${PN}-${MY_COMMIT}" + +RESTRICT="strip" + +RDEPEND="dev-lisp/alexandria + dev-lisp/cl-ppcre + dev-lisp/clx + >=dev-lisp/sbcl-1.3.0 + emacs? ( >=app-editors/emacs-23.1:* )" +DEPEND="${RDEPEND}" +BDEPEND="sys-apps/texinfo + doc? ( virtual/texi2dvi )" + +SITEFILE=70${PN}-gentoo.el +CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}" + +install_docs() { + local pdffile="${PN}.pdf" + + texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die + cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" README.Gentoo || die + dodoc AUTHORS NEWS README.md README.Gentoo + doinfo "${PN}.info" + docinto examples + dodoc sample-stumpwmrc.lisp +} + +src_prepare() { + default + eautoreconf +} + +src_configure() { + xdg_environment_reset + econf --with-lisp=sbcl +} + +src_compile() { + emake -j1 +} + +src_install() { + dobin stumpwm + make_session_desktop StumpWM /usr/bin/stumpwm + + common-lisp-install-sources *.lisp + common-lisp-install-asdf + # Fix ASDF dir + sed -i -e "/(:directory/c\ (:directory \"${CLPKGDIR}\")" \ + "${D}${CLPKGDIR}/load-stumpwm.lisp" || die + use doc && install_docs +} + +pkg_postinst() { + use emacs && elisp-site-regen + optfeature "extension modules" x11-wm/stumpwm-contrib +} + +pkg_postrm() { + use emacs && elisp-site-regen +} |