forked from pool/kinit
KDE Frameworks 5.113.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=294
This commit is contained in:
parent
85ed0a9b6f
commit
ef849f45e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e75fced58ab654ca475f04a1853d00a3a40cd672d72440c4d9fe031eb83532d6
|
||||
size 2404796
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGG3kACgkQWNDuZIpI
|
||||
s7vYZgf/ay39w85n83SmImXFxgNfQGD+pP+NseE+M8NTyCYzNr6TtI2s7m8sAe6e
|
||||
hL6smYhidrPOHu/AukOHdiu9bu96H29mh6x5YLb11ZE4sN79+H4UGlsqE/X9IPBo
|
||||
yoqLwaR7bBCpsWyGq3qeL1zFBYdGVE0e13qvXYEFCLqr4kika5UDkATu/UAutkRD
|
||||
pWjwfZ2acETHVJpMm6olgW9AcHGDKIQiaYqpxw98nE39kxUchpaCJRrauGwAgEFc
|
||||
aq1O6eB1LGFQoA3+LIh3RsqS6qKFG4YsM92Dnv1ZHhzSHzfW206fOOiHizNlRNI1
|
||||
kj83vpTUuRIXOqmmfi2enST7Piha7w==
|
||||
=+GO9
|
||||
-----END PGP SIGNATURE-----
|
3
kinit-5.113.0.tar.xz
Normal file
3
kinit-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b096baff25824cedbf020c8bfbdce43cd2ee72466d15d14883fc9927d7fb5f9
|
||||
size 2405000
|
11
kinit-5.113.0.tar.xz.sig
Normal file
11
kinit-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAq8ACgkQWNDuZIpI
|
||||
s7s9YQgAgW+T715+mHj1A4RDS5aiLmojlBQfzegHNx3uANnb64A/Bm3pf10w6iRL
|
||||
ji8TnuXIl5kXDObQ7tXuJTwqWJWD6AIMlS4YHihNm0ysiu0t20a2OPOobaiGaSxn
|
||||
sQLfpps/aQ3rcjTGBAUaHbGHCuXfhR2xyH+fkq11OOtdbyMwL2jJnnzF+J+y63lB
|
||||
+RerLyl63VWlrNvJMS2jf/XhFHyO+w5t2WtNNRHYW/VF52DJLD+jGCPH7LPChgVB
|
||||
cGoRNurfaaBvR6KnFyHuf04EOSMnuNuU5lNKzI+Tt+jgTEbzaCUB3oSjwAsgRr6F
|
||||
iiLHLUCoBDOKb9wz2iwKXgd+y1tp4A==
|
||||
=rNbf
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:57 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
32
kinit.spec
32
kinit.spec
@ -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: kinit
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: Helper library to speed up start of applications on KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -37,24 +37,23 @@ Source2: frameworks.keyring
|
||||
Patch0: fpie.patch
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-progs
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
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.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
||||
@ -64,7 +63,6 @@ booting UNIX.
|
||||
|
||||
%package devel
|
||||
Summary: Helper library to speed up start of applications on KDE workspaces
|
||||
Requires: extra-cmake-modules
|
||||
|
||||
%description devel
|
||||
Kdeinit is a process launcher somewhat similar to the famous init used for
|
||||
|
Loading…
Reference in New Issue
Block a user