Skip to Content.
Sympa Menu

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

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 (99cc02c9ddbbbb57b979767511a58459cfe57502)
  • Date: Sun, 11 Aug 2024 03:41:12 +0000

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

utils/flatpak/DEPENDS | 2 +-
utils/flatpak/HISTORY | 3 +++
utils/xdg-dbus-proxy/DETAILS | 11 ++++++-----
utils/xdg-dbus-proxy/HISTORY | 3 +++
4 files changed, 13 insertions(+), 6 deletions(-)

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

utils/flatpak: pre-release branch needs xdg-dbus-proxy, not dbus-proxy

commit a235411fddf41dd0f0da61899eeaf23e7c42f9d3
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/xdg-dbus-proxy: version 0.1.5

diff --git a/utils/flatpak/DEPENDS b/utils/flatpak/DEPENDS
index 9233dc4..2e73ea3 100755
--- a/utils/flatpak/DEPENDS
+++ b/utils/flatpak/DEPENDS
@@ -1,6 +1,6 @@
if [[ "${FLATPAK_BRANCH}" == "pre-release" ]]; then
. "$GRIMOIRE"/MESON_DEPENDS &&
- depends dbus-proxy "system_dbus_proxy=${TRACK_ROOT}/usr/bin/dbus-proxy"
+ depends xdg-dbus-proxy
"system_dbus_proxy=${TRACK_ROOT}/usr/bin/xdg-dbus-proxy"
fi &&

depends PKG-CONFIG &&
diff --git a/utils/flatpak/HISTORY b/utils/flatpak/HISTORY
index a33828f..1f9a80b 100644
--- a/utils/flatpak/HISTORY
+++ b/utils/flatpak/HISTORY
@@ -1,3 +1,6 @@
+2024-08-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: dbus-proxy -> xdg-dbus-proxy
+
2024-07-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: pre-release version 1.15.9
* DEPENDS: pre-release branch needs dbus-proxy
diff --git a/utils/xdg-dbus-proxy/DETAILS b/utils/xdg-dbus-proxy/DETAILS
index 4015b57..4de54d1 100755
--- a/utils/xdg-dbus-proxy/DETAILS
+++ b/utils/xdg-dbus-proxy/DETAILS
@@ -1,11 +1,12 @@
-source $GRIMOIRE/MESON_FUNCTIONS
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=xdg-dbus-proxy
- VERSION=0.1.4
-
SOURCE_HASH=sha256:1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab
+ VERSION=0.1.5
+
SOURCE_HASH=sha256:061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb
SOURCE=${SPELL}-${VERSION}.tar.xz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=https://github.com/flatpak/${SPELL}/releases/download/${VERSION}/${SPELL}-${VERSION}.tar.xz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
SOURCE_URL[0]=https://github.com/flatpak/${SPELL}/releases/download/${VERSION}/${SOURCE}
WEB_SITE=https://www.github.com/flatpak/xdg-dbus-proxy/
+# Watch: https://github.com/flatpak/xdg-dbus-proxy/tags tags/([0-9.]+)[.]tar
LICENSE[0]=LGPL
ENTERED=20221120
KEYWORDS="flatpak"
diff --git a/utils/xdg-dbus-proxy/HISTORY b/utils/xdg-dbus-proxy/HISTORY
index b9635e7..c1d81db 100644
--- a/utils/xdg-dbus-proxy/HISTORY
+++ b/utils/xdg-dbus-proxy/HISTORY
@@ -1,3 +1,6 @@
+2024-08-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.1.5, quoting++, added Watch line
+
2022-11-20 Conner Clere <connerclere AT gmail.com>
* BUILD, CONFIGURE, DEPENDS, DETAILS: version 0.1.4, spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page