Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (ae81c3d0acd0d2c11220b4de9eb956b6874e6b0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (ae81c3d0acd0d2c11220b4de9eb956b6874e6b0a)
  • Date: Thu, 9 May 2024 00:27:54 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

utils/xdg-desktop-portal-wlr/CONFIGURE | 2 +-
utils/xdg-desktop-portal-wlr/DEPENDS | 16 ++++++++--------
utils/xdg-desktop-portal-wlr/DETAILS | 4 ++--
utils/xdg-desktop-portal-wlr/HISTORY | 4 ++++
4 files changed, 15 insertions(+), 11 deletions(-)

New commits:
commit ae81c3d0acd0d2c11220b4de9eb956b6874e6b0a
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/xdg-desktop-portal-wlr: version 0.7.1

diff --git a/utils/xdg-desktop-portal-wlr/CONFIGURE
b/utils/xdg-desktop-portal-wlr/CONFIGURE
index 18ea11f..9f48d22 100755
--- a/utils/xdg-desktop-portal-wlr/CONFIGURE
+++ b/utils/xdg-desktop-portal-wlr/CONFIGURE
@@ -1 +1 @@
-. ${GRIMOIRE}/MESON_CONFIGURE
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/xdg-desktop-portal-wlr/DEPENDS
b/utils/xdg-desktop-portal-wlr/DEPENDS
index b3d96e5..9e7cf8c 100755
--- a/utils/xdg-desktop-portal-wlr/DEPENDS
+++ b/utils/xdg-desktop-portal-wlr/DEPENDS
@@ -1,11 +1,11 @@
-. ${GRIMOIRE}/MESON_DEPENDS &&
-depends xdg-desktop-portal &&
-depends pipewire &&
-depends wayland &&
-depends wayland-protocols &&
-depends inih &&
-depends mesa &&
-depends libdrm &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends xdg-desktop-portal &&
+depends pipewire &&
+depends wayland &&
+depends wayland-protocols &&
+depends inih &&
+depends mesa &&
+depends libdrm &&
depends LOGIN-DAEMON 'sd-bus-provider=auto' &&

optional_depends systemd \
diff --git a/utils/xdg-desktop-portal-wlr/DETAILS
b/utils/xdg-desktop-portal-wlr/DETAILS
index 605adf0..50203a6 100755
--- a/utils/xdg-desktop-portal-wlr/DETAILS
+++ b/utils/xdg-desktop-portal-wlr/DETAILS
@@ -1,11 +1,11 @@
. ${GRIMOIRE}/MESON_FUNCTIONS
SPELL=xdg-desktop-portal-wlr
- VERSION=0.6.0
+ VERSION=0.7.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSION}"

SOURCE_URL[0]=https://www.github.com/emersion/${SPELL}/releases/download/v${VERSION}/$SOURCE
WEB_SITE=https://www.github.com/emersion/xdg-desktop-portal-wlr/
-
SOURCE_HASH=sha256:20f145f00a40b41221aca73b1423f3ea4633980e1a2b1c4b25045d5eacd313e2
+
SOURCE_HASH=sha512:87aa5255d3de3203c2bfa6986c2acbffbfd414d12fb72aeca25249d3b528ffb948858a787c9c4206b18faaddd6ce09c95c257e969cc3cfeee8e376c3846f2b9d
ENTERED=20221124
LICENSE=MIT
KEYWORDS="flatpak"
diff --git a/utils/xdg-desktop-portal-wlr/HISTORY
b/utils/xdg-desktop-portal-wlr/HISTORY
index 5e0501d..c04c438 100644
--- a/utils/xdg-desktop-portal-wlr/HISTORY
+++ b/utils/xdg-desktop-portal-wlr/HISTORY
@@ -1,3 +1,7 @@
+2024-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 0.7.1; update hash (256 to 512)
+ * DEPENDS, CONFIGURE: properly quote grimoire path
+
2023-02-25 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: needs LOOIN-MANAGER, reformatted



  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (ae81c3d0acd0d2c11220b4de9eb956b6874e6b0a), Conner Clere, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page