forked from pool/kdesignerplugin
KDE Frameworks 5.114.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesignerplugin?expand=0&rev=288
This commit is contained in:
parent
7b480eb0ce
commit
9038e62dca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31d166318214bec4399dab7dd19fe87b3f533b964f4cef4a53c9857a33c21c16
|
||||
size 2286976
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAmkACgkQWNDuZIpI
|
||||
s7uPoggAlBTfNJD+s8V4XTTJdx11yR5eAqvgxVRujS2+WLF1ecf2cIbmsgkZK8RZ
|
||||
LtIyhCzQQmpfZA/o7Yzy1Enzg1C6joDzOhSa5fkx/4puYip2L6ZYDB18ObbJLpOU
|
||||
NQPhY7UtQrVfgzDP3H/0Lxt9zPLq601mPTqFi2Z9Sb4x3lBexIu5yzs4ZMDd9muE
|
||||
bssdJWFdMs4B96KomYYhggsY9/HRvON8+bmpTlKtKJRq5mms0JVveJcOCR//1Eok
|
||||
cl7FyWw0z6XXaeOdVpENX8GY7hMHvn4EfiZpFz3HE1q1c95CszoiIO9fdFKjAXdu
|
||||
b3ptn3fUCKEf1dRT9YbZ4OTgJOr/FA==
|
||||
=FrMI
|
||||
-----END PGP SIGNATURE-----
|
3
kdesignerplugin-5.114.0.tar.xz
Normal file
3
kdesignerplugin-5.114.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:364956557a40ef103822a82cdcf5f12371ff5b657a9903c2cd857eb3bd9a9b7e
|
||||
size 2286948
|
11
kdesignerplugin-5.114.0.tar.xz.sig
Normal file
11
kdesignerplugin-5.114.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJusACgkQWNDuZIpI
|
||||
s7vXnQf/dEBzE7OCXJwFe9GWtS6gPfsJsRnBJqptbegQ7RkZ7xkTEcBlm/fCyZcz
|
||||
36xOSxY+dmPnO/n4xTh7u7nrbwvUILT2lpuKzpWJBmjgpBtsUbXniKvsC62ukewe
|
||||
FDHuIualeTehFWcowSDUKGH6QS6q3H2z8qdJ0xGktpo567+XPyeVFsj7VuEp+wC4
|
||||
1osDPVDbMe8LaGaGFOfBLVB1OXCGeRT6ozyzvllT1DjdwtyIwq7x4uPrhEpmR4DF
|
||||
2QgJWQ2sXAzYSFoE3kw7OoVT67BlKUx0I3CjaQO6OEXgzN9sv6eNU0d89Dy7IsId
|
||||
babpEq2ZqoVmxv8MT39IcHWW74u29Q==
|
||||
=j3cQ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 11:21:31 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.114.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.114.0
|
||||
- No code change since 5.113.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:35 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.103
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: kdesignerplugin
|
||||
Version: 5.113.0
|
||||
Version: 5.114.0
|
||||
Release: 0
|
||||
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
|
||||
License: LGPL-2.1-or-later
|
||||
@ -33,13 +33,14 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Designer) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
|
||||
%description
|
||||
This framework provides plugins for Qt Designer that allow it to display
|
||||
@ -50,7 +51,7 @@ from ini-style description files.
|
||||
%package devel
|
||||
Summary: Build environment for kdesignerplugin, a framework for integration of KDE frameworks widgets
|
||||
Requires: %{name} = %{version}
|
||||
Requires: cmake(Qt5Core) >= %{qt5_version}
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
|
||||
%description devel
|
||||
This framework provides plugins for Qt Designer that allow it to display
|
||||
|
Loading…
Reference in New Issue
Block a user