init package
This commit is contained in:
parent
58a97ee33c
commit
6527834e72
BIN
kded-5.55.0.tar.xz
Normal file
BIN
kded-5.55.0.tar.xz
Normal file
Binary file not shown.
94
kf5-kded.spec
Normal file
94
kf5-kded.spec
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
%global framework kded
|
||||||
|
|
||||||
|
Name: kf5-%{framework}
|
||||||
|
Version: 5.55.0
|
||||||
|
Release: 1
|
||||||
|
Summary: KDE Frameworks 5 Tier 3 addon with extensible daemon for system-level services
|
||||||
|
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: https://cgit.kde.org/%{framework}.git
|
||||||
|
|
||||||
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
|
%if %{revision} >= 50
|
||||||
|
%global stable unstable
|
||||||
|
%else
|
||||||
|
%global stable stable
|
||||||
|
%endif
|
||||||
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
|
BuildRequires: kf5-kconfig-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kcrash-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kdbusaddons-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kdoctools-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kinit-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kinit-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kservice-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
|
||||||
|
# libkdeinit5_kded5
|
||||||
|
%{?kf5_kinit_requires}
|
||||||
|
|
||||||
|
%description
|
||||||
|
KDED stands for KDE Daemon which isn't very descriptive. KDED runs
|
||||||
|
in the background and performs a number of small tasks. Some of these
|
||||||
|
tasks are built in, others are started on demand.
|
||||||
|
|
||||||
|
Custom KDED modules can be provided by 3rd party frameworks and
|
||||||
|
applications.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{framework}-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
mkdir %{_target_platform}
|
||||||
|
pushd %{_target_platform}
|
||||||
|
%{cmake_kf5} ..
|
||||||
|
popd
|
||||||
|
|
||||||
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
|
%find_lang kded5 --with-man --without-mo
|
||||||
|
|
||||||
|
# create/own this
|
||||||
|
mkdir -p %{buildroot}%{_kf5_plugindir}/kded
|
||||||
|
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%files -f kded5.lang
|
||||||
|
%doc README.md
|
||||||
|
%license COPYING.LIB
|
||||||
|
%{_kf5_sysconfdir}/xdg/%{framework}.*
|
||||||
|
%{_kf5_bindir}/kded5
|
||||||
|
%{_kf5_libdir}/libkdeinit5_kded5.so
|
||||||
|
%{_kf5_datadir}/dbus-1/services/*.service
|
||||||
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
||||||
|
%{_kf5_mandir}/man8/kded5.8*
|
||||||
|
%dir %{_kf5_plugindir}/kded/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_libdir}/cmake/KDED/
|
||||||
|
%{_kf5_datadir}/dbus-1/interfaces/*.xml
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
|
- Initial release for OpenEuler
|
||||||
4
kf5-kded.yaml
Normal file
4
kf5-kded.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/kded
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user