commit: 9f42e7c4e45e039d1d4d742bb68294230409537f
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Mar 7 04:45:26 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Mar 7 04:45:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f42e7c4
x11-misc/i3-resurrect: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
x11-misc/i3-resurrect/Manifest | 1 +
x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 31 +++++++++++++++++++++++++
x11-misc/i3-resurrect/metadata.xml | 16 +++++++++++++
3 files changed, 48 insertions(+)
diff --git a/x11-misc/i3-resurrect/Manifest b/x11-misc/i3-resurrect/Manifest
new file mode 100644
index 0000000000..3f389666f2
--- /dev/null
+++ b/x11-misc/i3-resurrect/Manifest
@@ -0,0 +1 @@
+DIST i3-resurrect-1.4.5.tar.gz 31851 BLAKE2B
45c790ba1985cf98a56751f48c468bfad1e35e7ad1b10e0504df2b51a53433e58a26e578b608654e55b52d85f2a5d2218b4e971cef409a6f5c854e31d3e8f3dd
SHA512
9c80c25c85bb2f3113b747bff68d16a7547ff6c77c9a0b3d4b7f15f0a7fd773853565db27dd80bf01f454738d73e11f6aa1b8dac5140579f18e0ca4b4a0d559e
diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild
b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild
new file mode 100644
index 0000000000..9f291dd46e
--- /dev/null
+++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild
@@ -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"
+}
diff --git a/x11-misc/i3-resurrect/metadata.xml
b/x11-misc/i3-resurrect/metadata.xml
new file mode 100644
index 0000000000..ca599b3c18
--- /dev/null
+++ b/x11-misc/i3-resurrect/metadata.xml
@@ -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>[email protected]</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>