Skip to Content.
Sympa Menu

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

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 (cdd0d825a03b8c4af22495a7ed8c67fef16659ba)
  • Date: Mon, 14 Jul 2025 14:57:45 +0000

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

libs/girara/DEPENDS | 8 ++------
libs/girara/DETAILS | 5 +++--
libs/girara/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 8 deletions(-)

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

libs/girara: version 0.4.5

diff --git a/libs/girara/DEPENDS b/libs/girara/DEPENDS
index 3cda675..da3e66c 100755
--- a/libs/girara/DEPENDS
+++ b/libs/girara/DEPENDS
@@ -3,13 +3,9 @@
depends glib2 &&
depends gtk+3 &&
depends GETTEXT &&
+depends pango &&

-optional_depends libnotify \
- "notify=enabled" \
- "notify=disabled" \
- "for notification support" &&
-
-optional_depends json-c \
+optional_depends json-glib \
"json=enabled" \
"json=disabled" \
"for JSON config dump support" &&
diff --git a/libs/girara/DETAILS b/libs/girara/DETAILS
index 01aca5c..22b1698 100755
--- a/libs/girara/DETAILS
+++ b/libs/girara/DETAILS
@@ -1,9 +1,10 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=girara
- VERSION=0.4.0
-
SOURCE_HASH=sha256:ceafd0a6aed50ad832ba766ec629f1ea366681c15f8fa728a8f55418c39dc901:UPSTREAM_HASH
+ VERSION=0.4.5
+
SOURCE_HASH=sha256:6b7f7993f82796854d5036572b879ffaaf7e0b619d12abdb318ce14757bdda91:UPSTREAM_HASH
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://pwmt.org/projects/$SPELL/download/$SOURCE
+# Watch: https://pwmt.org/projects/girara/download/
SOURCE_HINTS="no-check-certificate"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
diff --git a/libs/girara/HISTORY b/libs/girara/HISTORY
index 16e52dd..c8a2255 100644
--- a/libs/girara/HISTORY
+++ b/libs/girara/HISTORY
@@ -1,3 +1,7 @@
+2025-07-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.4.5, added Watch url
+ * DEPENDS: needs pango, json-c -> json-glib, removed libnotify
+
2023-03-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.4.0
* DEPENDS: updated the flags, removed python3


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (cdd0d825a03b8c4af22495a7ed8c67fef16659ba), Pavel Vinogradov, 07/14/2025

Archive powered by MHonArc 2.6.24.

Top of Page