Changeset ac38e9dc for lxde/desktop


Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
lxde/desktop
Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/desktop.xml

    r4a83293 rac38e9dc  
    3434
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxmenu-data.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde-icon-theme.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libfm-extra.xml"/>
    37   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde-icon-theme.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="menu-cache.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libfm.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pcmanfm.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxpanel.xml"/>
    42   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keybinder.xml"/>
    4342  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxappearance.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxpolkit.xml"/>
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxsession-systemd.xml"/>
     43  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxsession.xml"/>
    4644  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde-common-systemd.xml"/>
    4745
  • lxde/desktop/libfm-extra.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY libfm-download-ftp  " ">
    99  <!ENTITY libfm-md5sum        "3ff38200701658f7e80e25ed395d92dd">
    10   <!ENTITY libfm-size          "859 KB">
    11   <!ENTITY libfm-buildsize     "12 MB">
     10  <!ENTITY libfm-size          "880 KB">
     11  <!ENTITY libfm-buildsize     "11 MB">
    1212  <!ENTITY libfm-time          "less than 0.1 SBU">
    1313]>
     
    3131
    3232    <para>
    33       The <application>libfm-extra</application> package contains a library and
    34       other files required by <command>menu-cache-gen</command> libexec of
    35       <xref linkend="menu-cache"/>.
     33      The <application>libfm-extra</application> package contains a library
     34      required by <xref linkend="menu-cache"/>. It is built from the same
     35      source as <application>libfm</application> to satisfy a circular
     36      dependency.
    3637    </para>
    3738
    38     &lfs76_checked;
     39    &lfs77_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    107108            --sysconfdir=/etc \
    108109            --with-extra-only \
    109             --with-gtk=no     \
     110            --without-gtk     \
    110111            --disable-static  &amp;&amp;
    111112make</userinput></screen>
     
    127128
    128129    <para>
    129       <parameter>--with-extra-only</parameter> Disable all components but
    130       libfm-extra library.
     130      <parameter>--with-extra-only</parameter>: This switch disables
     131      all components but the libfm-extra library because of the
     132      circular dependency.
    131133    </para>
    132134
    133135    <para>
    134       <parameter>--with-gtk=no</parameter> <application>Gtk</application> is
    135       not necessary for this package.
     136      <parameter>--without-gtk</parameter>: This switch disables
     137      building of the <application>GTK+</application> library which
     138      is built and installed by another package later on.
    136139    </para>
    137140
     
    157160        </seg>
    158161        <seg>
    159           /usr/include/libfm (symlink),
    160           /usr/include/libfm-1.0 and
    161           /usr/lib/libfm
     162          /usr/include/libfm (symlink) and
     163          /usr/include/libfm-1.0
    162164        </seg>
    163165      </seglistitem>
  • lxde/desktop/libfm.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY libfm-download-ftp  " ">
    99  <!ENTITY libfm-md5sum        "3ff38200701658f7e80e25ed395d92dd">
    10   <!ENTITY libfm-size          "859 KB">
    11   <!ENTITY libfm-buildsize     "25 MB (additional 4 MB to rebuild and install the API documentation)">
    12   <!ENTITY libfm-time          "0.4 SBU (additional 0.2 SBU to rebuild and install the API documentation)">
     10  <!ENTITY libfm-size          "880 KB">
     11  <!ENTITY libfm-buildsize     "29 MB">
     12  <!ENTITY libfm-time          "0.3 SBU">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8282    <para role="recommended">
    8383      <xref linkend="libexif"/>,
    84       <xref linkend="vala"/>, and
    85       <xref linkend="lxmenu-data"/>
     84      <xref linkend="lxmenu-data"/> and
     85      <xref linkend="vala"/>
    8686    </para>
    8787
     
    107107    </para>
    108108
    109 <screen><userinput>./configure --prefix=/usr \
     109<screen><userinput>./configure --prefix=/usr     \
    110110            --sysconfdir=/etc \
    111             --disable-static &amp;&amp;
     111            --disable-static  &amp;&amp;
    112112make</userinput></screen>
    113113
     
    152152        <seg>
    153153          /etc/xdg/libfm,
    154           /usr/lib/libfm/modules,
     154          /usr/lib/libfm,
    155155          /usr/share/gtk-doc/html/libfm and
    156156          /usr/share/libfm
  • lxde/desktop/lxappearance.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY lxappearance-download-ftp  " ">
    99  <!ENTITY lxappearance-md5sum        "79740125628a8374c1101cf26e558fa5">
    10   <!ENTITY lxappearance-size          "156 KB">
    11   <!ENTITY lxappearance-buildsize     "3.1 MB">
     10  <!ENTITY lxappearance-size          "160 KB">
     11  <!ENTITY lxappearance-buildsize     "4.1 MB">
    1212  <!ENTITY lxappearance-time          "less than 0.1 SBU">
    1313]>
     
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    106106<screen><userinput>./configure --prefix=/usr     \
    107107            --sysconfdir=/etc \
    108             --disable-static  \
    109108            --enable-dbus     &amp;&amp;
    110109make</userinput></screen>
     
    140139      manual pages.
    141140    </para>
    142 
    143     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144       href="../../xincludes/static-libraries.xml"/>
    145141
    146142  </sect2>
  • lxde/desktop/lxde-common-systemd.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar.gz">
     7  <!ENTITY lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar.xz">
    88  <!ENTITY lxde-common-download-ftp  " ">
    99  <!ENTITY lxde-common-md5sum        "5a417f5a0e5b510a0c018b66b0dc4081">
     
    3535    </para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979      <xref linkend="lxsession"/>,
    8080      <xref linkend="openbox"/>,
    81       <xref linkend="pcmanfm"/>, and
    82       <xref linkend="systemd"/> (for Logind)
     81      <xref linkend="pcmanfm"/> and
     82      <xref linkend="systemd"/>
    8383    </para>
    8484
     
    8686    <para role="recommended">
    8787      <xref linkend="desktop-file-utils"/>,
    88       <xref linkend="hicolor-icon-theme"/>, and
     88      <xref linkend="hicolor-icon-theme"/> and
    8989      <xref linkend="shared-mime-info"/>
    9090    </para>
     
    9292    <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
    9393    <para role="optional">
    94       <xref linkend="dbus"/>,
     94      <xref linkend="dbus"/> and
    9595      a notification daemon such as
    9696      <xref linkend="notification-daemon"/> or
    97       <xref linkend="xfce4-notifyd"/>, and
    98       a polkit authentication agent such as
    99       <xref linkend="lxpolkit"/> or
    100       <xref linkend="polkit-gnome"/>
     97      <xref linkend="xfce4-notifyd"/>
    10198    </para>
    10299
     
    151148
    152149startx</userinput></screen>
    153 
    154   </sect2>
    155 
    156 
    157   <sect2 role="commands">
    158     <title>Command Explanations</title>
    159 
    160     <para>
    161       <command>sed -e ...</command>: This sed fixes the wrong path
    162       of the default <application>PCManFM</application> configuration
    163       file.
    164     </para>
    165150
    166151  </sect2>
     
    182167        </seg>
    183168        <seg>
    184           /etc/xdg/lxsession/LXDE,
    185           /etc/xdg/pcmanfm/LXDE,
    186           /usr/share/lxde and
    187           /usr/share/lxpanel/profile/LXDE
     169          /etc/xdg/{lxpanel,lxsession,openbox,pcmanfm}/LXDE and
     170          /usr/share/lxde
    188171        </seg>
    189172      </seglistitem>
  • lxde/desktop/lxde-icon-theme.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY lxde-icon-theme-download-http "&sourceforge-repo;/lxde/lxde-icon-theme-&lxde-icon-theme-version;.tar.bz2">
     7  <!ENTITY lxde-icon-theme-download-http "&sourceforge-repo;/lxde/lxde-icon-theme-&lxde-icon-theme-version;.tar.xz">
    88  <!ENTITY lxde-icon-theme-download-ftp  " ">
    99  <!ENTITY lxde-icon-theme-md5sum        "7467133275edbbcc79349379235d4411">
    10   <!ENTITY lxde-icon-theme-size          "4.4 MB">
    11   <!ENTITY lxde-icon-theme-buildsize     "19 MB">
     10  <!ENTITY lxde-icon-theme-size          "4.3 MB">
     11  <!ENTITY lxde-icon-theme-buildsize     "18 MB">
    1212  <!ENTITY lxde-icon-theme-time          "less than 0.1 SBU">
    1313]>
     
    3535    </para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • lxde/desktop/lxmenu-data.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY lxmenu-data-download-http "&sourceforge-repo;/lxde/lxmenu-data-&lxmenu-data-version;.tar.gz">
     7  <!ENTITY lxmenu-data-download-http "&sourceforge-repo;/lxde/lxmenu-data-&lxmenu-data-version;.tar.xz">
    88  <!ENTITY lxmenu-data-download-ftp  " ">
    99  <!ENTITY lxmenu-data-md5sum        "a44bb6214594fee21b8ef3e478b0f0e5">
    10   <!ENTITY lxmenu-data-size          "171 KB">
    11   <!ENTITY lxmenu-data-buildsize     "2.9 MB">
     10  <!ENTITY lxmenu-data-size          "176 KB">
     11  <!ENTITY lxmenu-data-buildsize     "3.0 MB">
    1212  <!ENTITY lxmenu-data-time          "less than 0.1 SBU">
    1313]>
     
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • lxde/desktop/lxpanel.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY lxpanel-download-http "&sourceforge-repo;/lxde/lxpanel-&lxpanel-version;.tar.xz">
    88  <!ENTITY lxpanel-download-ftp  " ">
    9   <!ENTITY lxpanel-md5sum        "aa5bc73f4fe1d8006248a1f45f0a8a21">
    10   <!ENTITY lxpanel-size          "1.4 MB">
    11   <!ENTITY lxpanel-buildsize     "24.5 MB">
     9  <!ENTITY lxpanel-md5sum        "6ea8dea8dc6c781b7adfbccbcd59c512">
     10  <!ENTITY lxpanel-size          "1.5 MB">
     11  <!ENTITY lxpanel-buildsize     "29 MB">
    1212  <!ENTITY lxpanel-time          "0.3 SBU">
    1313]>
     
    3535    </para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
     77      <xref linkend="keybinder2"/>,
    7778      <xref linkend="libwnck2"/>,
    78       <xref linkend="keybinder"/>,
    7979      <xref linkend="lxmenu-data"/> and
    8080      <xref linkend="menu-cache"/>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="alsa-lib"/> and
     85      <xref linkend="alsa-lib"/>,
     86      <xref linkend="libxml2"/> (weather plugin) and
    8687      <xref linkend="wireless_tools"/>
    8788    </para>
     
    8990    <bridgehead renderas="sect4">Optional</bridgehead>
    9091    <para role="optional">
    91       <xref linkend="libxml2"/> (required to build 'weather' plugin)
     92      <ulink url="https://launchpad.net/libindicator/">libindicator</ulink>
     93      (indicator plugin)
     94<!--      <xref linkend="libxslt"/> with
     95      <xref linkend="DocBook"/> and
     96      <xref linkend="docbook-xsl"/> (to build man pages)-->
    9297    </para>
    9398
  • lxde/desktop/menu-cache.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY menu-cache-download-ftp  " ">
    99  <!ENTITY menu-cache-md5sum        "4a8e6c1a86d5e64ec725d850a4abfbad">
    10   <!ENTITY menu-cache-size          "250 KB">
    11   <!ENTITY menu-cache-buildsize     "2.9 MB (additional 0.5 MB to build and install the API documentation)">
     10  <!ENTITY menu-cache-size          "256 KB">
     11  <!ENTITY menu-cache-buildsize     "3.2 MB (additional 0.6 MB to build and install the API documentation)">
    1212  <!ENTITY menu-cache-time          "less than 0.1 SBU">
    1313]>
     
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • lxde/desktop/pcmanfm.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY pcmanfm-download-ftp  " ">
    99  <!ENTITY pcmanfm-md5sum        "c993402d407b0a3fc076f842ac1bc5c9">
    10   <!ENTITY pcmanfm-size          "390 KB">
    11   <!ENTITY pcmanfm-buildsize     "8.0 MB">
     10  <!ENTITY pcmanfm-size          "400 KB">
     11  <!ENTITY pcmanfm-buildsize     "9.2 MB">
    1212  <!ENTITY pcmanfm-time          "less than 0.1 SBU">
    1313]>
     
    3535    </para>
    3636
    37     &lfs76_checked;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878    </para>
    7979
    80     <bridgehead renderas="sect4">Recommended</bridgehead>
    81     <para role="recommended">
    82       <xref linkend="gnome-icon-theme"/> or
    83       <xref linkend="oxygen-icons"/> or
     80    <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
     81    <para role="optional">
     82      An icon theme such as <xref linkend="adwaita-icon-theme"/> or
    8483      <xref linkend="lxde-icon-theme"/>
    8584    </para>
     
    129128        </seg>
    130129        <seg>
    131           /etc/xdg/pcmanfm and
     130          /etc/xdg/pcmanfm,
     131          /usr/lib/pcmanfm and
    132132          /usr/share/pcmanfm
    133133        </seg>
Note: See TracChangeset for help on using the changeset viewer.