Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (1291e1c3bb58cb8b83583f7cd6c2cf20287fdd0e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (1291e1c3bb58cb8b83583f7cd6c2cf20287fdd0e)
  • Date: Wed, 8 May 2024 23:30:19 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/autotiling/DEPENDS | 4 ++++
python-pypi/autotiling/DETAILS | 15 +++++++++++++++
python-pypi/autotiling/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit 1291e1c3bb58cb8b83583f7cd6c2cf20287fdd0e
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

python-pypi/autotiling: new spell

autotiling for i3 and sway

diff --git a/ChangeLog b/ChangeLog
index fa99bbc..9fc762e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* fonts-x11/noto-color-emoji: deprecated in favor of ttf-noto-emoji
* x11/xsettingsd: new spell, xsettings daemon
* python-pypi/python-i3ipc: new spell, python lib for i3 and sway
+ * python-pypi/autotiling: new spell, autotiling for i3 and sway

2024-05-06 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hypridle: new spell. Hyprland's idle daemon
diff --git a/python-pypi/autotiling/DEPENDS b/python-pypi/autotiling/DEPENDS
new file mode 100755
index 0000000..b402f1a
--- /dev/null
+++ b/python-pypi/autotiling/DEPENDS
@@ -0,0 +1,4 @@
+depends python3 &&
+depends setuptools &&
+depends wheel &&
+depends python-i3ipc
\ No newline at end of file
diff --git a/python-pypi/autotiling/DETAILS b/python-pypi/autotiling/DETAILS
new file mode 100755
index 0000000..4b8366c
--- /dev/null
+++ b/python-pypi/autotiling/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=autotiling
+ VERSION=1.9.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/nwg-piotr/$SPELL/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/nwg-piotr/autotiling
+ ENTERED=20240508
+ KEYWORDS="sway i3 tiling wm wm-addons"
+ SHORT="autotiling program for i3 and sway"
+cat << EOF
+Script for sway and i3 to automatically switch the horizontal and
+vertical window split orientation
+EOF
diff --git a/python-pypi/autotiling/HISTORY b/python-pypi/autotiling/HISTORY
new file mode 100644
index 0000000..003abc6
--- /dev/null
+++ b/python-pypi/autotiling/HISTORY
@@ -0,0 +1,3 @@
+2024-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: version 1.9.2, new spell
+


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (1291e1c3bb58cb8b83583f7cd6c2cf20287fdd0e), Conner Clere, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page