mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
x11-misc/i3-resurrect: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
x11-misc/i3-resurrect/Manifest
Normal file
1
x11-misc/i3-resurrect/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST i3-resurrect-1.4.5.tar.gz 31851 BLAKE2B 45c790ba1985cf98a56751f48c468bfad1e35e7ad1b10e0504df2b51a53433e58a26e578b608654e55b52d85f2a5d2218b4e971cef409a6f5c854e31d3e8f3dd SHA512 9c80c25c85bb2f3113b747bff68d16a7547ff6c77c9a0b3d4b7f15f0a7fd773853565db27dd80bf01f454738d73e11f6aa1b8dac5140579f18e0ca4b4a0d559e
|
||||
31
x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild
Normal file
31
x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild
Normal 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"
|
||||
}
|
||||
16
x11-misc/i3-resurrect/metadata.xml
Normal file
16
x11-misc/i3-resurrect/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user