Compare commits
10 Commits
9ea289f7d4
...
86a33ceab1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86a33ceab1 | ||
|
|
2d3f9aecba | ||
|
|
f3c8a4d9a9 | ||
|
|
ae1883b713 | ||
|
|
2824eec35c | ||
|
|
146f3b41f0 | ||
|
|
4f70c73179 | ||
|
|
f1aec04882 | ||
|
|
3a0dd9b94d | ||
|
|
e0ecfd85f3 |
@ -8,7 +8,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.95.0
|
Version: 5.113.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
|
||||||
|
|
||||||
@ -16,13 +16,9 @@ Summary: QtQuick plugins to build user interfaces based on the KDE UX gui
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://techbase.kde.org/Kirigami
|
URL: https://techbase.kde.org/Kirigami
|
||||||
|
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %majmin_ver_kf5
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global stable %stable_kf5
|
||||||
%if %{revision} >= 50
|
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
## upstream paches
|
## upstream paches
|
||||||
@ -41,14 +37,14 @@ BuildRequires: qt5-qtquickcontrols2-devel
|
|||||||
BuildRequires: qt5-qtsvg-devel
|
BuildRequires: qt5-qtsvg-devel
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
||||||
|
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
BuildRequires: xorg-x11-server-Xvfb
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: qt5-qtquickcontrols%{?_isa}
|
Requires: qt5-qtquickcontrols
|
||||||
Requires: qt5-qtquickcontrols2%{?_isa}
|
Requires: qt5-qtquickcontrols2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -56,16 +52,14 @@ Requires: qt5-qtquickcontrols2%{?_isa}
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
# strictly not required, but some consumers may assume/expect runtime bits to be present too
|
# 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
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{framework}-%{version} -p1
|
%autosetup -n %{framework}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
@ -75,13 +69,11 @@ popd
|
|||||||
|
|
||||||
make %{?_smp_mflags} -C %{_target_platform}
|
make %{?_smp_mflags} -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
%find_lang_kf5 libkirigami2plugin_qt
|
%find_lang_kf5 libkirigami2plugin_qt
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
## known failure(s), not sure if possible to enable opengl/glx using
|
## 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} ||:
|
make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%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
|
||||||
@ -113,8 +104,19 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|||||||
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
||||||
%{_kf5_datadir}/kdevappwizard/templates/kirigami.tar.bz2
|
%{_kf5_datadir}/kdevappwizard/templates/kirigami.tar.bz2
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- update to upstream version 5.95.0
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: KDE/kirigami2
|
src_repo: KDE/kirigami
|
||||||
tag_prefix: "^v"
|
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