Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37752535
en ru br
ALT Linux repos
S:5.0.1-alt1

Group :: File tools
RPM: kde5-krename

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-cmake.patch
Download


--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,6 +10,7 @@ include(ECMInstallIcons)
 include(KDECMakeSettings)
 include(KDECompilerSettings NO_POLICY_SCOPE)
 include(FeatureSummary)
+include(FindPkgConfig)
 
 find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
 find_package(KF5 REQUIRED COMPONENTS
@@ -46,6 +47,7 @@ include(FindGettext)
 # Find taglib
 set(TAGLIB_MIN_VERSION "1.5")
 find_package(Taglib ${TAGLIB_MIN_VERSION})
+pkg_check_modules(TAGLIB REQUIRED taglib)
 set_package_properties(Taglib PROPERTIES
     DESCRIPTION "Read and write tags in audio files"
     URL "https://taglib.github.io/"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin