aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-10-30 02:59:28 +0100
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-10-30 02:59:52 +0100
commitdc05992a8f380f28cfd9ef59487c05497c9341de (patch)
tree6bd5519faf89697db912b38d55e594ae5d7c08a3 /x11-misc
parentdev-python/i3ipc: fix some of the tests, disable tests (diff)
downloadguru-dc05992a8f380f28cfd9ef59487c05497c9341de.tar.gz
guru-dc05992a8f380f28cfd9ef59487c05497c9341de.tar.bz2
guru-dc05992a8f380f28cfd9ef59487c05497c9341de.zip
x11-misc/autotiling: new package, add 1.7
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/autotiling/Manifest1
-rw-r--r--x11-misc/autotiling/autotiling-1.7.ebuild21
-rw-r--r--x11-misc/autotiling/metadata.xml11
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
new file mode 100644
index 000000000..b944764da
--- /dev/null
+++ b/x11-misc/autotiling/Manifest
@@ -0,0 +1 @@
+DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild
new file mode 100644
index 000000000..fa2c4a915
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"
diff --git a/x11-misc/autotiling/metadata.xml b/x11-misc/autotiling/metadata.xml
new file mode 100644
index 000000000..8e0f8c8a8
--- /dev/null
+++ b/x11-misc/autotiling/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nwg-piotr/autotiling</remote-id>
+ </upstream>
+</pkgmetadata>