Skip to Content.
Sympa Menu

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

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 (2870c4f564c177c7df6555eea301089a5aaf0639)
  • Date: Sat, 25 Feb 2023 02:31:35 +0000

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

devel/appstream-glib/DEPENDS | 3 ++-
devel/appstream-glib/HISTORY | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

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

devel/appstream-glib: added optional dependency on libxslt

diff --git a/devel/appstream-glib/DEPENDS b/devel/appstream-glib/DEPENDS
index ce30aa9..b1ad255 100755
--- a/devel/appstream-glib/DEPENDS
+++ b/devel/appstream-glib/DEPENDS
@@ -10,4 +10,5 @@ depends gperf &&

optional_depends libyaml '' 'dep11=false' 'enable DEP-11' &&
optional_depends gobject-introspection \
- '' 'introspection=false' 'generate GObject Introspection data'
+ '' 'introspection=false' 'generate GObject Introspection data' &&
+optional_depends libxslt 'man=true' 'man=false' 'to build man pages'
diff --git a/devel/appstream-glib/HISTORY b/devel/appstream-glib/HISTORY
index 0fda229..156e5f9 100644
--- a/devel/appstream-glib/HISTORY
+++ b/devel/appstream-glib/HISTORY
@@ -1,5 +1,5 @@
2023-02-24 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: removed dup gobject-introspection
+ * DEPENDS: removed dup gobject-introspection, added libxslt optionally

2022-11-16 Conner Clere <connerclere AT gmail.com>
* BUILD, CONFIGURE, DEPENDS, DETAILS: version 0.8.2



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2870c4f564c177c7df6555eea301089a5aaf0639), Pavel Vinogradov, 02/24/2023

Archive powered by MHonArc 2.6.24.

Top of Page