diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:32:29 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:32:29 +0000 |
commit | b14d6b22f3d027c61dd9f21b398e0b897f14d68a (patch) | |
tree | f32f7b8319c184dbdd0eb8309cd12ff26045582e | |
parent | 4b7ef18453c403eee293686380908c80c7897664 (diff) |
automatic import of kolourpaintopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | kolourpaint.spec | 93 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 95 insertions, 0 deletions
@@ -0,0 +1 @@ +/kolourpaint-22.08.0.tar.xz diff --git a/kolourpaint.spec b/kolourpaint.spec new file mode 100644 index 0000000..31ea35a --- /dev/null +++ b/kolourpaint.spec @@ -0,0 +1,93 @@ +%undefine __cmake_in_source_build + +Name: kolourpaint +Summary: An easy-to-use paint program +Version: 22.08.0 +Release: 1 + +License: BSD +URL: https://www.kde.org/applications/graphics/kolourpaint/ + +%global revision %(echo %{version} | cut -d. -f3) + +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif + +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib + +BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KDELibs4Support) +# kf5-libksane can't build right now +#BuildRequires: cmake(KF5Sane) + +Recommends: qt5-qtimageformats%{?_isa} + +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + +Conflicts: kdegraphics < 7:4.6.95-10 +Conflicts: kde-l10n < 17.03 + +%description +%{summary}. + +%package libs +Summary: Runtime libraries for %{name} +Requires: %{name} = %{version}-%{release} +License: LGPLv2 + +%description libs +%{summary}. + + +%prep +%autosetup + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang %{name} --all-name --with-html + +rm -fv %{buildroot}%{_kde4_libdir}/libkolourpaint_lgpl.so + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||: +desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||: + + +%files -f %{name}.lang +%doc AUTHORS BUGS ChangeLog NEWS README.md +%license COPYING* +%{_kf5_bindir}/%{name} +%{_kf5_datadir}/%{name}/ +%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +%{_kf5_datadir}/applications/org.kde.%{name}.desktop +%{_kf5_datadir}/icons/hicolor/*/*/* +%{_kf5_datadir}/kxmlgui5/%{name}/ + +%ldconfig_scriptlets libs + +%files libs +%{_kf5_libdir}/libkolourpaint_lgpl.so.5 + + +%changelog +* Fri Dec 16 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1 +- 22.08.0 @@ -0,0 +1 @@ +384ad77023c09850176ef031cc44c24d kolourpaint-22.08.0.tar.xz |