Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c2c156bca5d9bcd5ca2d75e3d08ae719818ddcd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c2c156bca5d9bcd5ca2d75e3d08ae719818ddcd)
  • Date: Tue, 23 Sep 2008 10:31:21 +0200

On Tuesday 23 of September 2008 03:14:38 Vlad Glagolev wrote:
> --- a/gnome2-libs/pango/DEPENDS
> +++ b/gnome2-libs/pango/DEPENDS
> @@ -1,25 +1,24 @@
> -depends automake &&
> -depends cairo &&
> -depends fontconfig &&
> -depends glib2 &&
> -depends libxft &&
> -depends libxrender &&
> -depends xorg-libs &&
> +depends automake &&
> +depends cairo &&
> +depends fontconfig &&
> +depends glib2 &&
> +depends libxft &&
> +depends libxrender &&
> +depends xorg-libs &&
xorg-libs should be removed anytime you see it (#14699). See last part of
this
mail.

> -
> -if ! spell_ok g++ ; then
> +if ! spell_ok g++; then
> depends gtk-doc
> else
> - optional_depends gtk-doc \
The spell doesn't depend on g++, so the user can't really control this block
knowingly.

ldd says pango is linked against (uniqed):
navaden@lynxlynx trunk 1 $ findLibDepends.sh pango
Looking at pango
/usr/bin/pango-querymodules needs /usr/lib/libX11.so.6.
Provided by libx11, but not in DEPENDS.
/usr/bin/pango-querymodules needs /usr/lib/libXau.so.6.
Provided by libxau, but not in DEPENDS.
/usr/bin/pango-querymodules needs /usr/lib/libXdmcp.so.6.
Provided by libxdmcp, but not in DEPENDS.
/usr/bin/pango-querymodules needs /usr/lib/libfreetype.so.6.
Provided by freetype2, but not in DEPENDS.
/usr/bin/pango-querymodules needs /usr/lib/libexpat.so.1.
Provided by expat, but not in DEPENDS.
/usr/bin/pango-view needs /usr/lib/libglitz.so.1.
Provided by glitz, but not in DEPENDS.
/usr/bin/pango-view needs /usr/lib/libpng12.so.0.
Provided by libpng, but not in DEPENDS.
/usr/bin/pango-view needs /usr/lib/libpixman-1.so.0.
Provided by pixman, but not in DEPENDS.


--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page