forked from pool/kdesignerplugin
Accepting request 1008989 from KDE:Frameworks5
KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1008989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=108
This commit is contained in:
commit
58a99cf37a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef186dffa0ab9b77491dc074611cfc9bbf8607ac1f2b027a65bf4c43b792609d
|
||||
size 75960
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9Q0ACgkQWNDuZIpI
|
||||
s7uFgwf/YITf7hfJjB7e2NKCgFvjQ+4/ExUcJYtGCmK8q9zwj6y7yC9XVTdnem9S
|
||||
AxVe+p3x3P7xQ4ZZJhTGgKS4MefNCE3HwIKrceNzN4WRqySSlQirQcKhmf/HVmLa
|
||||
c5rY+xUTOAGC8G5pWuCSlZX2wO+V1ozbIMLFp4S0x4CK3jkSXmgXmxxhh9P5BzJz
|
||||
QCkReid+ugRZUtVgUTzWaWm7jK0u4ID6pL589EfcYEB2Kv55+a1Y80JLTR5ZWiFN
|
||||
5UHIv0sH/5mMZs7Qa8BtbKs4bzgfsZYydBaTPRNw4zViokMKD4zABK63/kZediU7
|
||||
M4KkOac5gaBGByYH5Y5PdhDWZ3RbUg==
|
||||
=Zta7
|
||||
-----END PGP SIGNATURE-----
|
3
kdesignerplugin-5.99.0.tar.xz
Normal file
3
kdesignerplugin-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aee65abd481e2cb8d900b52b9e1bf6c74f71ff7eaa621f562c6285d06d497d73
|
||||
size 75988
|
11
kdesignerplugin-5.99.0.tar.xz.sig
Normal file
11
kdesignerplugin-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VWQACgkQWNDuZIpI
|
||||
s7vfKQf/TsVzEs4nZwpmxly19URSsKhk+8C/TOYkz17aOzdP0DS7nV3mf3/rq6Lb
|
||||
piFDidLi8i/L7wIsw8GFOboAG3ZQXXmti0eHo26a7MLXjym4rIx+h0NeGg8klsrF
|
||||
8jCX6oZcS8hrWaxXcxuY+sQDT5UzRI8sdrdZ7PLUTeYUF9r8OryUiHxaSuUSOwOJ
|
||||
ALx9GWyoG2JGkb3HpELlt3opKRZw7E3lJcYA7XWKAhu7xxxR93PWNFhkGgWc/WWD
|
||||
Q+5HQVC5UnQDp12KLu0TuLyzJQ0cDjiLDShe8h57tdY3Lw40Ed0QedrjecgWhEQA
|
||||
Qdc7VJNH5fDrE2kdCdZ1M4u716eJpA==
|
||||
=Ulaa
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:41 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- No code change since 5.98.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# 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 released
|
||||
Name: kdesignerplugin
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,9 +41,7 @@ BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.15.0
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
This framework provides plugins for Qt Designer that allow it to display
|
||||
@ -76,16 +74,12 @@ from ini-style description files. Development files.
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name} --with-qt --with-man --without-mo --all-name
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%if %{with released}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
|
Loading…
x
Reference in New Issue
Block a user