SHA256
1
0
forked from pool/kinit

Accepting request 773267 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=75
This commit is contained in:
Oliver Kurz 2020-02-14 15:32:55 +00:00 committed by Git OBS Bridge
commit 6b330f3e26
6 changed files with 35 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9b6ea1542ff5529fd42f49240be37bbd8a3dfdfe8c45ac980b3c9b3fee650e
size 119088

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxR0ACgkQWNDuZIpI
s7sefQgAh+8Zl4DQk9+xPyubLryZ1itz5Xte2i86F8ifTQ3PMW8wlrlRLdmc5fc5
W7VhZu94AB4XQoopdAzQqPA8TxXhBkhf+snjkM1PF+l9cSlXZNV+v+HTpcVVVQdM
tvL9WnAGK5+mPAZN0Vzos3NrgLpfHBmoDSkDEv9bnnBJND4ujm9CTTLLnsp5qMue
slfL8BmbTjcTsgMPpkRaCVZKlfrmC+4U1hGRdZ1LJkrhlHRuepRRCV57HCD9K2QR
vZG802ltgmxoA/juM28TlICDA90So7HlVlH5cobfl4eH6RdEkh/OAAT4WgY99BYa
YIfLN+CJP0lKx7pzrtMQooUntbUO6Q==
=ikLa
-----END PGP SIGNATURE-----

3
kinit-5.67.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:260206483a095eb63851d23fcb777de99f30e61bd119215fd99aad29a75e1410
size 119240

11
kinit-5.67.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420XQACgkQWNDuZIpI
s7v1kAf/eyF4pGIPK1B8oVu1g2auoZ6coe37qwvbLvcYFUDZGHM/XV/7IOIK+6Vf
ExUBW4YSqXRZAm9hN0eR3Q0yNMGYeA4rnFCnczeNs4AJ9lAhITMO/lBaHrzy7cit
Xcexqvku4rtW0+FEdKAcu/UoEqkQEd0ZlgCmpW6p9fOI2dNSW6bYUFxuYN4pzohl
OJQpuIGoBLawVI4u1OCQRLk3x7NSjntepMXjezdifuz5TxKUJKHd17MbYCxf1c13
lgSjfpPw0oXMIHuEv7H2CzHiS/fYGSPiuMXNxgXE6pxvar2QRhQzxLXZWDVMQmqF
5LSUHbUDWDLePZhnAec0VGkB25FMew==
=kuMo
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 2 18:07:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- No code change since 5.66.0
-------------------------------------------------------------------
Sun Jan 5 09:02:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.66
%define _tar_path 5.67
# 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: kinit
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Helper library to speed up start of applications on KDE workspaces
License: LGPL-2.1-or-later
@ -52,10 +52,10 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Gui) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
%if %{with lang}
@ -83,7 +83,7 @@ booting UNIX. Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build