New commits:
commit 0b6514fdf958310ae86358ef9f8c38782b741037
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
SOURCE_URL[0]="https://github.com/hyprwm/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz"
diff --git a/wm-addons/hyprgraphics/HISTORY b/wm-addons/hyprgraphics/HISTORY
index edc841e..6ba72de 100644
--- a/wm-addons/hyprgraphics/HISTORY
+++ b/wm-addons/hyprgraphics/HISTORY
@@ -1,3 +1,7 @@
+2025-11-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.4.0
+ * UP_TRIGGERS: added generic trigger to fix ABI breakages
+
2025-11-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.4.0
diff --git a/wm-addons/hyprgraphics/UP_TRIGGERS
b/wm-addons/hyprgraphics/UP_TRIGGERS
new file mode 100755
index 0000000..80847df
--- /dev/null
+++ b/wm-addons/hyprgraphics/UP_TRIGGERS
@@ -0,0 +1,16 @@
+# up_trigger everything on major/minor version updates
+
+if spell_ok "${SPELL}"; then
+ local OLD_SPELL_VERSION="$(installed_version ${SPELL})" &&
+
+ if test "${VERSION%.?}" != "${OLD_SPELL_VERSION%.?}"; then
+ message "${MESSAGE_COLOR}This is a possibly incompatible update of
${SPELL}..." &&
+ message "Figuring out what spells need to be recast, this may take a
while.${DEFAULT_COLOR}" &&
+
+ local dependees="$(show_up_depends ${SPELL} 1)" &&
+
+ for each in ${dependees}; do
+ up_trigger "${each}" cast_self
+ done
+ fi
+fi
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0b6514fdf958310ae86358ef9f8c38782b741037),
Pavel Vinogradov, 11/21/2025