Changeset 6f48f76 for BLFS


Ignore:
Timestamp:
09/27/2015 12:52:55 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
2ce3688
Parents:
967b819
Message:

Modifications for the LXQt chapter

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    r967b819 r6f48f76  
    105105#fi
    106106
     107#======== LXQt envars =============
     108
     109# Refer to `Chapter 40. LXQt Desktop Pre-Install Instructions'
     110# We use envars.conf for LXQT_PREFIX, instead of /etc/profile.d. But if you
     111# install into a different prefix, you'll need to create the relevant
     112# directory, to create /etc/profiles.d/lxqt.sh, update /etc/ld.so.conf, and
     113# to create and populate the directories $LXQT_PREFIX/share/icons, as
     114# instructed.
     115
     116#--- Installation prefix
     117export LXQT_PREFIX=/usr
     118
     119#--- If you want to install LXQT on a non standard prefix, uncomment
     120#    the next line and edit it as needed, or just use the book's
     121#    /etc/profile.d/lxqt.sh.
     122# export LXQT_PREFIX=/opt/lxqt
     123
    107124#======== Optimizations =============
    108125
  • BLFS/xsl/gen_pkg_list.xsl

    r967b819 r6f48f76  
    205205          <xsl:if test="ancestor::chapter[@id='kde4-core'
    206206                                       or @id='xfce-core'
     207                                       or @id='lxqt-desktop'
    207208                                       or @id='lxde-desktop']
    208209                    and preceding-sibling::sect1[1]">
Note: See TracChangeset for help on using the changeset viewer.