!3 update to upstream version 5.90.0
From: @pei-jiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
fd20b6e7c9
@ -1,9 +1,10 @@
|
|||||||
%global framework kiconthemes
|
%global framework kiconthemes
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.55.0
|
Version: 5.90.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 3 integration module with icon themes
|
Summary: KDE Frameworks 5 Tier 3 integration module with icon themes
|
||||||
|
|
||||||
License: LGPLv2+ and GPLv2+
|
License: LGPLv2+ and GPLv2+
|
||||||
URL: https://api.kde.org/frameworks/kiconthemes/
|
URL: https://api.kde.org/frameworks/kiconthemes/
|
||||||
|
|
||||||
@ -16,7 +17,20 @@ URL: https://api.kde.org/frameworks/kiconthemes/
|
|||||||
%endif
|
%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
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules >= %{majmin} kf5-karchive-devel >= %{majmin} kf5-kconfigwidgets-devel >= %{majmin} kf5-kconfigwidgets-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} kf5-kitemviews-devel >= %{majmin} kf5-kwidgetsaddons-devel >= %{majmin} kf5-rpm-macros qt5-qtbase-devel qt5-qtsvg-devel
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
|
BuildRequires: kf5-karchive-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kitemviews-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtsvg-devel
|
||||||
|
BuildRequires: qt5-qttools-devel
|
||||||
|
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,8 +38,8 @@ KDE Frameworks 5 Tier 3 integration module with icon themes
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release} qt5-qtbase-devel
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: qt5-qtbase-devel
|
||||||
%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}.
|
||||||
@ -46,16 +60,18 @@ popd
|
|||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
%find_lang %{name} --all-name
|
%find_lang %{name} --all-name
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING.LIB
|
%license LICENSES/*.txt
|
||||||
%{_kf5_sysconfdir}/xdg/%{framework}.*
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||||
%{_kf5_bindir}/kiconfinder5
|
%{_kf5_bindir}/kiconfinder5
|
||||||
%{_kf5_libdir}/libKF5IconThemes.so.*
|
%{_kf5_libdir}/libKF5IconThemes.so.*
|
||||||
%{_kf5_qtplugindir}/iconengines/KIconEnginePlugin.so
|
%{_kf5_qtplugindir}/iconengines/KIconEnginePlugin.so
|
||||||
|
%{_kf5_qtplugindir}/designer/*5widgets.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_includedir}/kiconthemes_version.h
|
%{_kf5_includedir}/kiconthemes_version.h
|
||||||
@ -66,6 +82,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- 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/kiconthemes
|
src_repo: KDE/kiconthemes
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^v"
|
||||||
seperator: "."
|
separator: "."
|
||||||
|
|||||||
Binary file not shown.
BIN
kiconthemes-5.90.0.tar.xz
Normal file
BIN
kiconthemes-5.90.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user