Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (fdd3732865cfe58e977862dc0baac4c1818100cb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <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 Pavel Vinogradov (fdd3732865cfe58e977862dc0baac4c1818100cb)
  • Date: Tue, 11 Aug 2026 03:18:22 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/xdg-desktop-portal-hyprland/DEPENDS | 9 +++++++--
utils/xdg-desktop-portal-hyprland/DETAILS | 8 ++------
utils/xdg-desktop-portal-hyprland/HISTORY | 6 ++++++
utils/xdg-desktop-portal-hyprland/PRE_BUILD | 7 -------
4 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit fdd3732865cfe58e977862dc0baac4c1818100cb
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/xdg-desktop-portal-hyprland: version 1.4.1

diff --git a/utils/xdg-desktop-portal-hyprland/DEPENDS
b/utils/xdg-desktop-portal-hyprland/DEPENDS
index ee6bf9c..4678ebb 100755
--- a/utils/xdg-desktop-portal-hyprland/DEPENDS
+++ b/utils/xdg-desktop-portal-hyprland/DEPENDS
@@ -2,11 +2,16 @@
depends xdg-desktop-portal &&
depends pipewire &&
depends hyprland &&
+depends hyprlang &&
+depends hyprutils &&
+depends hyprwayland-scanner &&
depends wayland &&
depends wayland-protocols &&
-depends inih &&
depends mesa &&
depends libdrm &&
depends sdbus-cpp &&
depends qt6base &&
-depends qt6wayland
+depends qt6wayland &&
+
+optional_depends systemd "-DSYSTEMD_SERVICES=ON" "-DSYSTEMD_SERVICES=OFF" \
+ "to install systemd service file"
diff --git a/utils/xdg-desktop-portal-hyprland/DETAILS
b/utils/xdg-desktop-portal-hyprland/DETAILS
index 42635a8..c9db4ab 100755
--- a/utils/xdg-desktop-portal-hyprland/DETAILS
+++ b/utils/xdg-desktop-portal-hyprland/DETAILS
@@ -1,14 +1,10 @@
. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=xdg-desktop-portal-hyprland
- VERSION=1.3.1
-
SOURCE_HASH=sha256:60b390f326b84cc52657b735e3d7ba8f03aa3363672100dba47580984491611f
- COMMIT_ID_PROTO=0c2ce70625cb30aef199cb388f99e19a61a6ce03
-
SOURCE2_HASH=sha256:48557ca194f48967ea51f6b5094b06646fd557877831c1cd5fd286f6428b0638
+ VERSION=1.4.1
+
SOURCE_HASH=sha256:3652c14f63a9666acea2c841e196782dbc0f74ea5b4783622dd04a32f08b709f
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=hyprland-protocols-${COMMIT_ID_PROTO}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSION}"

SOURCE_URL[0]=https://github.com/hyprwm/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE2_URL[0]=https://github.com/hyprwm/hyprland-protocols/archive/${COMMIT_ID_PROTO}.tar.gz
# Watch: https://github.com/hyprwm/xdg-desktop-portal-hyprland/tags
tags/v([0-9.]+)[.]tar
WEB_SITE=https://www.github.com/hyprwm/xdg-desktop-portal-hyprland/
ENTERED=20230329
diff --git a/utils/xdg-desktop-portal-hyprland/HISTORY
b/utils/xdg-desktop-portal-hyprland/HISTORY
index 1e69c5c..52e5566 100644
--- a/utils/xdg-desktop-portal-hyprland/HISTORY
+++ b/utils/xdg-desktop-portal-hyprland/HISTORY
@@ -1,3 +1,9 @@
+2026-08-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.4.1, removed hyprland-protocols sources and
source_url
+ * DEPENDS: needs hyprlang, hyprutils and hyprwayland-scanner,
+ no longer needs inih, optionally dependds on systemd
+ * PRE_BUILD: dropped, not needed anymore
+
2024-01-25 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: removed, not needed anymore and causes errors

diff --git a/utils/xdg-desktop-portal-hyprland/PRE_BUILD
b/utils/xdg-desktop-portal-hyprland/PRE_BUILD
deleted file mode 100755
index 326e494..0000000
--- a/utils/xdg-desktop-portal-hyprland/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}/subprojects" &&
-rm -r hyprland-protocols &&
-unpack_file 2 &&
-mv "hyprland-protocols-${COMMIT_ID_PROTO}" "hyprland-protocols" &&
-
-cd "${SOURCE_DIRECTORY}"


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (fdd3732865cfe58e977862dc0baac4c1818100cb), Pavel Vinogradov, 08/10/2026

Archive powered by MHonArc 2.6.24.

Top of Page