Compare commits

..

No commits in common. "86a33ceab16c996df3059c135b41b592def1897b" and "9ea289f7d4d1b8c1def0a4cb6004b5069db7e4a4" have entirely different histories.

4 changed files with 23 additions and 25 deletions

View File

@ -8,7 +8,7 @@
%endif
Name: kf5-%{framework}
Version: 5.113.0
Version: 5.95.0
Release: 1
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
@ -16,9 +16,13 @@ Summary: QtQuick plugins to build user interfaces based on the KDE UX gui
License: GPLv2+
URL: https://techbase.kde.org/Kirigami
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
%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
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream paches
@ -37,14 +41,14 @@ BuildRequires: qt5-qtquickcontrols2-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%if 0%{?tests}
BuildRequires: xorg-x11-server-Xvfb
%endif
Requires: qt5-qtquickcontrols
Requires: qt5-qtquickcontrols2
Requires: qt5-qtquickcontrols%{?_isa}
Requires: qt5-qtquickcontrols2%{?_isa}
%description
%{summary}.
@ -52,14 +56,16 @@ Requires: qt5-qtquickcontrols2
%package devel
Summary: Development files for %{name}
# strictly not required, but some consumers may assume/expect runtime bits to be present too
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{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}
@ -69,11 +75,13 @@ 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
@ -86,6 +94,7 @@ 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
@ -104,26 +113,15 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%dir %{_kf5_datadir}/kdevappwizard/templates/
%{_kf5_datadir}/kdevappwizard/templates/kirigami.tar.bz2
%changelog
* 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
* 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

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/kirigami
src_repo: KDE/kirigami2
tag_prefix: "^v"
separator: "."
separator: "."

Binary file not shown.

BIN
kirigami2-5.95.0.tar.xz Normal file

Binary file not shown.