x11-misc/i3-resurrect - 1.4.5 (guru)

Search

Install

Install this version:

emerge -a =x11-misc/i3-resurrect-1.4.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/i3-resurrect-1.4.5

Or alternatively:

emerge --autounmask-write -a =x11-misc/i3-resurrect-1.4.5

Package Information

Description:
Saving and restoring i3 workspaces
Homepage:
https://github.com/JonnyHaystack/i3-resurrect https://pypi.org/project/i3-resurrect
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.4.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )

PYPI_NO_NORMALIZE=true # Without this - cannot fetch
inherit distutils-r1 pypi

DESCRIPTION="Saving and restoring i3 workspaces"
HOMEPAGE="
	https://github.com/JonnyHaystack/i3-resurrect
	https://pypi.org/project/i3-resurrect
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/i3ipc[${PYTHON_USEDEP}]
	dev-python/natsort[${PYTHON_USEDEP}]
	x11-wm/i3
"

pkg_postins() {
	elog "Documentation: https://github.com/JonnyHaystack/i3-resurrect?tab=readme-ov-file#usage"
	elog "Alternative software: x11-misc/i3-restore"
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/i3ipc[]
	dev-python/natsort[]
	x11-wm/i3