Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (876eeceae852c5ab1028b772142ab21c8e4aa75d)
  • Date: Mon, 10 Apr 2023 00:59:49 +0000

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

utils/xdg-desktop-portal-hyprland/DEPENDS | 3 ++-
utils/xdg-desktop-portal-hyprland/DETAILS | 16 ++++++++--------
utils/xdg-desktop-portal-hyprland/HISTORY | 8 +++++++-
utils/xdg-desktop-portal-hyprland/PRE_BUILD | 2 +-
4 files changed, 18 insertions(+), 11 deletions(-)

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

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

diff --git a/utils/xdg-desktop-portal-hyprland/DEPENDS
b/utils/xdg-desktop-portal-hyprland/DEPENDS
index 5644428..b441d1b 100755
--- a/utils/xdg-desktop-portal-hyprland/DEPENDS
+++ b/utils/xdg-desktop-portal-hyprland/DEPENDS
@@ -18,5 +18,6 @@ depends_one_of SD_BUS \
optional_depends qt6base "" "" "for hyprland-share-picker" &&
if is_depends_enabled "${SPELL}" "qt6base"; then
depends cmake &&
- depends make
+ depends make &&
+ depends qt6wayland
fi
diff --git a/utils/xdg-desktop-portal-hyprland/DETAILS
b/utils/xdg-desktop-portal-hyprland/DETAILS
index 0d38205..9994cef 100755
--- a/utils/xdg-desktop-portal-hyprland/DETAILS
+++ b/utils/xdg-desktop-portal-hyprland/DETAILS
@@ -1,16 +1,16 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=xdg-desktop-portal-hyprland
- VERSION=0.6.0
- COMMIT_ID_XDG=e1f145d15db320fe5c5e99b90898ab87db7e8214
- COMMIT_ID_PROTO=b8f55e02a328c47ed373133c52483bbfa20a1b75
- SOURCE=${SPELL}-${COMMIT_ID_XDG}.tar.gz
+ VERSION=0.2.1
+ COMMIT_ID_PROTO=4d29e48433270a2af06b8bc711ca1fe5109746cd
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=hyprland-protocols-${COMMIT_ID_PROTO}.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${COMMIT_ID_XDG}"
-
SOURCE_URL[0]=https://github.com/hyprwm/${SPELL}/archive/${COMMIT_ID_XDG}.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/
-
SOURCE_HASH=sha256:2bcf6ebdcd0540a6e925a1ca5ba71a4c6a20dee6c138f07344dee4b55a493df9
-
SOURCE2_HASH=sha256:5340ca9a11bfc1a839b5acb23a3c93739cf6d82708e975330b687b0f1bd763f1
+
SOURCE_HASH=sha256:f75d56f8451ac7d0f54a6f34109dadb7eb4042a7f413e11e27698093c82ca3e1
+
SOURCE2_HASH=sha256:5f6be4d870e94314f05ec7ff9c9c1f028748230ff80a7f89aeaf66c08e5c70e0
ENTERED=20230329
LICENSE=MIT
KEYWORDS="hyprland xdg"
diff --git a/utils/xdg-desktop-portal-hyprland/HISTORY
b/utils/xdg-desktop-portal-hyprland/HISTORY
index 40d2dc3..3807865 100644
--- a/utils/xdg-desktop-portal-hyprland/HISTORY
+++ b/utils/xdg-desktop-portal-hyprland/HISTORY
@@ -1,5 +1,11 @@
+2023-04-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.2.1, changed source, source url and build
directory
+ to use VERSION
+ * DEPENDS: needs qt6wayland as well for hyprland-share-picker
+ * PRE_BUILD: use COMMIT_ID_PROTO in mv command
+
2023-03-30 Pavel Vinogradov <public AT sourcemage.org>
- * BUILD, DEPENDS, INSTALL: added optional qt6ase and made
building/installing
+ * BUILD, DEPENDS, INSTALL: added optional qt6base and made
building/installing
of hyprland-share-picker optional as well

2023-03-29 Conner Clere <xenanthropy AT sourcemage.org>
diff --git a/utils/xdg-desktop-portal-hyprland/PRE_BUILD
b/utils/xdg-desktop-portal-hyprland/PRE_BUILD
index ca2b3bf..38aa6f9 100755
--- a/utils/xdg-desktop-portal-hyprland/PRE_BUILD
+++ b/utils/xdg-desktop-portal-hyprland/PRE_BUILD
@@ -2,4 +2,4 @@ default_pre_build &&
cd "${SOURCE_DIRECTORY}/subprojects" &&
rm -r hyprland-protocols &&
unpack_file 2 &&
-mv hyprland-protocols-b8f55e02a328c47ed373133c52483bbfa20a1b75
hyprland-protocols
+mv "hyprland-protocols-${COMMIT_ID_PROTO}" "hyprland-protocols"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (876eeceae852c5ab1028b772142ab21c8e4aa75d), Pavel Vinogradov, 04/09/2023

Archive powered by MHonArc 2.6.24.

Top of Page