Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (b9dbe66b04b976eaa41efc8e1733e4d74f6282fd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (b9dbe66b04b976eaa41efc8e1733e4d74f6282fd)
  • Date: Wed, 19 Jun 2024 11:53:24 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

shell-term-fm/mc/DETAILS | 4 ++--
shell-term-fm/mc/HISTORY | 3 +++
utils/poweralertd/DETAILS | 4 ++--
utils/poweralertd/HISTORY | 3 +++
x11/dunst/DEPENDS | 26 +++++++++++++++++++++-----
x11/dunst/DETAILS | 4 ++--
x11/dunst/HISTORY | 4 ++++
7 files changed, 37 insertions(+), 11 deletions(-)

New commits:
commit b9dbe66b04b976eaa41efc8e1733e4d74f6282fd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mc: => 4.8.31

commit 041733eaf1d81b6e41983695c383b10ce7acaa96
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dunst: => 1.11.0

commit e5ae38358c386ac6e987faa3ce7c0b1651f898f5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

poweralertd: => 0.3.0

diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index a0c9159..31d2a5a 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -1,6 +1,6 @@
SPELL=mc
- VERSION=4.8.30
-
SOURCE_HASH=sha512:f793f744eaff236c9952d477236dd775a24d9ddd7ff46940bfe2d06da5596bed91d6bd9c85250696da6dcdc0a1890dc01c736654df3f59039674eff38e12e68e
+ VERSION=4.8.31
+
SOURCE_HASH=sha512:dc2272a0016ed782eafc78efda575b04d064ffa7984a146f3389dea81f4c7886647e7d1f097b547f7ae00190c10e35979a24400a6bb936c023f190a82934c12d
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://www.midnight-commander.org/downloads/$SOURCE
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index c94f87e..d262edc 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2024-06-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.8.31
+
2023-12-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.8.30

diff --git a/utils/poweralertd/DETAILS b/utils/poweralertd/DETAILS
index 0cc9764..c1ce79f 100755
--- a/utils/poweralertd/DETAILS
+++ b/utils/poweralertd/DETAILS
@@ -1,7 +1,7 @@
source "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=poweralertd
- VERSION=0.2.0
-
SOURCE_HASH=sha256:f70076dad452c592e2fcdeba4fd533c11394c254f42c21522aa7b56f92a0bd69
+ VERSION=0.3.0
+
SOURCE_HASH=sha256:5b2a1d0fefab62e5ddb5784f2cd3d330f36b3cb5260936f5051f6ff89d8abc3f
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://git.sr.ht/~kennylevinsen/poweralertd/archive/${VERSION}.tar.gz
diff --git a/utils/poweralertd/HISTORY b/utils/poweralertd/HISTORY
index d6a62f2..18fe44c 100644
--- a/utils/poweralertd/HISTORY
+++ b/utils/poweralertd/HISTORY
@@ -1,3 +1,6 @@
+2024-06-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0
+
2023-04-17 Conner Clere <xenanthropy AT sourcmage.org>
* CONFIGURE, DEPENDS, DETAILS: version 0.2.0, new spell

diff --git a/x11/dunst/DEPENDS b/x11/dunst/DEPENDS
index d933ab4..43fa1a6 100755
--- a/x11/dunst/DEPENDS
+++ b/x11/dunst/DEPENDS
@@ -1,8 +1,4 @@
depends perl &&
-depends libx11 &&
-depends libxscrnsaver &&
-depends libxrandr &&
-depends libxinerama &&
depends libxdg-basedir &&
depends dbus &&
depends glib2 &&
@@ -14,4 +10,24 @@ optional_depends systemd \
"SYSTEMD=0" \
"for systemd service file support" &&

-optional_depends libnotify "" "" "to build dunstify (client)"
+optional_depends libnotify "" "" "to build dunstify (client)" &&
+
+optional_depends wayland \
+ 'WAYLAND=1' \
+ 'WAYLAND=0' \
+ 'wayland support' &&
+
+if is_depends_enabled wayland;then
+ depends wayland-protocols
+fi &&
+
+optional_depends libx11 \
+ 'X11=1' \
+ 'X11=0' \
+ 'X11 support' &&
+
+if is_depends_enabled wayland;then
+ depends libxscrnsaver &&
+ depends libxrandr &&
+ depends libxinerama
+fi
diff --git a/x11/dunst/DETAILS b/x11/dunst/DETAILS
index c6642c5..eb7438a 100755
--- a/x11/dunst/DETAILS
+++ b/x11/dunst/DETAILS
@@ -1,8 +1,8 @@
SPELL=dunst
- VERSION=1.5.0
+ VERSION=1.11.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/dunst-project/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85
+
SOURCE_HASH=sha512:84c9edccddd183fb867233cb5377115d96735f4c1be84007194ac39dd48d913e5bb021d2952057aecdb978564c2471a8974c4ee4eeccfb188e5345527007a5c4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="AUTHORS RELEASE_NOTES ${DOCS}"
DOC_DIRS=""
diff --git a/x11/dunst/HISTORY b/x11/dunst/HISTORY
index 49b71f6..b173d59 100644
--- a/x11/dunst/HISTORY
+++ b/x11/dunst/HISTORY
@@ -1,3 +1,7 @@
+2024-06-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.11.0
+ * DEPENDS: add optional wayland; x11 now optional
+
2020-07-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.5.0



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (b9dbe66b04b976eaa41efc8e1733e4d74f6282fd), Treeve Jelbert, 06/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page