x11-misc/i3-resurrect: new package

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-03-07 08:45:26 +04:00
parent f12fba1e90
commit 9f42e7c4e4
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST i3-resurrect-1.4.5.tar.gz 31851 BLAKE2B 45c790ba1985cf98a56751f48c468bfad1e35e7ad1b10e0504df2b51a53433e58a26e578b608654e55b52d85f2a5d2218b4e971cef409a6f5c854e31d3e8f3dd SHA512 9c80c25c85bb2f3113b747bff68d16a7547ff6c77c9a0b3d4b7f15f0a7fd773853565db27dd80bf01f454738d73e11f6aa1b8dac5140579f18e0ca4b4a0d559e

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
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"
}

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type='project'>
<email>zdanevich.vitaly@ya.ru</email>
<name>Vitaly Zdanevich</name>
</maintainer>
<upstream>
<maintainer>
<name>Jonathan Haylett</name>
</maintainer>
<bugs-to>https://github.com/JonnyHaystack/i3-resurrect/issues</bugs-to>
<remote-id type='pypi'>i3-resurrect</remote-id>
<remote-id type='github'>JonnyHaystack/i3-resurrect</remote-id>
</upstream>
</pkgmetadata>