]> git.pld-linux.org Git - packages/ka5-kdegraphics-thumbnailers.git/blobdiff - ka5-kdegraphics-thumbnailers.spec
- updated to 21.08.0
[packages/ka5-kdegraphics-thumbnailers.git] / ka5-kdegraphics-thumbnailers.spec
index ca4a515b7ff6c4e3371d25fc852e79dfd81813da..81f18c34fda88ea8cdbb3f5ad310488611223ef4 100644 (file)
@@ -1,21 +1,22 @@
-%define                kdeappsver      18.12.1
+%define                kdeappsver      21.08.0
+%define                kframever       5.56.0
 %define                qtver           5.9.0
 %define                kaname          kdegraphics-thumbnailers
 Summary:       KDE graphics thumbnailers
 Name:          ka5-%{kaname}
-Version:       18.12.1
+Version:       21.08.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
-Source0:       http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: cbc1a191177d0187f2d46b06e58a7b29
+Source0:       http://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5: 77f59f5ef58abd6fb9c677d51f703461
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
 BuildRequires: cmake >= 2.8.12
-BuildRequires: ka5-libkdcraw-devel
-BuildRequires: ka5-libkexiv2-devel
-BuildRequires: kf5-kio-devel
+BuildRequires: ka5-libkdcraw-devel >= %{kdeappsver}
+BuildRequires: ka5-libkexiv2-devel >= %{kdeappsver}
+BuildRequires: kf5-kio-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -28,6 +29,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 These plugins allow KDE software to create thumbnails for several
 advanced graphic file formats (PS, RAW).
 
+%description -l pl.UTF-8
+Te wtyczki pozwalają oprogramowaniu KDE tworzyć miniaturki dla
+wielu zaawansowanych formatów graficznych (PS, RAW).
+
 %prep
 %setup -q -n %{kaname}-%{version}
 
@@ -36,6 +41,7 @@ install -d build
 cd build
 %cmake \
        -G Ninja \
+       -DHTML_INSTALL_DIR=%{_kdedocdir} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ..
 %ninja_build
@@ -49,7 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt5/plugins/blenderthumbnail.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/gsthumbnail.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/rawthumbnail.so
+%{_datadir}/kservices5/blenderthumbnail.desktop
 %{_datadir}/kservices5/gsthumbnail.desktop
 %{_datadir}/kservices5/rawthumbnail.desktop
+%{_datadir}/metainfo/org.kde.kdegraphics-thumbnailers.metainfo.xml
This page took 0.063406 seconds and 4 git commands to generate.