Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b36da5d8a092c54ef613112350d8ee88e6088fee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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 (b36da5d8a092c54ef613112350d8ee88e6088fee)
  • Date: Tue, 12 May 2026 09:47:00 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

disk/gparted/DETAILS | 3 ++-
disk/gparted/HISTORY | 3 +++
emulators/qemu/DEPENDS | 3 +++
emulators/qemu/HISTORY | 3 +++
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit b36da5d8a092c54ef613112350d8ee88e6088fee
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qemu: depends on spice >= 0.15.0

commit aee6e80881be999f920a436a8b1f1acecfbc4e25
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gparted: Add Watch line

commit d058923d87a54b2da2dc57a80ef550eb48b09a91
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gparted: Update WEB_SITE

diff --git a/disk/gparted/DETAILS b/disk/gparted/DETAILS
index 18e4f77..30f4b87 100755
--- a/disk/gparted/DETAILS
+++ b/disk/gparted/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://gparted.org/ /gparted/gparted-([0-9.]+)/
SPELL=gparted
VERSION=1.4.0

SOURCE_HASH=sha512:20f94622fc1a2727f1fc9bb39ea9f04f14af06b0ff7e47c2149730d5eb339089b0d3c21cd3c9ce6f971e955a9f6ab89cc32fd5b7545a5e340b451297d87e8f39
@@ -5,7 +6,7 @@
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- WEB_SITE=http://gparted.sourceforge.net
+ WEB_SITE=https://gparted.org/
ENTERED=20051031
LICENSE[0]=GPL
KEYWORDS="gnome disk editors"
diff --git a/disk/gparted/HISTORY b/disk/gparted/HISTORY
index 22f4ab0..d89c06c 100644
--- a/disk/gparted/HISTORY
+++ b/disk/gparted/HISTORY
@@ -1,3 +1,6 @@
+2026-05-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WEB_SITE
+
2022-07-07 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, DETAILS: updated spell to 1.4.0
* DEPENDS: added --enable-libparted-dmraid flag
diff --git a/emulators/qemu/DEPENDS b/emulators/qemu/DEPENDS
index e6829f7..879660c 100755
--- a/emulators/qemu/DEPENDS
+++ b/emulators/qemu/DEPENDS
@@ -82,6 +82,9 @@ optional_depends spice \
'--enable-spice' \
'--disable-spice' \
'for SPICE virtualized desktop support' &&
+if is_depends_enabled "$SPELL" spice; then
+ vdepends <<< 'spice >= 0.15.0'
+fi &&

optional_depends usbredir \
--enable-usb-redir \
diff --git a/emulators/qemu/HISTORY b/emulators/qemu/HISTORY
index 1f7a378..c79b6c7 100644
--- a/emulators/qemu/HISTORY
+++ b/emulators/qemu/HISTORY
@@ -1,3 +1,6 @@
+2026-05-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: spice >= 0.15.0
+
2026-04-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 11.0.0



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b36da5d8a092c54ef613112350d8ee88e6088fee), Ismael Luceno, 05/12/2026

Archive powered by MHonArc 2.6.24.

Top of Page