Changeset 0ed1e5d


Ignore:
Timestamp:
04/13/2021 09:34:59 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14686
Parents:
935b3e7
git-author:
Krejzi <krejzi@…> (10/25/2014 05:35:50 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:34:59 PM)
Message:

Add kscreen. Some fixes.

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

Location:
kde5
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • kde5/applications/applications.xml

    r935b3e7 r0ed1e5d  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmix.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kscreen.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="okular.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-kde-agent.xml"/>
  • kde5/applications/kdepim-runtime.xml

    r935b3e7 r0ed1e5d  
    8383      <ulink url="https://code.google.com/p/accounts-sso/">Accounts-SSO (Qt5 version)</ulink>,
    8484      <ulink url="http://download.kde.org/stable/libkfbapi/">libkfbapi</ulink>,
    85       <ulink url="http://mirror.kolabsys.com/pub/releases/">libkolab (Qt5 version),
     85      <ulink url="http://mirror.kolabsys.com/pub/releases/">libkolab (Qt5 version)</ulink>,
    8686      <ulink url="http://mirror.kolabsys.com/pub/releases/">libkolabxml</ulink> and
    8787      <ulink url="http://quickgit.kde.org/?p=prison.git">Prison (Qt5 version)</ulink>
  • kde5/applications/polkit-kde-agent.xml

    r935b3e7 r0ed1e5d  
    8989cd    build &amp;&amp;
    9090
    91 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX      \
    92       -DCMAKE_BUILD_TYPE=Release              \
    93       -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR   \
    94       -DLIB_INSTALL_DIR=lib                   \
    95       -DBUILD_TESTING=OFF                     \
     91cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX    \
     92      -DCMAKE_BUILD_TYPE=Release            \
     93      -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
     94      -DLIB_INSTALL_DIR=lib                 \
     95      -DBUILD_TESTING=OFF                   \
    9696
    9797      .. &amp;&amp;
  • kde5/kde5.ent

    r935b3e7 r0ed1e5d  
    711711<!ENTITY kate5-download-http "&demo-url;/kate-&kate5-version;.tar.xz">
    712712<!ENTITY kate5-download-ftp  " ">
    713 <!ENTITY kate5-md5sum        "e8cc72e50c7518edfd423dd57c2be75e">
     713<!ENTITY kate5-md5sum        "79ea894b4a4ffdd64cf2050030676782">
    714714<!ENTITY kate5-size          "1.7 MB">
    715715<!ENTITY kate5-buildsize     "70 MB">
     
    759759<!ENTITY konsole5-download-http "&demo-url;/konsole-&konsole5-version;.tar.xz">
    760760<!ENTITY konsole5-download-ftp  " ">
    761 <!ENTITY konsole5-md5sum        "c5c33229cd867f4b4c32cd22a53101fe">
     761<!ENTITY konsole5-md5sum        "f3befd21863f3c1a0f0dde8d0e5a833b">
    762762<!ENTITY konsole5-size          "452 KB">
    763763<!ENTITY konsole5-buildsize     "34 MB">
    764764<!ENTITY konsole5-time          "1.0 SBU">
     765
     766<!ENTITY kscreen5-version       "1.0.2.1-107-gd6380ef">
     767<!ENTITY kscreen5-download-http "&demo-url;/kscreen-&kscreen5-version;.tar.xz">
     768<!ENTITY kscreen5-download-ftp  " ">
     769<!ENTITY kscreen5-md5sum        "5ed7df8636d15900fa8cbf4511c2059c">
     770<!ENTITY kscreen5-size          "60 KB">
     771<!ENTITY kscreen5-buildsize     "7.7 MB">
     772<!ENTITY kscreen5-time          "0.4 SBU">
    765773
    766774<!ENTITY libkexiv25-version       "4.14.1-63-gd21f487">
  • kde5/plasma/plasma-workspace.xml

    r935b3e7 r0ed1e5d  
    9393      <xref linkend="kio-extras"/>,
    9494      <xref linkend="milou"/>,
    95       <xref linkend="oxygen"/> and
    96       <xref linkend="plasma-workspace-wallpapers"/>
     95      <xref linkend="oxygen"/>,
     96      <xref linkend="plasma-workspace-wallpapers"/> and
     97      <xref linkend="polkit-kde-agent5"/>
    9798    </para>
    9899
  • kde5/plasma/systemsettings.xml

    r935b3e7 r0ed1e5d  
    7171      <xref linkend="kdelibs4support"/> and
    7272      <xref linkend="khtml"/>
     73    </para>
     74
     75    <bridgehead renderas="sect4">Optional Runtime Dependency</bridgehead>
     76    <para role="optional">
     77      <xref linkend="kscreen5"/> (screen configuration module)
    7378    </para>
    7479
Note: See TracChangeset for help on using the changeset viewer.