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

Group :: Education
RPM: kde5-cantor

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-lib-so-ver.patch
Download


--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -21,6 +21,9 @@ add_subdirectory(panelplugins)
 #build the config object in a separate library, shared between shell and part
 kconfig_add_kcfg_files(config_SRCS settings.kcfgc)
 add_library( cantor_config  SHARED ${config_SRCS} )
+set_target_properties( cantor_config
+  PROPERTIES VERSION 0.0.1 SOVERSION 0
+)
 target_link_libraries( cantor_config  KF5::Parts KF5::NewStuff )
 install( TARGETS cantor_config  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin