Changeset aac025d for BLFS


Ignore:
Timestamp:
08/12/2007 07:05:35 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
69f2b81
Parents:
5e091a2
Message:

BLFS: python-modules hacks.

Location:
BLFS/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r5e091a2 raac025d  
    188188      perl-* | tk-perl )         DEP=perl-modules ;;
    189189      dbus-* )                   DEP=dbus-bindings ;;
     190      pyxml | pycairo | pygobject | pygtk | pyorbit | \
     191      gnome-python | gnome-python-desktop ) DEP=python-modules ;;
    190192
    191193        # Orphan links (proper link must be created when generating the book)
     
    309311        # cyrus-sasl-->postgresql-->$KBR5-->openldap-->cyrus-sasl
    310312        [[ "$PKG" = "cyrus-sasl" ]] && continue
     313        ;;
     314      python-modules )
     315        # True circular dependecy
     316        [[ "$PKG" = "python-modules" ]] && continue
     317        # libgsf-->python-modules-->several combinations-->libgsf
     318        [[ "$PKG" = "libgsf" ]] && continue
     319        # gimp-->python-modules-->several combinations-->gimp
     320        [[ "$PKG" = "gimp" ]] && continue
     321        # Used to rebuild the documentation
     322        [[ "$PKG" = "gstreamer" ]] && continue
     323        [[ "$PKG" = "gst-plugins-base" ]] && continue
     324        [[ "$PKG" = "gst-plugins-good" ]] && continue
    311325        ;;
    312326      tk )
  • BLFS/libs/func_packages

    r5e091a2 raac025d  
    7676    pkg_id=$(grep "sect1 id" $file | sed -e 's/<sect1 id="//;s/".*//')
    7777    case ${pkg_id} in
    78       dbus-bindings | perl-modules ) pkg_ver=0.no_version ;;
    79       * )                            pkg_ver=$(get_pkg_ver $pkg_id) ;;
     78      dbus-bindings | \
     79      perl-modules | \
     80      python-modules ) pkg_ver=0.no_version ;;
     81                   * ) pkg_ver=$(get_pkg_ver $pkg_id) ;;
    8082    esac
    8183    installed_ver=$(get_installed_ver $pkg_id)
Note: See TracChangeset for help on using the changeset viewer.