2014-02-07 22:43:12 +01:00
|
|
|
#
|
|
|
|
# spec file for package kinit
|
|
|
|
#
|
2021-01-09 13:18:50 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2014-02-07 22:43:12 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-16 14:25:27 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 22:43:12 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-09-13 14:42:54 +02:00
|
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
2018-07-17 10:58:01 +02:00
|
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2024-01-15 15:09:43 +01:00
|
|
|
%define qt5_version 5.15.2
|
2022-01-09 11:15:04 +01:00
|
|
|
%bcond_without released
|
2014-02-07 22:43:12 +01:00
|
|
|
Name: kinit
|
2024-05-19 11:35:36 +02:00
|
|
|
Version: 5.116.0
|
2014-02-07 22:43:12 +01:00
|
|
|
Release: 0
|
2018-08-20 14:58:42 +02:00
|
|
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
|
|
|
License: LGPL-2.1-or-later
|
2018-10-16 14:25:27 +02:00
|
|
|
URL: https://www.kde.org
|
2021-11-12 13:20:56 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2022-01-09 11:15:04 +01:00
|
|
|
%if %{with released}
|
2021-11-12 13:20:56 +01:00
|
|
|
Source1: %{name}-%{version}.tar.xz.sig
|
2019-08-11 23:07:21 +02:00
|
|
|
Source2: frameworks.keyring
|
|
|
|
%endif
|
2018-08-20 14:58:42 +02:00
|
|
|
# PATCH-FIX-OPENSUSE fpie.patch -- add -(f)pie link flags to start_kdeinit target
|
|
|
|
Patch0: fpie.patch
|
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
|
2024-01-15 15:09:43 +01:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRequires: fdupes
|
2014-06-01 20:44:36 +02:00
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcap-progs
|
2018-08-20 14:58:42 +02:00
|
|
|
BuildRequires: pkgconfig
|
2024-01-15 15:09:43 +01:00
|
|
|
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}
|
2014-02-07 22:43:12 +01:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2016-02-06 19:03:40 +01:00
|
|
|
BuildRequires: pkgconfig(xcb)
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%description
|
2014-02-11 03:39:33 +01:00
|
|
|
Kdeinit is a process launcher somewhat similar to the famous init used for
|
|
|
|
booting UNIX.
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%package devel
|
2014-02-11 03:39:33 +01:00
|
|
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%description devel
|
2014-02-11 03:39:33 +01:00
|
|
|
Kdeinit is a process launcher somewhat similar to the famous init used for
|
|
|
|
booting UNIX. Development files.
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2014-06-01 22:16:30 +02:00
|
|
|
%lang_package
|
2018-08-20 14:58:42 +02:00
|
|
|
|
2014-02-07 22:43:12 +01:00
|
|
|
%prep
|
2021-05-09 09:41:59 +02:00
|
|
|
%autosetup -p1
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%build
|
2021-05-09 09:41:59 +02:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%install
|
2021-05-09 09:41:59 +02:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%fdupes %{buildroot}
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2017-05-15 20:19:47 +02:00
|
|
|
%find_lang %{name} --with-man --all-name
|
2014-06-01 22:16:30 +02:00
|
|
|
|
2023-02-12 10:53:02 +01:00
|
|
|
%ldconfig_scriptlets
|
2014-02-07 22:43:12 +01:00
|
|
|
|
2017-05-15 20:19:47 +02:00
|
|
|
%files lang -f %{name}.lang
|
2014-06-01 22:16:30 +02:00
|
|
|
|
2014-02-07 22:43:12 +01:00
|
|
|
%files
|
2020-09-11 08:33:11 +02:00
|
|
|
%license LICENSES/*
|
2018-08-20 14:58:42 +02:00
|
|
|
%doc README*
|
2014-02-07 22:43:12 +01:00
|
|
|
%{_kf5_bindir}/kdeinit5
|
|
|
|
%{_kf5_bindir}/kdeinit5_shutdown
|
|
|
|
%{_kf5_bindir}/kdeinit5_wrapper
|
|
|
|
%{_kf5_bindir}/kwrapper5
|
|
|
|
%{_kf5_libdir}/libkdeinit5_klauncher.so
|
|
|
|
%{_kf5_libexecdir}/klauncher
|
|
|
|
%{_kf5_bindir}/kshell5
|
2014-04-22 21:18:18 +02:00
|
|
|
%{_kf5_libexecdir}/start_kdeinit
|
2014-02-07 22:43:12 +01:00
|
|
|
%{_kf5_libexecdir}/start_kdeinit_wrapper
|
2014-11-03 00:00:11 +01:00
|
|
|
%doc %lang(en) %{_kf5_mandir}/*/kdeinit5.*
|
2018-11-12 14:16:33 +01:00
|
|
|
%{_kf5_debugdir}/kinit.categories
|
2020-08-09 09:39:43 +02:00
|
|
|
%{_kf5_debugdir}/*.renamecategories
|
2014-02-07 22:43:12 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/cmake/KF5Init/
|
|
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KLauncher.xml
|
|
|
|
|
|
|
|
%changelog
|