Changeset 0ed1e5d for kde5/applications


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/applications
Files:
1 added
3 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;
Note: See TracChangeset for help on using the changeset viewer.