Skip to Content.
Sympa Menu

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

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 (e9751100831f0bc08ff5ff68329b035e84f9fb49)
  • Date: Sun, 12 May 2024 16:35:58 +0000

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

ChangeLog | 1 +
python-pypi/nwg-panel/DEPENDS | 20 ++++++++++++++++++++
python-pypi/nwg-panel/DETAILS | 16 ++++++++++++++++
python-pypi/nwg-panel/HISTORY | 3 +++
4 files changed, 40 insertions(+)

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

python-pypi/nwg-panel: new spell

gtk-3 based panel for sway and hyprland, part of the nwg-shell project
Could possibly be used on other wayland compositors though

diff --git a/ChangeLog b/ChangeLog
index cb06f13..a513b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* wm-addons/swaync: new spell, sway notification center
* utils/brightnessctl: new spell, brightness control
* python-pypi/nwg-icon-picker: new spell, gtk icon picker
+ * python-pypi/nwg-panel: new spell, gtk panel 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-panel/DEPENDS b/python-pypi/nwg-panel/DEPENDS
new file mode 100755
index 0000000..bea4f66
--- /dev/null
+++ b/python-pypi/nwg-panel/DEPENDS
@@ -0,0 +1,20 @@
+depends python3 &&
+depends PKG-CONFIG &&
+depends BLUEZ &&
+depends gtk-layer-shell &&
+depends gtk+3 &&
+depends libappindicator &&
+depends brightnessctl &&
+depends nwg-icon-picker &&
+depends pulseaudio &&
+depends playerctl &&
+depends pygobject3 &&
+depends python-i3ipc &&
+depends python-netifaces &&
+depends psutil &&
+depends requests &&
+depends setuptools &&
+depends wheel &&
+
+optional_depends swaync '' '' 'for sway notification center support' &&
+optional_depends wlr-randr '' '' 'for non-sway wayland compositor support'
diff --git a/python-pypi/nwg-panel/DETAILS b/python-pypi/nwg-panel/DETAILS
new file mode 100755
index 0000000..93f5896
--- /dev/null
+++ b/python-pypi/nwg-panel/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=nwg-panel
+ VERSION=0.9.31
+ 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:a3ce46610ac1e3837b7a30220722954e201b5ea8ef89913be2f519267d02ab5ca6b87e7514a3ea6156ceb98d1a6d7bfebe452b14de577f82b117105cb82bfde8
+ LICENSE[0]=MIT
+ WEB_SITE=https://nwg-piotr.github.io/nwg-shell/nwg-panel
+ ENTERED=20240512
+ KEYWORDS="wayland sway hyprland panel nwg"
+ SHORT="gtk3-based panel for sway and hyprland"
+cat << EOF
+Nwg-panel is a GTK3-based panel for sway and Hyprland Wayland compositors.
+The panel is equipped with a graphical configuration program that frees
+the user from the need to manually edit configuration files.
+EOF
diff --git a/python-pypi/nwg-panel/HISTORY b/python-pypi/nwg-panel/HISTORY
new file mode 100644
index 0000000..908e964
--- /dev/null
+++ b/python-pypi/nwg-panel/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: version 0.9.31, new spell
+


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

Archive powered by MHonArc 2.6.24.

Top of Page