forked from pool/kdesignerplugin
KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesignerplugin?expand=0&rev=232
This commit is contained in:
parent
feb32e8aee
commit
c0259b9f3a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4307cd1c3bb681ec1c28cb4399ef952a1966273963f6511eb0b6256d9791f6e5
|
||||
size 73624
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprTwACgkQWNDuZIpI
|
||||
s7tXiwgAmxYBRZuKLLsy+nfxMwdxOPviZw+swp2QolLYL73I1IfIhSp5bbnIb8Fm
|
||||
cPaJcEeCrYx01PjaQZOTOc09jhAhXHlsSeGYwlcMXTPOps4yNfUHuEe19GO5ZHox
|
||||
5ha9JRHK8S3U7qYEaMdZwiyeuBWHda5LwmdVSd+BEPB2bYTAT9eqRZojgSu6MMrX
|
||||
/3IAFF/r6GIRH2YXYsQRfQkjWOHG8xSFd5OXNV6BchDl1TV7K81DJHb9gqyDInAT
|
||||
oey/mG+Uik9YrDZmgqmgFNofCmNmEp4PL6SKNEf/UVjUazKW38sEfknFFnMvSrxO
|
||||
Y+8fnt27dzXpVfF2XVP2uur2AddVlg==
|
||||
=XiO5
|
||||
-----END PGP SIGNATURE-----
|
3
kdesignerplugin-5.82.0.tar.xz
Normal file
3
kdesignerplugin-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4556c3001f6558cf8ecaf9ce98b60bc130099b0af5d35be48561405b778d6f79
|
||||
size 75336
|
11
kdesignerplugin-5.82.0.tar.xz.sig
Normal file
11
kdesignerplugin-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaZwACgkQWNDuZIpI
|
||||
s7ta+Af/bp5V7LktEWU86BvKqszwreTM4KypnMud57ZJFOSwXjkAretXIhuSRo5C
|
||||
ls35Cj/MS8P/lF7SfvPRvMqIXzKUARSUoOemjzIINWe9/zafvw07i4FCjFkM9m9d
|
||||
NkuU66u/cZKINXDYChVyVP5ncCnVXDo0nzTDU34+gNBqvTG9rwtKWT/YBEiCCvyJ
|
||||
NcrFa22uOEC03ngfSo+I+c36E0y23ZUgcAhSMDqLSOi/2Cu3uaMkQXNZgaFShA4U
|
||||
cqdnFaDomZeOO0CEU+yJKGry+osESy57g2fQfql2INfqv9CFgE2+AezBHeXXeAEE
|
||||
1Z8LEGRczxrURN7UZRAVG54+CgXVGw==
|
||||
=Tl+u
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:47 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- No code change since 5.81.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: kdesignerplugin
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,10 +39,10 @@ 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.14.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.15.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -56,7 +56,7 @@ Summary: Build environment for kdesignerplugin, a framework for integrati
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.14.0
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
|
||||
%description devel
|
||||
This framework provides plugins for Qt Designer that allow it to display
|
||||
@ -67,14 +67,14 @@ from ini-style description files. Development files.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-qt --with-man --without-mo --all-name
|
||||
|
Loading…
x
Reference in New Issue
Block a user