From 3f811b0f7fae23a76eedd0538f912ff32566263c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 16 Jan 2015 11:02:13 +0100 Subject: [PATCH] Import package - Plasma 5.1.95 (Plasma 5.2 beta) --- .gitignore | 1 + kf5-baloo.spec | 204 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 206 insertions(+) create mode 100644 kf5-baloo.spec diff --git a/.gitignore b/.gitignore index e69de29..987432a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/baloo-5.5.95.tar.xz diff --git a/kf5-baloo.spec b/kf5-baloo.spec new file mode 100644 index 0000000..d137102 --- /dev/null +++ b/kf5-baloo.spec @@ -0,0 +1,204 @@ +%define framework baloo + +Name: kf5-%{framework} +Version: 5.5.95 +Release: 1.beta%{?dist} +Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality +License: LGPLv2+ +URL: https://projects.kde.org/projects/kde/kdelibs/baloo + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{framework}-%{version}.tar.xz + +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: xapian-core-devel + +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kidletime-devel +BuildRequires: kf5-kcmutils-devel +BuildRequires: kf5-kauth-devel +BuildRequires: kf5-kcrash-devel +BuildRequires: kf5-solid-devel +BuildRequires: kf5-kio-devel +BuildRequires: kf5-kdelibs4support-devel +BuildRequires: kf5-kfilemetadata-devel + +Requires: kf5-filesystem + +Obsoletes: kf5-baloo-tools < 5.5.95-1 +Provides: baloo = %{version}-%{release} + +%description +%{Summary}. + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}-file%{?_isa} = %{version}-%{release} +Requires: kf5-kfilemetadata-devel +Requires: xapian-core-devel +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%package file +Summary: File indexing and search for Baloo +Obsoletes: %{name} < 5.0.1-2 +Obsoletes: baloo-file < 5.0.1-2 +Requires: %{name} = %{version}-%{release} +%description file +%{summary}. + +%package libs +Summary: Runtime libraries for %{name} +%description libs +%{summary}. + +%prep +%setup -qn %{framework}-%{version} + +%build + +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%find_lang balooctl --with-qt +%find_lang kio_baloosearch --with-qt +%find_lang baloo_file --with-qt +%find_lang kio_tags --with-qt +%find_lang baloosearch --with-qt +%find_lang kio_timeline --with-qt +%find_lang baloo_file_extractor --with-qt +%find_lang balooshow --with-qt + +cat kio_tags.lang kio_baloosearch.lang kio_timeline.lang \ + > %{name}-libs.lang + +cat baloo_file.lang baloo_file_extractor.lang \ + > %{name}-file.lang + +cat baloosearch.lang balooshow.lang balooctl.lang \ + > %{name}.lang + + +%post +touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || : + +%posttrans +gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || : + +%postun +if [ $1 -eq 0 ] ; then +touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || : +gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || : +fi + +%files -f %{name}.lang +%{_kf5_bindir}/baloosearch +%{_kf5_bindir}/balooshow +%{_kf5_bindir}/balooctl +%{_kf5_plugindir}/kio/baloosearch.so +%{_kf5_plugindir}/kio/tags.so +%{_kf5_plugindir}/kio/timeline.so +%{_kf5_qtplugindir}/kded_baloosearch_kio.so +%{_kf5_qmldir}/org/kde/baloo +%{_kf5_datadir}/kservices5/baloosearch.protocol +%{_kf5_datadir}/kservices5/tags.protocol +%{_kf5_datadir}/kservices5/timeline.protocol +%{_kf5_datadir}/kservices5/kded/baloosearchfolderupdater.desktop +%{_kf5_datadir}/icons/hicolor/*/apps/baloo.png + +%files file -f %{name}-file.lang +%{_kf5_bindir}/baloo_file +%{_kf5_bindir}/baloo_file_extractor +%{_kf5_bindir}/baloo_file_cleaner +%{_kf5_sysconfdir}/xdg/autostart/baloo_file.desktop +%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.baloo.filewatch.conf +%{_kf5_libexecdir}/kauth/kde_baloo_filewatch_raiselimit +%{_kf5_datadir}/dbus-1/system-services/org.kde.baloo.filewatch.service +%{_kf5_datadir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml +%{_datadir}/polkit-1/actions/org.kde.baloo.filewatch.policy + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files libs -f %{name}-libs.lang +%{_kf5_libdir}/libKF5Baloo.so.* +%{_kf5_libdir}/libKF5BalooXapian.so.* + +%files devel +%{_kf5_libdir}/libKF5Baloo.so +%{_kf5_libdir}/libKF5BalooXapian.so +%{_kf5_libdir}/cmake/KF5Baloo +%{_kf5_includedir}/Baloo +%{_kf5_includedir}/baloo_version.h + + + +%changelog +* Mon Jan 12 2015 Daniel Vrátil - 5.5.95-1 +- Plasma 5.1.95 (Plasma 5.2 beta) (baloo 5.5.95 to follow KF5) +- create -libs subpkg + +* Wed Jan 07 2015 Jan Grulich - 5.1.2-3 +- Drop -tools subpkg +- Add icon cache scriptlets +- Remove deprecated Group: tag +- Move org.kde.baloo.file.indexer.xml to -file subpkg + +* Wed Dec 17 2014 Daniel Vrátil - 5.1.2-2 +- Plasma 5.1.2 + +* Fri Nov 07 2014 Daniel Vrátil - 5.1.1-1 +- Plasma 5.1.1 + +* Tue Oct 14 2014 Daniel Vrátil - 5.1.0.1-1 +- Plasma 5.1.0.1 + +* Thu Oct 09 2014 Daniel Vrátil - 5.1.0-1 +- Plasma 5.1.0 + +* Tue Sep 16 2014 Daniel Vrátil - 5.0.2-1 +- Plasma 5.0.2 + +* Mon Aug 18 2014 Daniel Vrátil - 5.0.1-2 +- Fix coinstallability with updated baloo package + +* Sun Aug 10 2014 Daniel Vrátil - 5.0.1-1 +- Plasma 5.0.1 + +* Tue Jul 22 2014 Daniel Vrátil - 5.0.0-4 +- -devel Requires xapian-core-devel + +* Tue Jul 22 2014 Daniel Vrátil - 5.0.0-3 +- split bin tools to -tools subpackage + +* Tue Jul 22 2014 Daniel Vrátil - 5.0.0-2 +- -devel Requires kf5-kfilemetadata-devel +- does not obsolete baloo < 5.0.0 (coinstallability) + +* Wed Jul 16 2014 Daniel Vrátil - 5.0.0-1 +- Plasma 5.0.0 + +* Wed Jun 11 2014 Daniel Vrátil - 4.98.0-3.20140611git84bc23c +- Update to latest git snapshot + +* Wed May 14 2014 Daniel Vrátil - 4.90.0-2.20140611git46e3ea7 +- KF5 Baloo 4.90.0 (git snapshot built from common kdepimlibs/frameworks repo) diff --git a/sources b/sources index e69de29..74d5432 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3d2805bcc93dfee47ad7adf29959aefa baloo-5.5.95.tar.xz