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

Group :: System/Configuration/Packaging
RPM: plasma5-discover

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-soversion.patch
Download


--- a/libdiscover/CMakeLists.txt
+++ b/libdiscover/CMakeLists.txt
@@ -42,6 +42,7 @@ ecm_qt_declare_logging_category(discover
 
 
 add_library(DiscoverCommon ${discovercommon_SRCS})
+set_target_properties(DiscoverCommon PROPERTIES VERSION 0.0.0 SOVERSION 0 )
 if(TARGET AppStreamQt)
     target_sources(DiscoverCommon PRIVATE
         appstream/OdrsReviewsBackend.cpp
--- a/libdiscover/notifiers/CMakeLists.txt
+++ b/libdiscover/notifiers/CMakeLists.txt
@@ -1,4 +1,5 @@
 add_library(DiscoverNotifiers BackendNotifierModule.cpp BackendNotifierModule.h)
+set_target_properties(DiscoverNotifiers PROPERTIES VERSION 0.0.0 SOVERSION 0 )
 target_link_libraries(DiscoverNotifiers
     PUBLIC
         Qt::Core
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin