[blfs] branch xry111/intltool updated: Add dependencies on intltool

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <177632569611.4542.634726820881346589@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch xry111/intltool
in repository blfs.

The following commit(s) were added to refs/heads/xry111/intltool by this push:
     new 675c3e73d6 Add dependencies on intltool
675c3e73d6 is described below

commit 675c3e73d6fee6aae6902470f2f72385f806744d
Author: Pierre Labastie <[email protected]>
AuthorDate: Thu Apr 16 09:45:53 2026 +0200

    Add dependencies on intltool
    
    gimp depends on intltool, but requires libmypaint, which also
    requires it. gnumeric depends on intltool, but requires
    goffice, which also depends on intltool. samba was a false
    positive: it checks for intltool-merge, but never uses it,
    and it does not failed if not present.
---
 general/graphlib/libmypaint.xml                | 1 +
 gnome/applications/brasero.xml                 | 1 +
 gnome/applications/evolution.xml               | 1 +
 intltool-possible-rev-dep.txt                  | 1 -
 lxqt/desktop/libfm-extra.xml                   | 3 ++-
 multimedia/libdriv/sound-theme-freedesktop.xml | 7 +++++++
 postlfs/security/polkit-gnome.xml              | 3 ++-
 pst/ps/paps.xml                                | 3 ++-
 x/dm/lightdm.xml                               | 1 +
 x/icons/gnome-icon-theme.xml                   | 5 +++--
 x/icons/gnome-themes-extra.xml                 | 3 ++-
 x/lib/goffice010.xml                           | 1 +
 xsoft/other/xarchiver.xml                      | 3 ++-
 xsoft/other/xscreensaver.xml                   | 3 ++-
 14 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/general/graphlib/libmypaint.xml b/general/graphlib/libmypaint.xml
index daea5845ac..b23789ba7b 100644
--- a/general/graphlib/libmypaint.xml
+++ b/general/graphlib/libmypaint.xml
@@ -71,6 +71,7 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
+      <xref linkend='intltool'/> and
       <xref linkend="json-c"/>
     </para>
 
diff --git a/gnome/applications/brasero.xml b/gnome/applications/brasero.xml
index d7ca5da5c4..d17f9adae4 100644
--- a/gnome/applications/brasero.xml
+++ b/gnome/applications/brasero.xml
@@ -84,6 +84,7 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="gst10-plugins-base"/>,
+      <xref linkend='intltool'/>,
       <xref linkend="itstool"/>,
       <xref linkend="libcanberra"/>, and
       <xref linkend="libnotify"/>
diff --git a/gnome/applications/evolution.xml b/gnome/applications/evolution.xml
index a6c60756ef..16c4c772c1 100644
--- a/gnome/applications/evolution.xml
+++ b/gnome/applications/evolution.xml
@@ -87,6 +87,7 @@
       <xref linkend="evolution-data-server"/>,
       <xref linkend="gcr4"/>,
       <xref linkend="gnome-autoar"/>,
+      <xref linkend='intltool'/>,
       <xref linkend="shared-mime-info"/>, and
       <xref linkend="webkitgtk"/>
     </para>
diff --git a/intltool-possible-rev-dep.txt b/intltool-possible-rev-dep.txt
index 52caae2b57..5ee45f2838 100644
--- a/intltool-possible-rev-dep.txt
+++ b/intltool-possible-rev-dep.txt
@@ -557,7 +557,6 @@ networking/netprogs/wireless-tools.xml
 networking/netprogs/wpa_supplicant.xml
 networking/netprogs/rsync.xml
 networking/netprogs/bridgeutils.xml
-networking/netprogs/samba.xml really depends on intltool
 networking/mailnews/procmail.xml
 networking/mailnews/mutt.xml
 networking/mailnews/fetchmail.xml
diff --git a/lxqt/desktop/libfm-extra.xml b/lxqt/desktop/libfm-extra.xml
index cf7dc6b6fe..c86cf2ef8d 100644
--- a/lxqt/desktop/libfm-extra.xml
+++ b/lxqt/desktop/libfm-extra.xml
@@ -71,7 +71,8 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="glib2"/>
+      <xref linkend="glib2"/> and
+      <xref linkend='intltool'/>
     </para>
 <!--
     <bridgehead renderas="sect4">Recommended</bridgehead>
diff --git a/multimedia/libdriv/sound-theme-freedesktop.xml b/multimedia/libdriv/sound-theme-freedesktop.xml
index aa4906bab8..f7e850dc4a 100644
--- a/multimedia/libdriv/sound-theme-freedesktop.xml
+++ b/multimedia/libdriv/sound-theme-freedesktop.xml
@@ -67,6 +67,13 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">sound-theme-freedesktop Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend='intltool'/>
+    </para>
+
   </sect2>
 
   <sect2 role="installation">
diff --git a/postlfs/security/polkit-gnome.xml b/postlfs/security/polkit-gnome.xml
index 03f87a6b6d..77b9cd8544 100644
--- a/postlfs/security/polkit-gnome.xml
+++ b/postlfs/security/polkit-gnome.xml
@@ -84,7 +84,8 @@
     <para role="required">
       <!-- due to the patch -->
       <xref linkend="accountsservice"/>,
-      <xref linkend="gtk3"/>, and
+      <xref linkend="gtk3"/>,
+      <xref linkend='intltool'/>, and
       <xref linkend="polkit"/>
     </para>
 
diff --git a/pst/ps/paps.xml b/pst/ps/paps.xml
index f03a396018..09ea5d4ea5 100644
--- a/pst/ps/paps.xml
+++ b/pst/ps/paps.xml
@@ -81,7 +81,8 @@
     <bridgehead renderas="sect3">paps Dependencies</bridgehead>
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="fmt"/> and
+      <xref linkend="fmt"/>,
+      <xref linkend='intltool'/>, and
       <xref linkend="pango"/>
     </para>
 
diff --git a/x/dm/lightdm.xml b/x/dm/lightdm.xml
index f2b8350fde..fce2b6dfad 100644
--- a/x/dm/lightdm.xml
+++ b/x/dm/lightdm.xml
@@ -126,6 +126,7 @@
       <xref linkend="exo"/> (for the greeter),
 <!-- required by exo      <xref linkend="gtk3"/>, -->
       <xref linkend="libgcrypt"/>,
+      <xref linkend='intltool'/>,
       <xref linkend="itstool"/>,
       <xref linkend="linux-pam"/>, and
       <xref role='runtime' linkend='xorg-server'/> (Runtime)
diff --git a/x/icons/gnome-icon-theme.xml b/x/icons/gnome-icon-theme.xml
index 3c19f2a922..ee4d69b5d7 100644
--- a/x/icons/gnome-icon-theme.xml
+++ b/x/icons/gnome-icon-theme.xml
@@ -72,8 +72,9 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="gtk3"/>,
-      <xref linkend="hicolor-icon-theme"/>, and
-      <xref linkend="icon-naming-utils"/>
+      <xref linkend="hicolor-icon-theme"/>,
+      <xref linkend="icon-naming-utils"/>, and
+      <xref linkend='intltool'/>
     </para>
 
   </sect2>
diff --git a/x/icons/gnome-themes-extra.xml b/x/icons/gnome-themes-extra.xml
index 6ce6519cae..3863166602 100644
--- a/x/icons/gnome-themes-extra.xml
+++ b/x/icons/gnome-themes-extra.xml
@@ -73,7 +73,8 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="gtk3"/> with
-      <xref linkend="librsvg"/>
+      <xref linkend="librsvg"/>, and
+      <xref linkend='intltool'/>
     </para>
 
   </sect2>
diff --git a/x/lib/goffice010.xml b/x/lib/goffice010.xml
index 4a3d8461fa..da06dac7a4 100644
--- a/x/lib/goffice010.xml
+++ b/x/lib/goffice010.xml
@@ -88,6 +88,7 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="gtk3"/>,
+      <xref linkend='intltool'/>,
       <xref linkend="libgsf"/>,
       <xref linkend="librsvg"/>,
       <xref linkend="libxslt"/>, and
diff --git a/xsoft/other/xarchiver.xml b/xsoft/other/xarchiver.xml
index 0fc0034004..affb6aab44 100644
--- a/xsoft/other/xarchiver.xml
+++ b/xsoft/other/xarchiver.xml
@@ -89,7 +89,8 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="gtk3"/>
+      <xref linkend="gtk3"/> and
+      <xref linkend='intltool'/>
     </para>
 
     <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
diff --git a/xsoft/other/xscreensaver.xml b/xsoft/other/xscreensaver.xml
index c4aa55529c..839f481756 100644
--- a/xsoft/other/xscreensaver.xml
+++ b/xsoft/other/xscreensaver.xml
@@ -77,7 +77,8 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="gtk3"/> and
+      <xref linkend="gtk3"/>,
+      <xref linkend='intltool'/>, and
       <xref linkend="xorg7-app"/>
     </para>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.