File liquidshell.spec of Package liquidshell
#
# spec file for package liquidshell
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017, 2018, 2020, 2021, 2023 Martin Koller
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: liquidshell
Version: 1.9.0
Release: 0
Summary: Basic Desktop Shell leveraging KDE Frameworks libraries
License: GPL-3.0-or-later
Group: System/GUI/KDE
URL: https://invent.kde.org/system/liquidshell
Source: https://download.kde.org/stable/liquidshell/%{name}-%{version}.tar.xz
# PATCH-FIX-WOLFI
Patch1000: 0001-Change-paths-to-opt-kf5.patch
BuildRequires: kf5-filesystem_usr
BuildRequires: PackageKit-Qt5-devel
BuildRequires: bluez-qt-devel
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kcmutils-devel
BuildRequires: kconfig-devel
BuildRequires: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifications-devel
BuildRequires: kservice-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kwindowsystem-devel
BuildRequires: libKF5NetworkManagerQt-devel
BuildRequires: libQt5Widgets-devel
BuildRequires: libqt5-qtx11extras-devel
BuildRequires: libQt5PlatformSupport-devel-static
BuildRequires: libQt5PlatformSupport-private-headers-devel
BuildRequires: solid-devel
Requires: kmenuedit5
Requires: kscreen5
Requires: plasma-nm5
Requires: plasma5-workspace
# for kf5.sh
Requires: plasma5-session-envscript
Recommends: ksysguard5
Recommends: kwin5
Recommends: bluedevil5
%description
liquidshell is a basic Desktop Shell leveraging KDE Frameworks libraries
%lang_package
%prep
%autosetup
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%find_lang %{name} %{name}.lang
%files lang -f %{name}.lang
%files
%doc README
%license COPYING
%{_kf5_bindir}/%{name}
%{_kf5_bindir}/start_liquidshell
%{_datadir}/xsessions/liquidshell-session.desktop
%{_kf5_applicationsdir}/org.kde.liquidshell.desktop
%{_kf5_iconsdir}/hicolor/48x48/apps/liquidshell.png
%{_kf5_notifydir}/liquidshell.notifyrc
%{_kf5_appstreamdir}/org.kde.liquidshell.appdata.xml
%changelog