Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (bb5a868e7a673666fd270730ca0b3b4254bcf396)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <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 Ismael Luceno (bb5a868e7a673666fd270730ca0b3b4254bcf396)
  • Date: Mon, 7 Apr 2025 22:01:02 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/evince/DEPENDS | 32 ++++++++++++++++----------------
doc/evince/HISTORY | 3 +++
2 files changed, 19 insertions(+), 16 deletions(-)

New commits:
commit bb5a868e7a673666fd270730ca0b3b4254bcf396
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

evince: Fix typo and convert more deps to vdepends

diff --git a/doc/evince/DEPENDS b/doc/evince/DEPENDS
index 8fe6d26..01c82dc 100755
--- a/doc/evince/DEPENDS
+++ b/doc/evince/DEPENDS
@@ -1,23 +1,23 @@
. "$GRIMOIRE"/MESON_DEPENDS &&
. "$GRIMOIRE"/VDEPENDS &&
-<-! vdepends &&
+<<-! vdepends &&
+ adwaita-icon-theme
+ cairo
+ freetype2
+ gconf2
+ gdk-pixbuf2
+ GETTEXT
+ glib2
+ gtk+3
+ hicolor-icon-theme
+ itstool
libhandy >= 1.5.0
+ libx11
+ libxi
+ libxml2
+ pango
+ zlib
!
-depends libxml2 &&
-depends glib2 &&
-depends cairo &&
-depends gtk+3 &&
-depends gconf2 &&
-depends hicolor-icon-theme &&
-depends adwaita-icon-theme &&
-depends itstool &&
-depends freetype2 &&
-depends gdk-pixbuf2 &&
-depends pango &&
-depends zlib &&
-depends libx11 &&
-depends libxi &&
-depends GETTEXT &&

runtime_depends gsettings-desktop-schemas &&

diff --git a/doc/evince/HISTORY b/doc/evince/HISTORY
index 1cbd9fe..74f70a3 100644
--- a/doc/evince/HISTORY
+++ b/doc/evince/HISTORY
@@ -1,3 +1,6 @@
+2025-04-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed typo and converted more dependencies to vdepends
+
2025-04-07 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: avoid gtk+2 dependency via gnome-icon-theme



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (bb5a868e7a673666fd270730ca0b3b4254bcf396), Ismael Luceno, 04/07/2025

Archive powered by MHonArc 2.6.24.

Top of Page