Skip to Content.
Sympa Menu

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

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 (2b859515e44b532f0aef8d47de651fe9327ff726)
  • Date: Mon, 13 May 2024 03:25:30 +0000

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

ChangeLog | 1 +
wm-addons/nwg-menu/BUILD | 1 +
wm-addons/nwg-menu/DEPENDS | 8 ++++++++
wm-addons/nwg-menu/DETAILS | 14 ++++++++++++++
wm-addons/nwg-menu/HISTORY | 3 +++
5 files changed, 27 insertions(+)

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

wm-addons/nwg-menu: new spell

MenuStart plugin for nwg-panel
(can be used standalone but it's really meant to be used with nwgpanel)

diff --git a/ChangeLog b/ChangeLog
index fb7a4d6..79e9ea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
* python-pypi/nwg-clipman: new spell, gtk3 gui for cliphist
* wm-addons/gopsuinfo: new spell, display system info in bars
* python-pypi/nwg-hello: new spell, gtk3 greeter for greetd
+ * wm-addons/nwg-menu: new spell, menustart plugin for nwg-panel

2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells
diff --git a/wm-addons/nwg-menu/BUILD b/wm-addons/nwg-menu/BUILD
new file mode 100755
index 0000000..97c67d1
--- /dev/null
+++ b/wm-addons/nwg-menu/BUILD
@@ -0,0 +1 @@
+GOROOT="${INSTALL_ROOT}/opt/go/" GOPROXY="proxy.golang.org,direct" make build
diff --git a/wm-addons/nwg-menu/DEPENDS b/wm-addons/nwg-menu/DEPENDS
new file mode 100755
index 0000000..11b84d6
--- /dev/null
+++ b/wm-addons/nwg-menu/DEPENDS
@@ -0,0 +1,8 @@
+depends PKG-CONFIG &&
+depends go &&
+depends gtk+3 &&
+depends gtk-layer-shell &&
+
+optional_depends nwg-panel '' '' '(recommended) integration with nwg-panel'
&&
+suggest_depends thunar '' '' 'default file manager' &&
+suggest_depends alacritty '' '' 'default terminal'
diff --git a/wm-addons/nwg-menu/DETAILS b/wm-addons/nwg-menu/DETAILS
new file mode 100755
index 0000000..4941f53
--- /dev/null
+++ b/wm-addons/nwg-menu/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=nwg-menu
+ VERSION=0.1.3
+ 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:6295120f10e73b464506be0fbdb402a119a7d63c40f06fdcc0c86e27d520a603f7729af711c0facc9c904bbf99af9697d2e2b598914196de45504c8e377d4d9c
+ LICENSE[0]=MIT
+ WEB_SITE=https://nwg-piotr.github.io/nwg-shell/nwg-menu
+ ENTERED=20240512
+ KEYWORDS="utils launcher nwg"
+ SHORT="MenuStart plugin for nwg-panel"
+cat << EOF
+MenuStart plugin to nwg-panel, also capable of working standalone
+EOF
diff --git a/wm-addons/nwg-menu/HISTORY b/wm-addons/nwg-menu/HISTORY
new file mode 100644
index 0000000..6b87b63
--- /dev/null
+++ b/wm-addons/nwg-menu/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: version 0.1.3, new spell
+


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

Archive powered by MHonArc 2.6.24.

Top of Page