commit 2a2576918fc152cab943b322642b954a9fef47d131b67e989ef4e29f1fedca55 Author: Christophe Giboudeaux Date: Fri Oct 7 09:50:49 2022 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/kirigami-addons-0.4.tar.xz b/kirigami-addons-0.4.tar.xz new file mode 100644 index 0000000..81d9076 --- /dev/null +++ b/kirigami-addons-0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be95b504fee01ea76ebc8c429b5700d2f4245be893cbac7f03f778b92e962d91 +size 70228 diff --git a/kirigami-addons-0.4.tar.xz.sig b/kirigami-addons-0.4.tar.xz.sig new file mode 100644 index 0000000..145ce7c --- /dev/null +++ b/kirigami-addons-0.4.tar.xz.sig @@ -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----- diff --git a/kirigami-addons.changes b/kirigami-addons.changes new file mode 100644 index 0000000..a266dc2 --- /dev/null +++ b/kirigami-addons.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 7 08:13:53 UTC 2022 - Fabian Vogt + +- Update to 0.4 + +------------------------------------------------------------------- +Sat Oct 16 13:52:07 UTC 2021 - Fabian Vogt + +- Initial packaging, based on home:andresbs:plasma-mobile/kirigami-addons diff --git a/kirigami-addons.spec b/kirigami-addons.spec new file mode 100644 index 0000000..5e87279 --- /dev/null +++ b/kirigami-addons.spec @@ -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 diff --git a/plasma.keyring b/plasma.keyring new file mode 100644 index 0000000..df40fb7 Binary files /dev/null and b/plasma.keyring differ