mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emacs/exwm: bump to 0.33
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST exwm-0.32.tar.gz 96383 BLAKE2B 7c066a78b8f4997c135fe6896448cfb6c266310dd207328104b7a089a3fc9a5e4e28884105e349fff3e86286403e797e0bf29af6a14fc2a1ded6c1c95cf2ea8a SHA512 f6522a1cb20be05001900c19103dad828f9cf931d35466d234c111812132d77485a6cb3317880f4eadeab1bf497fa124894fe0b6da6cf1f115967ec7a6d4363c
|
||||
DIST exwm-0.33.gh.tar.gz 96294 BLAKE2B c3c2d747149e1b1d1ca7747217a46308ac4cf0159f2e91b8523e046d6ebb0a9a17285cb18df68d9a20b8a56d8e839c713fc173c2cdd7b899092c3c86cb952b2d SHA512 01c71be0ad19b5b82519ecdb26b110595bb7f8c0b09f22273d067f5724c84cabd7a6e8b74b200edf139f51ff85c3e8aef41c0d32a941380c74d73f1c5c7e5617
|
||||
|
||||
37
app-emacs/exwm/exwm-0.33.ebuild
Normal file
37
app-emacs/exwm/exwm-0.33.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS="27.1"
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Emacs X Window Manager"
|
||||
HOMEPAGE="https://github.com/emacs-exwm/exwm/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/emacs-exwm/${PN}"
|
||||
else
|
||||
SRC_URI="https://github.com/emacs-exwm/${PN}/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
>=app-emacs/compat-30.0.0.0
|
||||
>=app-emacs/xelb-0.20
|
||||
"
|
||||
RDEPEND="
|
||||
${BDEPEND}
|
||||
x11-apps/xrandr
|
||||
"
|
||||
|
||||
DOCS=( README.md )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
Reference in New Issue
Block a user