Changeset 7889308


Ignore:
Timestamp:
07/25/2007 09:32:33 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
28087b7
Parents:
55bc23b
Message:

BLFS: Started X11 updates.

Location:
BLFS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_config.sh

    r55bc23b r7889308  
    9696  [[ "${SET_COMMENT}" = "y" ]] && echo "comment \"\"" >>$outFile; unset SET_COMMENT
    9797
    98     # Deal with a few unusable (at target level) package names
     98    # Deal with targets that are part of a meta-package but that are in the same
     99    # directory that non meta-packages targets
    99100  case ${PKG_NAME} in
    100      xorg7-* ) continue ;;
    101      alsa-* ) continue ;;
    102      x-config | x-setup ) continue ;;
     101     alsa-* | \
     102     xorg7-* | \
     103     x-config | \
     104     x-setup | \
     105     libXau | \
     106     libxcb | \
     107     libXdmcp | \
     108     luit | \
     109     xbitmaps | \
     110     xcb-proto | \
     111     xkeyboard-config | \
     112     mesalib | \
     113     libdrm ) continue ;;
    103114  esac
    104115
     
    223234        config  WIN_xorg7
    224235        bool    "Xorg7"
    225         config  WIN_xorg
    226         bool    "Xorg"
    227236        config  WIN_xfree86
    228237        bool    "xfree86"
     
    231240        string
    232241        default xorg7   if WIN_xorg7
    233         default xorg    if WIN_xorg
    234242        default xfree86 if WIN_xfree86
    235243endmenu
  • BLFS/gen_pkg_book.sh

    r55bc23b r7889308  
    132132#--------------------------#
    133133
    134 tail -n 30 configuration > configuration.tmp
     134tail -n 29 configuration > configuration.tmp
    135135mv configuration.tmp configuration
    136136
  • BLFS/libs/func_packages

    r55bc23b r7889308  
    6464
    6565  # IDs clean-up (unuseful pages or commented-out packages, could be more)
    66   sed -i '/template/d;/ntroduction/d;/preface/d;/alsa.xml/d' packages.tmp
     66  sed -i '/template/d;/ntroduction/d;/preface/d;/alsa.xml/d;/xorg.xml/d' packages.tmp
    6767  sed -i '/obsolete/d;/postlfs-/d;/-client.xml/d;/xorg7.xml/d' packages.tmp
    6868  sed -i '/courier.xml/d;/-other\t/d;/others-/d;/other-/d;/^ash\t/d' packages.tmp
     
    206206#--------------------------#
    207207  echo -e "x-config\nx-setup\nrman\nxterm2\nxorg7-driver\nxorg7-server\nluit\n\
    208 xorg7-font\nxorg7-data\nxorg7-app\nxbitmaps\nmesalib\nlibdrm\n\
    209 xorg7-lib\nxorg7-util\nxorg7-proto" > libs/xorg7.dep
    210 }
     208xkeyboard-config\nxorg7-font\nxorg7-data\nxorg7-app\nmesalib\nlibdrm\nxbitmaps\n\
     209xorg7-lib\nlibxcb\nxcb-proto\nlibXdmcp\nlibXau\nxorg7-util\nxorg7-proto" > libs/xorg7.dep
     210}
Note: See TracChangeset for help on using the changeset viewer.