Skip to content

Commit

Permalink
[kf5-calendarcore] Update to upstream 5.77.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaliste committed Dec 8, 2020
1 parent 7d60c89 commit 0b9bff3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpm/0002-Adjust-for-lower-Qt-versions.patch
Expand Up @@ -24,14 +24,14 @@ index 8487320fb..36b0aabf5 100644

# ECM setup
include(FeatureSummary)
-find_package(ECM 5.76.0 NO_MODULE)
-find_package(ECM 5.77.0 NO_MODULE)
+find_package(ECM 5.75.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)

set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)

-set(REQUIRED_QT_VERSION 5.12.0)
-set(REQUIRED_QT_VERSION 5.13.0)
+set(REQUIRED_QT_VERSION 5.6.0)

include(KDEInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion rpm/kf5-calendarcore.spec
@@ -1,6 +1,6 @@
Name: kf5-calendarcore
Summary: KDE calendar library
Version: 5.76.0
Version: 5.77.0
Release: 1
License: LGPLv2+ and BSD
URL: https://invent.kde.org/frameworks/kcalendarcore
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated from 5fd0c3 to 4f00cd

0 comments on commit 0b9bff3

Please sign in to comment.