forked from pool/kdebugsettings
KDE Release Gear 24.05.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdebugsettings?expand=0&rev=286
This commit is contained in:
commit
ea408b1612
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
3
kdebugsettings-24.05.2.tar.xz
Normal file
3
kdebugsettings-24.05.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67b316ba5331be1e972660781560d1394300d3848a665f74c60f06e5399389c6
|
||||
size 112776
|
16
kdebugsettings-24.05.2.tar.xz.sig
Normal file
16
kdebugsettings-24.05.2.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmd0ACgkQu0YzUNbv
|
||||
Me9uBxAAlDQbXNdNlj5kfMtxhVPFMIHrgk4MPGmjX8UUsqdoVbULsNyr8GwPO8dx
|
||||
5xcJBguh5VhK3X/r/sghzD7cykCZrhB60TIuy8XAJDOHCphyZ9xJS9GzffTrssOx
|
||||
BWOsZK1rzk07bqaR2m2fHqLoahftw5mSrcuZskCkaxYjlJgQsOlcGFYmtEEKZ4DG
|
||||
kLtNVvRmsETTiww3pUCuPDqQOMwSfaGj6BXa+Kx+m3F5XqfFILXoIBvj9Jjiryhj
|
||||
IQKHjnwpoaewONw9GL3wH+ALZ9Opzio7mdP8LcAVYZKfhv3MOjCW+HPAHVulAjNJ
|
||||
nLbHRXPQ5r3axumC5sn5FQATUnQ+YYgAlO81IkjLlwyCJh82O7UWjIEXHEBoLrSS
|
||||
gkTqvt59RfNQ1MK3IHoU9/WUMXfaiYfUf/FQ18/DQKstXDFeT1zKBqjLG3dmCxyz
|
||||
qCU/5vHwyXU1nOZECJLswKb638q3vmuEjwywnaUrz1HA+T8QzGbIinERJNvClVNo
|
||||
w4k9VLsxIlyBzAE/PaC2/iWc09Gl22hJnUa8sDGfZUBq/CailQ6DOeJVYB2VrCsH
|
||||
vCCI18G8xQ/7dHD7YJmBU/ewTgR/Bfn1gVvRps9U6aeClYFAxfkOmBIUihzoL+sQ
|
||||
Ve14xkGnoo948Qu7+5FMHWoe/g8T18LCfCUxGtfgw27Hqf7tTf4=
|
||||
=XxJ2
|
||||
-----END PGP SIGNATURE-----
|
1481
kdebugsettings.changes
Normal file
1481
kdebugsettings.changes
Normal file
File diff suppressed because it is too large
Load Diff
84
kdebugsettings.spec
Normal file
84
kdebugsettings.spec
Normal file
@ -0,0 +1,84 @@
|
||||
#
|
||||
# spec file for package kdebugsettings
|
||||
#
|
||||
# Copyright (c) 2024 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 6.0.0
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%bcond_without released
|
||||
Name: kdebugsettings
|
||||
Version: 24.05.2
|
||||
Release: 0
|
||||
Summary: Program to set debug verbosity for KDE applications
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://apps.kde.org/kdebugsettings
|
||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF6Completion) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6ItemViews) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
Obsoletes: kdebugsettings5 < %{version}
|
||||
Provides: kdebugsettings5 = %{version}
|
||||
|
||||
%description
|
||||
This program allows to tune the debug output of KDE applications, ranging
|
||||
from verbose to completely silent.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n kdebugsettings-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%suse_update_desktop_file org.kde.kdebugsettings Utility DesktopUtility
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_kf6_applicationsdir}/org.kde.kdebugsettings.desktop
|
||||
%{_kf6_appstreamdir}/org.kde.kdebugsettings.appdata.xml
|
||||
%{_kf6_bindir}/kdebugsettings
|
||||
%{_kf6_debugdir}/kde.renamecategories
|
||||
%{_kf6_debugdir}/kdebugsettings.categories
|
||||
%{_kf6_libdir}/libkdebugsettings.so.*
|
||||
%{_kf6_libdir}/libkdebugsettingscore.so.*
|
||||
%{_kf6_sharedir}/kdebugsettings/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user