Compare commits
10 Commits
9ea289f7d4
...
86a33ceab1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86a33ceab1 | ||
|
|
2d3f9aecba | ||
|
|
f3c8a4d9a9 | ||
|
|
ae1883b713 | ||
|
|
2824eec35c | ||
|
|
146f3b41f0 | ||
|
|
4f70c73179 | ||
|
|
f1aec04882 | ||
|
|
3a0dd9b94d | ||
|
|
e0ecfd85f3 |
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.95.0
|
||||
Version: 5.113.0
|
||||
Release: 1
|
||||
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
|
||||
|
||||
@ -16,13 +16,9 @@ Summary: QtQuick plugins to build user interfaces based on the KDE UX gui
|
||||
License: GPLv2+
|
||||
URL: https://techbase.kde.org/Kirigami
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
%if %{revision} >= 50
|
||||
%global stable unstable
|
||||
%else
|
||||
%global stable stable
|
||||
%endif
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
## upstream paches
|
||||
@ -41,14 +37,14 @@ BuildRequires: qt5-qtquickcontrols2-devel
|
||||
BuildRequires: qt5-qtsvg-devel
|
||||
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
||||
|
||||
%if 0%{?tests}
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
%endif
|
||||
|
||||
Requires: qt5-qtquickcontrols%{?_isa}
|
||||
Requires: qt5-qtquickcontrols2%{?_isa}
|
||||
Requires: qt5-qtquickcontrols
|
||||
Requires: qt5-qtquickcontrols2
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -56,16 +52,14 @@ Requires: qt5-qtquickcontrols2%{?_isa}
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
# strictly not required, but some consumers may assume/expect runtime bits to be present too
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{framework}-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
@ -75,13 +69,11 @@ popd
|
||||
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
%find_lang_kf5 libkirigami2plugin_qt
|
||||
|
||||
|
||||
%check
|
||||
%if 0%{?tests}
|
||||
## known failure(s), not sure if possible to enable opengl/glx using
|
||||
@ -94,7 +86,6 @@ xvfb-run -a \
|
||||
make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||
%endif
|
||||
|
||||
|
||||
%files -f libkirigami2plugin_qt.lang
|
||||
# README is currently only build instructions, omit for now
|
||||
#doc README.md
|
||||
@ -113,15 +104,26 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
||||
%{_kf5_datadir}/kdevappwizard/templates/kirigami.tar.bz2
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 05 2022 tanyulong<tanyulong@kylinos.cn> - 5.95.0-1
|
||||
* Wed Jan 03 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.113.0-1
|
||||
- Update package to version 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 wangqia <wangqia@uniontech.com> - 5.108.0-1
|
||||
- Update to upstream version 5.108.0
|
||||
|
||||
* Fri Dec 09 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.100.0-1
|
||||
- Update to upstream version 5.100.0
|
||||
|
||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
||||
- update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 05 2022 tanyulong <tanyulong@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
||||
* Sat Feb 12 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||
* Sun Jan 16 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: KDE/kirigami2
|
||||
src_repo: KDE/kirigami
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
separator: "."
|
||||
BIN
kirigami2-5.113.0.tar.xz
Normal file
BIN
kirigami2-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user