Christophe Marin 2024-07-04 20:41:46 +00:00 committed by Git OBS Bridge
commit be66c845fa
7 changed files with 153 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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDnVYACgkQu0YzUNbv
Me8G6A//cYrtlXQFnqrWstz2hQT66wWpc82QBccJSY4wQ3sWX5+RaPkJGPfTcmAE
lowQMbn4Q3h77LQ4cQZCVICAtIgUc55r/vCwyZbm1/P5yxJNoB1K/5KhYRM2YpPx
2KYzih/oqGOUPmhILHRnIHo9Z75XD05wY+6zvmD+xLQEdAdOPlqZramwQ8RqdiK7
buqqlSZlipDbnpVKQaPQwPC1/F0+dBfHeUc6eFADfbahdTTI1tRXp1dLuQHfgKwa
X8C5qCx6Rq8evsp+jqlqihKrnRGB7qbUIH6NTnwdLus/ZIzy2UCQhtiZl44312/E
osNI/E2/0jQCs/BH7X2pNFB6pKbveUsyibQymEEy3CukkwF/rP3xn440ZPiClUK8
N+1i6AdauyXx9ntYT3JbovxyME15MxYJyrHylAStm4g3Df/VC5lcJRTghdF3WVWi
fiFsAyVrekQxWbpMiaey6cTwlJGSqUFVf1euIzr7LIyuTV4/8fIarcK5C6O8g7Qm
lMiTupgMmvBNkks7xf58CYa8oXnqEnZ2nQLfafHXRYD8MAzFaNlBMVV1TasIJZiu
qkt1qV8tHYIPkR9rQWumRucM3mAogMwvxvOZj3QnqAcy1b2jdoTavQouPeOIiEKf
JBbmm0kknYXvMyzWqmWAWR5L6XN4jOZbVtEvtZ6fllhvY+GB7O8=
=0Yro
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,31 @@
-------------------------------------------------------------------
Tue Jul 2 13:53:28 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.05.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.05.2/
- No code change since 24.05.1
-------------------------------------------------------------------
Wed Jun 12 07:31:46 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.05.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.05.1/
- No code change since 24.05.0
-------------------------------------------------------------------
Sun May 19 09:54:36 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.05.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/24.05.0/
- No code change since 24.04.80
-------------------------------------------------------------------
Fri Mar 15 12:55:02 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Init accessibility-inspector

View File

@ -0,0 +1,79 @@
#
# spec file for package accessibility-inspector
#
# 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: accessibility-inspector
Version: 24.05.2
Release: 0
Summary: Accessibility inspector
License: LGPL-2.1-or-later
URL: https://apps.kde.org/accessibilityinspector
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: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(QAccessibilityClient6) >= 0.6.0
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
%description
Accessibility Inspector is an inspector for your application accessibility tree.
It lets you check all the items exposed via At-SPI.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --all-name
%ldconfig_scriptlets
%files
%license LICENSES/*
%doc README.md
%{_kf6_applicationsdir}/org.kde.accessibilityinspector.desktop
%{_kf6_appstreamdir}/org.kde.accessibilityinspector.metainfo.xml
%{_kf6_bindir}/accessibilityinspector
%{_kf6_debugdir}/accessibilityinspector.categories
%{_kf6_iconsdir}/hicolor/scalable/apps/org.kde.accessibilityinspector.svg
%{_kf6_libdir}/libaccessibilityinspector.so.*
%files lang -f %{name}.lang
%changelog

BIN
applications.keyring Normal file

Binary file not shown.