update to upstream version 5.88.0
This commit is contained in:
parent
66e6b51b11
commit
dfd873e901
@ -7,45 +7,48 @@
|
|||||||
%global tests 1
|
%global tests 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.55.0
|
Version: 5.88.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
|
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
|
||||||
|
|
||||||
# All LGPLv2+ except for src/desktopicons.h (GPLv2+)
|
# All LGPLv2+ except for src/desktopicons.h (GPLv2+)
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://techbase.kde.org/Kirigami
|
URL: https://techbase.kde.org/Kirigami
|
||||||
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
||||||
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
%if %{revision} >= 50
|
%if %{revision} >= 50
|
||||||
%global stable unstable
|
%global stable unstable
|
||||||
%else
|
%else
|
||||||
%global stable stable
|
%global stable stable
|
||||||
%endif
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
## upstream paches
|
## upstream paches
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules >= %{version}
|
BuildRequires: make
|
||||||
BuildRequires: kf5-rpm-macros
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
|
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
BuildRequires: qt5-qtquickcontrols2-devel
|
BuildRequires: qt5-qtquickcontrols2-devel
|
||||||
BuildRequires: qt5-qtsvg-devel
|
BuildRequires: qt5-qtsvg-devel
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
|
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
BuildRequires: xorg-x11-server-Xvfb
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# workaround https://bugs.kde.org/show_bug.cgi?id=395156
|
Requires: qt5-qtquickcontrols%{?_isa}
|
||||||
|
Requires: qt5-qtquickcontrols2%{?_isa}
|
||||||
Requires: qt5-qtquickcontrols%{?_isa}
|
|
||||||
Requires: qt5-qtquickcontrols2%{?_isa}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -95,7 +98,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|||||||
%files -f libkirigami2plugin_qt.lang
|
%files -f libkirigami2plugin_qt.lang
|
||||||
# README is currently only build instructions, omit for now
|
# README is currently only build instructions, omit for now
|
||||||
#doc README.md
|
#doc README.md
|
||||||
%license LICENSE*
|
%license LICENSES/*.txt
|
||||||
%{_kf5_libdir}/libKF5Kirigami2.so.5*
|
%{_kf5_libdir}/libKF5Kirigami2.so.5*
|
||||||
%dir %{_kf5_qmldir}/org/
|
%dir %{_kf5_qmldir}/org/
|
||||||
%dir %{_kf5_qmldir}/org/kde/
|
%dir %{_kf5_qmldir}/org/kde/
|
||||||
@ -106,8 +109,14 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|||||||
%{_kf5_includedir}/Kirigami2/
|
%{_kf5_includedir}/Kirigami2/
|
||||||
%{_kf5_archdatadir}/mkspecs/modules/qt_Kirigami2.pri
|
%{_kf5_archdatadir}/mkspecs/modules/qt_Kirigami2.pri
|
||||||
%{_kf5_libdir}/cmake/KF5Kirigami2/
|
%{_kf5_libdir}/cmake/KF5Kirigami2/
|
||||||
|
%dir %{_kf5_datadir}/kdevappwizard/
|
||||||
|
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
||||||
|
%{_kf5_datadir}/kdevappwizard/templates/kirigami.tar.bz2
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||||
|
- update to upstream version 5.88.0
|
||||||
|
|
||||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: KDE/kirigami2
|
src_repo: KDE/kirigami2
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^v"
|
||||||
seperator: "."
|
separator: "."
|
||||||
|
|||||||
Binary file not shown.
BIN
kirigami2-5.88.0.tar.xz
Normal file
BIN
kirigami2-5.88.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user