2014-02-10 22:51:11 +01:00
|
|
|
#
|
2014-02-10 23:01:41 +01:00
|
|
|
# spec file for package kactivities5
|
2014-02-10 22:51:11 +01:00
|
|
|
#
|
2021-01-09 13:18:40 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2014-02-10 22:51:11 +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:23:35 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-10 22:51:11 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-03-02 13:29:39 +01:00
|
|
|
%define lname libKF5Activities5
|
2017-09-13 11:58:11 +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:57:45 +02:00
|
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2024-01-15 15:08:22 +01:00
|
|
|
%define qt5_version 5.15.2
|
2022-01-09 11:14:58 +01:00
|
|
|
%bcond_without released
|
2014-02-10 22:51:11 +01:00
|
|
|
Name: kactivities5
|
2024-02-10 13:47:33 +01:00
|
|
|
Version: 5.115.0
|
2014-02-10 22:51:11 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: KDE Plasma Activities support
|
2018-03-14 14:00:18 +01:00
|
|
|
License: GPL-2.0-or-later
|
2018-10-16 14:23:35 +02:00
|
|
|
URL: https://www.kde.org
|
2021-11-12 13:20:48 +01:00
|
|
|
Source: kactivities-%{version}.tar.xz
|
2022-01-09 11:14:58 +01:00
|
|
|
%if %{with released}
|
2021-11-12 13:20:48 +01:00
|
|
|
Source1: kactivities-%{version}.tar.xz.sig
|
2019-08-11 23:06:57 +02:00
|
|
|
Source2: frameworks.keyring
|
|
|
|
%endif
|
2024-01-15 15:08:22 +01:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
2014-02-10 22:51:11 +01:00
|
|
|
BuildRequires: fdupes
|
2019-08-07 14:43:51 +02:00
|
|
|
BuildRequires: libboost_headers-devel
|
2024-01-15 15:08:22 +01:00
|
|
|
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
|
|
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
|
|
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
|
|
|
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
|
|
|
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
|
|
|
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
|
|
|
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
|
|
|
BuildRequires: cmake(Qt5Quick) >= %{qt5_version}
|
|
|
|
BuildRequires: cmake(Qt5Sql) >= %{qt5_version}
|
|
|
|
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
2014-02-10 22:51:11 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
|
|
|
|
2016-08-07 23:50:15 +02:00
|
|
|
%package tools
|
|
|
|
Summary: Command-line tools for Plasma Activity management
|
2018-08-20 14:58:33 +02:00
|
|
|
Requires: %{lname} = %{version}
|
2016-08-07 23:50:15 +02:00
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package provides command-line tools to manipulate Plasma Activities.
|
|
|
|
|
2018-08-20 14:58:33 +02:00
|
|
|
%package -n %{lname}
|
2014-02-10 22:51:11 +01:00
|
|
|
Summary: Library for KDE's Plasma Activities support
|
|
|
|
|
2018-08-20 14:58:33 +02:00
|
|
|
%description -n %{lname}
|
2014-02-10 22:51:11 +01:00
|
|
|
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
|
|
|
|
2014-07-28 19:30:01 +02:00
|
|
|
%package imports
|
|
|
|
Summary: KDE Plasma Activities support
|
|
|
|
|
|
|
|
%description imports
|
|
|
|
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
|
|
|
QML imports.
|
|
|
|
|
2014-02-10 22:51:11 +01:00
|
|
|
%package devel
|
2014-07-28 19:30:01 +02:00
|
|
|
Summary: KDE Plasma Activities support
|
2018-08-20 14:58:33 +02:00
|
|
|
Requires: %{lname} = %{version}
|
2024-01-15 15:08:22 +01:00
|
|
|
Requires: cmake(Qt5Core) >= %{qt5_version}
|
2014-02-10 22:51:11 +01:00
|
|
|
|
|
|
|
%description devel
|
2014-07-28 19:30:01 +02:00
|
|
|
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
|
|
|
Development files.
|
2014-02-10 22:51:11 +01:00
|
|
|
|
|
|
|
%prep
|
2021-05-09 09:41:53 +02:00
|
|
|
%autosetup -p1 -n kactivities-%{version}
|
2014-02-10 22:51:11 +01:00
|
|
|
|
|
|
|
%build
|
2021-05-09 09:41:53 +02:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2014-02-10 22:51:11 +01:00
|
|
|
|
|
|
|
%install
|
2021-05-09 09:41:53 +02:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%fdupes %{buildroot}
|
2014-02-10 22:51:11 +01:00
|
|
|
|
2023-02-12 10:52:48 +01:00
|
|
|
%ldconfig_scriptlets -n %{lname}
|
2014-02-10 22:51:11 +01:00
|
|
|
|
2016-08-07 23:50:15 +02:00
|
|
|
%files tools
|
|
|
|
%{_bindir}/kactivities-cli
|
|
|
|
|
2018-08-20 14:58:33 +02:00
|
|
|
%files -n %{lname}
|
2020-09-11 08:32:59 +02:00
|
|
|
%license LICENSES/*
|
2016-03-06 10:54:30 +01:00
|
|
|
%{_kf5_libdir}/libKF5Activities.so.*
|
2018-11-12 14:16:03 +01:00
|
|
|
%{_kf5_debugdir}/kactivities.categories
|
2020-08-09 09:39:32 +02:00
|
|
|
%{_kf5_debugdir}/kactivities.renamecategories
|
2014-02-10 22:51:11 +01:00
|
|
|
|
2014-07-28 19:30:01 +02:00
|
|
|
%files imports
|
|
|
|
%{_kf5_qmldir}/
|
|
|
|
|
2014-02-10 22:51:11 +01:00
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/libKF5Activities.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Activities/
|
2022-02-14 13:07:11 +01:00
|
|
|
%{_kf5_includedir}/KActivities/
|
2014-02-10 22:51:11 +01:00
|
|
|
%{_kf5_libdir}/pkgconfig/libKActivities.pc
|
2014-05-05 04:19:07 +02:00
|
|
|
%{_kf5_mkspecsdir}/qt_KActivities.pri
|
2014-02-10 22:51:11 +01:00
|
|
|
|
|
|
|
%changelog
|