sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (6a0e9e4d7150c37ba8f07b15c1eee42a32372269)
- From: Ismael Luceno <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 Ismael Luceno (6a0e9e4d7150c37ba8f07b15c1eee42a32372269)
- Date: Fri, 11 Sep 2026 07:12:30 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
graphics/gimp/DETAILS | 3 ---
graphics/gimp/FINAL | 1 +
graphics/gimp/HISTORY | 4 ++++
graphics/gimp/INSTALL | 4 ----
graphics/gimp/PREPARE | 1 -
windowmanagers/sway/DEPENDS | 2 +-
windowmanagers/sway/DETAILS | 2 +-
windowmanagers/sway/HISTORY | 4 ++++
windowmanagers/sway/patches/no-werror.patch | 13 -------------
wm-addons/wlroots/DETAILS | 2 +-
10 files changed, 12 insertions(+), 24 deletions(-)
New commits:
commit 6a0e9e4d7150c37ba8f07b15c1eee42a32372269
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
sway 1.12
commit 7e32beb4d716686d3de691c4179946aa4f2504eb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
wlroots 0.20.2
commit 1a54fb4f9e6276b0543827d20b9163d58203d86c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
gimp: Remove GIMP_DEVEL
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 89e57d3..8754074 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,10 +1,7 @@
SPELL=gimp
-#if [[ $GIMP_DEVEL == y ]]; then
-#else
VERSION=2.10.38
SECURITY_PATCH=2
SOURCE_HASH=sha512:343bf1c3bd14bf8e7c7af79c05920faca213da68549127c1d8af53e2e872e55aeaf39a3cfcf578183a34fdc4f98e1c859be63956b0611067186eefd1fdee2aaa
-#fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/graphics/gimp/FINAL b/graphics/gimp/FINAL
index 764f2bd..9033576 100755
--- a/graphics/gimp/FINAL
+++ b/graphics/gimp/FINAL
@@ -1 +1,2 @@
+persist_remove GIMP_DEVEL
update_desktop_database
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index c2ff375..5ef5b5e 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,7 @@
+2026-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE, INSTALL: removed, no longer needed
+ * DETAILS, FINAL: remove GIMP_DEVEL
+
2024-07-01 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: converted several instances to vdepends
diff --git a/graphics/gimp/INSTALL b/graphics/gimp/INSTALL
deleted file mode 100755
index e81a84d..0000000
--- a/graphics/gimp/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-default_install &&
-if [[ $GIMP_DEVEL == y ]]; then
- ln -sf /usr/bin/gimp-$(echo ${VERSION}|sed -e 's/\.[0-9]\+$//')
${INSTALL_ROOT}/usr/bin/gimp
-fi
diff --git a/graphics/gimp/PREPARE b/graphics/gimp/PREPARE
deleted file mode 100755
index 9e7a744..0000000
--- a/graphics/gimp/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GIMP_DEVEL "Build DEVEL version?" n
diff --git a/windowmanagers/sway/DEPENDS b/windowmanagers/sway/DEPENDS
index 524b0b7..33420c5 100755
--- a/windowmanagers/sway/DEPENDS
+++ b/windowmanagers/sway/DEPENDS
@@ -16,7 +16,7 @@ vdepends <<! &&
meson >= 0.60.0
wayland >= 1.20.0
wayland-protocols >= 1.24
- wlroots[SWAY] >= 0.18.0
+ wlroots[SWAY] >= 0.20.0
!
optional_depends gdk-pixbuf2 \
diff --git a/windowmanagers/sway/DETAILS b/windowmanagers/sway/DETAILS
index 00664bb..9f1cc59 100755
--- a/windowmanagers/sway/DETAILS
+++ b/windowmanagers/sway/DETAILS
@@ -9,7 +9,7 @@ if [[ "${SWAY_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=1.10.1
+ VERSION=1.12
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="https://github.com/swaywm/sway/releases/download/$VERSION/$SOURCE"
diff --git a/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index 2bd9e27..3da5702 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,3 +1,7 @@
+2026-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: updated spell to 1.12
+ * patches/no-werror.patch: removed, no longer needed
+
2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.10.1
diff --git a/windowmanagers/sway/patches/no-werror.patch
b/windowmanagers/sway/patches/no-werror.patch
deleted file mode 100644
index 81ca5d6..0000000
--- a/windowmanagers/sway/patches/no-werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 7185daf..f76ea7b 100644
---- a/meson.build
-+++ b/meson.build
-@@ -7,7 +7,7 @@ project(
- default_options: [
- 'c_std=c11',
- 'warning_level=2',
-- 'werror=true',
-+ 'werror=false',
- ],
- )
-
diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 9e3fc98..1d8061d 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -17,7 +17,7 @@ case "${WLROOTS_BRANCH}" in
SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${WLROOTS_COMMIT}/${SOURCE}.tar.gz"
;;
(*)
- VERSION=0.18.2
+ VERSION=0.20.2
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$VERSION/downloads/$SOURCE"
SOURCE2=$SOURCE.sig
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (6a0e9e4d7150c37ba8f07b15c1eee42a32372269), Ismael Luceno, 09/11/2026
Archive powered by MHonArc 2.6.24.