[packages/ka5-kdesdk-thumbnailers] - updated to 18.12.0

witekfl witekfl at pld-linux.org
Sun Dec 30 16:21:30 CET 2018


commit 42ab77c695b40e8e07c76424a93d0ed5ef135c04
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Dec 30 16:21:18 2018 +0100

    - updated to 18.12.0

 ka5-kdesdk-thumbnailers.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
---
diff --git a/ka5-kdesdk-thumbnailers.spec b/ka5-kdesdk-thumbnailers.spec
new file mode 100644
index 0000000..358c5a3
--- /dev/null
+++ b/ka5-kdesdk-thumbnailers.spec
@@ -0,0 +1,57 @@
+%define		kdeappsver	18.12.0
+%define		qtver		5.9.0
+%define		kaname		kdesdk-thumbnailers
+Summary:	kdesdk thumbnailers
+Name:		ka5-%{kaname}
+Version:	18.12.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:	dc2e53ccc2e43192b72773a03d1a916d
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5Gui-devel >= 5.11.1
+BuildRequires:	Qt5Widgets-devel
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	gettext-devel
+BuildRequires:	kf5-extra-cmake-modules >= 5.53.0
+BuildRequires:	kf5-kconfig-devel
+BuildRequires:	kf5-ki18n-devel
+BuildRequires:	kf5-kio-devel
+BuildRequires:	qt5-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	shared-mime-info
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Plugins for the thumbnailing system.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{kaname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt5/plugins/pothumbnail.so
+%{_datadir}/config.kcfg/pocreatorsettings.kcfg
+%{_datadir}/kservices5/pothumbnail.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kdesdk-thumbnailers.git/commitdiff/42ab77c695b40e8e07c76424a93d0ed5ef135c04



More information about the pld-cvs-commit mailing list