1
0
forked from pool/baloo-widgets
Luca Beltrame 2024-02-23 20:07:47 +00:00 committed by Git OBS Bridge
commit 3f96dc8732
7 changed files with 156 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d62c54815b771f834fde63d6d8047f7af495ee1675afe1824122c07dc199a85d
size 276664

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmW4420ACgkQOmpNuDnq
ptd4ag//aK6AWbSJCs7bYCm/FzejgCkldOxxgDfN0rX9or7O30HfTpH3U3fcBI5C
NE+JPP7rmRgTTbID85JP/USezdrgYfVJbT5QBgj+t9YqV52vz4gX6+oW++JbPO40
B1keFqKPFvEjtJoJYQzCWZEL0kvigdgReyEYTx9MvVRr93eUOdiyeXi5Q5uOfMRI
Khx0hDVCoDd/+UrqqvzFFoFoJT5Q5zWW0e/4HkDkHraa0X5Q7QRe/AceTTf2IKBH
MfQ5d8B/K6bJpxIx8EOHNVT6bek+qfs+QCuj5Xl6ecDmsZubLQDlFDns6xsXGAtz
uhdWDuFqUpOA75fZiJbQCoOsYJKJf8fdWmO8JL+70i+FJUdUEMdQB2CYFnUCOJTY
zVsMrGA90VgmSbRb2twlaot14HM4wDqnv/3KFBnJb0LRUjpNQgPg03p2MkLIIImZ
O9WXxEBV8aSndEFCLRtvK+azDvap55tYQq51laf89jcJRPZSGmN3id6+Fo/Z/YvG
79RgX9Xd90yuEpuunuJZUn/tW0xq+IahhwUFuCjCnzpbRCwRPlt5Q/yw98Kg2mgU
UIb32cjciFE5JOamScEwnRhHRleVIGg11jaXHO5lNv1a6p3Vc3DcPE0teP8YeL7f
1E6k1i37dF/2/zUWgGHKioBvoge39Cc3VkIO/3aIE85+rB+7WFg=
=x2Ue
-----END PGP SIGNATURE-----

1
baloo-widgets-rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter("shlib-policy-name-error .*")

10
baloo-widgets.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Fri Feb 9 16:19:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.01.95
* https://kde.org/fr/announcements/megarelease/6/rc2/
-------------------------------------------------------------------
Sun Sep 3 11:53:52 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init baloo-widgets

103
baloo-widgets.spec Normal file
View File

@ -0,0 +1,103 @@
#
# spec file for package baloo-widgets
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define kf6_version 5.246.0
%define qt6_version 6.6.0
%define rname baloo-widgets
%bcond_without released
Name: baloo-widgets
Version: 24.01.95
Release: 0
Summary: Framework for searching and managing metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
URL: https://www.kde.org
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source99: baloo-widgets-rpmlintrc
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KF6Baloo) >= %{kf6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6FileMetaData) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6Service) >= %{kf6_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Provides: libKF5BalooWidgets5 = %{version}
Obsoletes: libKF5BalooWidgets5 < %{version}
Provides: libKF6BalooNaturalQueryParser1 = %{version}
Obsoletes: libKF6BalooNaturalQueryParser1 < %{version}
Conflicts: baloo5-widgets
# Conflicting catalog names
Conflicts: baloo5-widgets-lang
%description
Baloo is a framework for searching and managing metada
%package devel
Summary: Development package for baloo-widgets
Requires: baloo-widgets = %{version}
Requires: cmake(KF6KIO) >= %{kf6_version}
Requires: cmake(Qt6Widgets) >= %{qt6_version}
Provides: baloo-widgets5-devel
Obsoletes: baloo-widgets5-devel
%description devel
Development package for baloo-widgets
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
%kf6_build
%install
%kf6_install
%find_lang %{name} --all-name
%ldconfig_scriptlets
%files
%license LICENSES/*
%{_kf6_bindir}/baloo_filemetadata_temp_extractor
%{_kf6_debugdir}/baloo-widgets.categories
%{_kf6_libdir}/libKF6BalooWidgets.so.*
%dir %{_kf6_plugindir}/kf6/propertiesdialog
%{_kf6_plugindir}/kf6/propertiesdialog/baloofilepropertiesplugin.so
%dir %{_kf6_plugindir}/kf6/kfileitemaction
%{_kf6_plugindir}/kf6/kfileitemaction/tagsfileitemaction.so
%files devel
%{_kf6_cmakedir}/KF6BalooWidgets/
%{_kf6_includedir}/BalooWidgets/
%{_kf6_libdir}/libKF6BalooWidgets.so
%files lang -f %{name}.lang
%changelog