Ignore:
Timestamp:
02/12/2018 12:06:58 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
da8e9f9
Parents:
4628cd88
Message:

Update to kf5-apps-17.12.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19750 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r4628cd88 rd1f5294  
    312312    tar -xf $file
    313313    pushd $packagedir
    314 
    315       case $packagedir in
    316         kdelibs4support*)
    317           sed -i.orig \
    318              '/OPENSSL_FOUND/i set(OPENSSL_INCLUDE_DIR "/usr/include/openssl-1.0")' \
    319              src/CMakeLists.txt
    320         ;;
    321       esac
    322 
    323314      mkdir build
    324315      cd    build
     
    331322      make
    332323      as_root make install
    333 
    334   popd
     324    popd
    335325<!-- some packages end with files owned by root in $packagedir, so use as_root
    336326     in the following -->
Note: See TracChangeset for help on using the changeset viewer.