Accepting request 1008742 from home:Vogtinator:plasma5.26

OBS-URL: https://build.opensuse.org/request/show/1008742
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami-addons?expand=0&rev=1
This commit is contained in:
Christophe Giboudeaux 2022-10-07 09:50:49 +00:00 committed by Git OBS Bridge
commit 2a2576918f
6 changed files with 112 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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmMz9rsACgkQEZaMRJKM
rvwN8gf/eIU/YmISjxSdSpVtBJ5aKen+JKURslqIsM7XQbBRjmc2QDpctvHczZWt
UUkl7E4N0Yu95w9AST8T26eQqmt+nidVtdDGRcjxAOTC6VBzVDFkgQLt5wgE85Ov
4rPWFDCEfKRe1rouX+3IWGWZLKauWjo2xrnT3TSHyRhpXIUXP1nW+W3tJkkRV7Ju
hHqXiJ8RDTs3FtL5xSxQ8TFUJmOhx40ZBBCrfGKQK9easBVmYYL+6oflDXzvzJ92
QFxJ/AXc7UPXDMRo7C0UbJPWl9eY0fIF7/fYyqeUoSHf8giX/nQ0UATA03CS7iIc
xfBsr0y9ezq3oYa4gL5fsjMyDZ6C5w==
=JkzK
-----END PGP SIGNATURE-----

9
kirigami-addons.changes Normal file
View File

@ -0,0 +1,9 @@
-------------------------------------------------------------------
Fri Oct 7 08:13:53 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 0.4
-------------------------------------------------------------------
Sat Oct 16 13:52:07 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Initial packaging, based on home:andresbs:plasma-mobile/kirigami-addons

66
kirigami-addons.spec Normal file
View File

@ -0,0 +1,66 @@
#
# spec file for package kirigami-addons
#
# Copyright (c) 2021 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/
#
%bcond_without released
Name: kirigami-addons
Version: 0.4
Release: 0
Summary: Add-ons for the Kirigami framework
License: LGPL-3.0-only
URL: https://invent.kde.org/libraries/kirigami-addons
Source: https://download.kde.org/unstable/kirigami-addons/%{version}/kirigami-addons-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/kirigami-addons/%{version}/kirigami-addons-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
Requires: kirigami2
%description
A set of "widgets" i.e visual end user components along with a
code to support them. Components are usable by both touch and
desktop experiences providing a native experience on both, and
look native with any QQC2 style (qqc2-desktop-theme, Material
or Plasma).
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
# No need for CMake exports
rm -r %{buildroot}%{_kf5_cmakedir}/
%files
%license LICENSES/*
%dir %{_kf5_qmldir}/org/
%dir %{_kf5_qmldir}/org/kde/
%{_kf5_qmldir}/org/kde/kirigamiaddons/
%changelog

BIN
plasma.keyring Normal file

Binary file not shown.