Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (331d99221c624bcc89a287d6c7ccabfff26b486a)
  • Date: Mon, 13 May 2024 00:08:18 +0000

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

ChangeLog | 2 ++
python-pypi/nwg-displays/DEPENDS | 7 +++++++
python-pypi/nwg-displays/DETAILS | 22 ++++++++++++++++++++++
python-pypi/nwg-displays/HISTORY | 3 +++
python-pypi/nwg-displays/INSTALL | 4 ++++
5 files changed, 38 insertions(+)

New commits:
commit 331d99221c624bcc89a287d6c7ccabfff26b486a
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

python-pypi/nwg-displays: new spell

display management utility for sway and hyprland

diff --git a/ChangeLog b/ChangeLog
index 5198b95..480a9c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
* wm-addons/nwg-drawer: new spell, application drawer for wlroots
compositors
* wm-addons/nwg-dock: new spell, application dock for sway
* wm-addons/nwg-dock-hyprland: new spell, application dock for
hyprland
+ * python-pypi/nwg-displays: new spell, display management utility for
sway
+ and hyprland

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/python-pypi/nwg-displays/DEPENDS
b/python-pypi/nwg-displays/DEPENDS
new file mode 100755
index 0000000..45edb42
--- /dev/null
+++ b/python-pypi/nwg-displays/DEPENDS
@@ -0,0 +1,7 @@
+depends PKG-CONFIG &&
+depends python3 &&
+depends setuptools &&
+depends pygobject3 &&
+depends gtk+3 &&
+depends gtk-layer-shell &&
+depends python-i3ipc
diff --git a/python-pypi/nwg-displays/DETAILS
b/python-pypi/nwg-displays/DETAILS
new file mode 100755
index 0000000..35930c2
--- /dev/null
+++ b/python-pypi/nwg-displays/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=nwg-displays
+ VERSION=0.3.18
+ 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:74d79ad73b9b344655addcebf552d471c92f4586dd2165794c1fb88fc09a162ba53023550c10f71d02d4068ec2408bfb0685345879b3c36fbecb9fb64e542bcc
+ LICENSE[0]=MIT
+ WEB_SITE=https://nwg-piotr.github.io/nwg-shell/nwg-displays
+ ENTERED=20240512
+ KEYWORDS="display wayland monitor"
+ SHORT="output management utility for sway and hyprland"
+cat << EOF
+Nwg-displays is an output management utility for sway and Hyprland
+Wayland compositor, inspired by wdisplays and wlay.
+The program is expected to:
+
+ * provide an intuitive GUI to manage multiple displays;
+ * apply settings;
+ * save outputs configuration to a text file;
+ * save workspace -> output assignments to a text file;
+ * support sway and Hyprland only.
+EOF
diff --git a/python-pypi/nwg-displays/HISTORY
b/python-pypi/nwg-displays/HISTORY
new file mode 100644
index 0000000..9fb0c4b
--- /dev/null
+++ b/python-pypi/nwg-displays/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * INSTALL, DEPENDS, DETAILS: version 0.3.18, new spell
+
diff --git a/python-pypi/nwg-displays/INSTALL
b/python-pypi/nwg-displays/INSTALL
new file mode 100755
index 0000000..5d3a249
--- /dev/null
+++ b/python-pypi/nwg-displays/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+
+install -D -t "${INSTALL_ROOT}"/usr/share/pixmaps nwg-displays.svg
+install -D -t "${INSTALL_ROOT}"/usr/share/applications nwg-displays.desktop


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (331d99221c624bcc89a287d6c7ccabfff26b486a), Conner Clere, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page