forked from pool/kirigami2
Accepting request 785331 from KDE:Frameworks5
KDE Frameworks 5.68 OBS-URL: https://build.opensuse.org/request/show/785331 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=38
This commit is contained in:
commit
6516a597d6
@ -1,24 +0,0 @@
|
|||||||
From f695cde36a6829b8b92b2fd82deff16d9385fcb9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Marco Martin <notmart@gmail.com>
|
|
||||||
Date: Mon, 10 Feb 2020 11:48:50 +0100
|
|
||||||
Subject: [PATCH] make headerParent correctly alignedwhen there is a scrollbar
|
|
||||||
|
|
||||||
---
|
|
||||||
src/controls/GlobalDrawer.qml | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/controls/GlobalDrawer.qml b/src/controls/GlobalDrawer.qml
|
|
||||||
index 0e8e5120..9166ad7a 100644
|
|
||||||
--- a/src/controls/GlobalDrawer.qml
|
|
||||||
+++ b/src/controls/GlobalDrawer.qml
|
|
||||||
@@ -301,6 +301,7 @@ OverlayDrawer {
|
|
||||||
anchors {
|
|
||||||
left: parent.left
|
|
||||||
right: parent.right
|
|
||||||
+ rightMargin: Math.min(0, -scrollView.width + mainFlickable.width)
|
|
||||||
}
|
|
||||||
spacing: 0
|
|
||||||
y: bannerImage.visible ? Math.max(headerContainer.height, -mainFlickable.contentY) - height : 0
|
|
||||||
--
|
|
||||||
2.25.0
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:981d70554a36c062fee1c165ae2ced26f750ede4a5cee15574a04933bd2727e4
|
|
||||||
size 160432
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420YUACgkQWNDuZIpI
|
|
||||||
s7tuvwf+OUPxUMf3GBh3Zl/eGo5R9QFLm2O54Ud5UmPxoJgWC5gjBshiNoC6ygq5
|
|
||||||
vMQdg5bakO2JBnrAOlpbLuA+RSzNcfcAOKftau5gRKgAuaNahH9XB1S2DA+mSl0D
|
|
||||||
IgTw1b61dC14rVzmDlXdt+gvkN+mJC9uwzrrLW2lIUad33oHKa2MwdgQuWdv0Pe8
|
|
||||||
SAZVPrMGO6T6ET2VxXmdRGi3yi6tc3OtApo4AW0YFiVR4qJl84dktTEagXONU08I
|
|
||||||
NJrk2Hy2ZKjODuOS2sanw0SvhGTFSKlYWw58DgRf03MpEgRmArhBRiJqWsQ/sW5/
|
|
||||||
8b7YJM97f0TmKlt4XJS4nWgvVAQYgg==
|
|
||||||
=G+mv
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kirigami2-5.68.0.tar.xz
Normal file
3
kirigami2-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad5f78afc916e9cb26f23918a6eb1983d4a57aa7e4f7314a8c23fb81e0fcaf4b
|
||||||
|
size 162392
|
11
kirigami2-5.68.0.tar.xz.sig
Normal file
11
kirigami2-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jl2kACgkQWNDuZIpI
|
||||||
|
s7vB2ggAsAYJt1MeoN4glon79aMMry4UBDohiFCUCsvxjx3V+OqX1LC8IMtwBk+u
|
||||||
|
ZWjSaLX/zn8T0S8R2dinjrC5fFV88/E/r3m8aa8hbmSE4MFk2VmJNmIDCfKObE7y
|
||||||
|
iebd70lR8myknmblEfgzkBFeWHd0cQsY7EeSNDmUolrKPsnxxaUoxchebk68USQI
|
||||||
|
semq4RyavZlAL6Xpw4K8EykHuphD2B2zKhjSk4vwDjpaMFqmP/IQL03XpxrB/Vbj
|
||||||
|
pwe3H/FF7orNgQqElOiXBfgskULYWCZzrohQek8DONqaC3aISRJSBvHmZ9TYwKwn
|
||||||
|
XdLQE58939/K8VYHW+7e60Q8mR6pYA==
|
||||||
|
=2dnP
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 09:17:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.68.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||||
|
- Too many changes since 5.67.0, only listing bugfixes:
|
||||||
|
* Icon: fix rendering of image: urls on High DPI (kde#417647)
|
||||||
|
* Do not crash when icon's width or height is 0 (kde#417844)
|
||||||
|
* properly sync size hints with state machine (kde#417351)
|
||||||
|
- Drop 0001-make-headerParent-correctly-alignedwhen-there-is-a-s.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 10 21:33:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Feb 10 21:33:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.67
|
%define _tar_path 5.68
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kirigami2
|
Name: kirigami2
|
||||||
Version: 5.67.0
|
Version: 5.68.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of QtQuick components
|
Summary: Set of QtQuick components
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -35,7 +35,6 @@ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
|||||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
Patch0: 0001-make-headerParent-correctly-alignedwhen-there-is-a-s.patch
|
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user