Compare commits
10 Commits
3ca195448c
...
ceca6b4648
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ceca6b4648 | ||
|
|
df9c46fc1b | ||
|
|
f1f690cacd | ||
|
|
5bf3316dc7 | ||
|
|
d471e80a12 | ||
|
|
cdaca72d20 | ||
|
|
9c6b301c52 | ||
|
|
6856dcfbf7 | ||
|
|
81c948ed1b | ||
|
|
ff97b66099 |
@ -5,20 +5,16 @@
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.90.0
|
||||
Version: 5.113.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
|
||||
|
||||
License: MIT
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%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
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
@ -49,17 +45,12 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake_kf5} .. \
|
||||
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
||||
popd
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
%cmake_kf5
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%make_install
|
||||
|
||||
%find_lang_kf5 syntaxhighlighting5_qt
|
||||
|
||||
@ -84,16 +75,30 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
||||
%files devel
|
||||
%{_kf5_libdir}/libKF5SyntaxHighlighting.so
|
||||
%{_kf5_libdir}/cmake/KF5SyntaxHighlighting/
|
||||
%{_kf5_includedir}/ksyntaxhighlighting_version.h
|
||||
%{_kf5_includedir}/KSyntaxHighlighting/
|
||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KSyntaxHighlighting.pri
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
||||
* Wed Jan 03 2024 peijiankang <peijiankang@kylinos.cn> - 5.113.0-1
|
||||
- Update version to 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
|
||||
- Update version to 5.108.0
|
||||
|
||||
* Mon Dec 12 2022 lijian <lijian2@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 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Sat Feb 12 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||
* Mon Jan 24 2022 peijiankang <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
|
||||
|
||||
BIN
syntax-highlighting-5.113.0.tar.xz
Normal file
BIN
syntax-highlighting-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user