epel9
Rex Dieter 8 years ago
parent 77aab292a1
commit 99d2c56964

1
.gitignore vendored

@ -1,2 +1,3 @@
/kpackage-5.25.0.tar.xz /kpackage-5.25.0.tar.xz
/kpackage-5.26.0.tar.xz /kpackage-5.26.0.tar.xz
/kpackage-5.27.0.tar.xz

@ -8,7 +8,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.26.0 Version: 5.27.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins
@ -24,10 +24,6 @@ URL: https://quickgit.kde.org/?p=%{framework}.git
%endif %endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
## upstreamable patches
# give kpackagetool5 --appstream-metainfo calls more detailed output
Patch50: kpackage-5.25.0-kpackagetool_status.patch
BuildRequires: extra-cmake-modules >= %{version} BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-karchive-devel >= %{version} BuildRequires: kf5-karchive-devel >= %{version}
BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kconfig-devel >= %{version}
@ -104,6 +100,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%changelog %changelog
* Tue Oct 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.27.0-1
- 5.27.0
* Wed Sep 07 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.26.0-1 * Wed Sep 07 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.26.0-1
- KDE Frameworks 5.26.0 - KDE Frameworks 5.26.0

@ -1,11 +0,0 @@
diff -up kpackage-5.25.0/KF5PackageMacros.cmake.kpackagetool_status kpackage-5.25.0/KF5PackageMacros.cmake
--- kpackage-5.25.0/KF5PackageMacros.cmake.kpackagetool_status 2016-08-25 12:33:10.905224242 -0500
+++ kpackage-5.25.0/KF5PackageMacros.cmake 2016-08-25 12:28:02.826077416 -0500
@@ -40,6 +40,7 @@ function(kpackage_install_package dir co
get_target_property(kpackagetool_cmd KF5::kpackagetool5 LOCATION)
set(APPDATAFILE "${CMAKE_CURRENT_BINARY_DIR}/${component}.appdata.xml")
+ message(STATUS "${kpackagetool_cmd} --appstream-metainfo ${CMAKE_CURRENT_SOURCE_DIR}/${dir} OUTPUT_FILE ${APPDATAFILE}")
execute_process(COMMAND ${kpackagetool_cmd} --appstream-metainfo ${CMAKE_CURRENT_SOURCE_DIR}/${dir} OUTPUT_FILE ${APPDATAFILE} ERROR_VARIABLE appstreamerror RESULT_VARIABLE result)
if(appstreamerror)
message(WARNING "couldn't generate metainfo for ${component}: ${appstreamerror}")

@ -1 +1 @@
ccda0b1f807b984b20cae416b0da10ea kpackage-5.26.0.tar.xz 85306357f30b6adb19e9f3b4b643840b kpackage-5.27.0.tar.xz

Loading…
Cancel
Save