File liquidshell.spec of Package liquidshell
#
# spec file for package liquidshell
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017, 2018, 2020 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.7.2
Release: 0
Summary: Basic Desktop Shell leveraging KDE Frameworks libraries
License: GPL-3.0-or-later
Group: System/GUI/KDE
URL: https://cgit.kde.org/liquidshell.git
Source: %{name}-%{version}.tar.gz
# Make DeviceNotifier configurabe (enable / disable)
Patch0: DeviceNotifier_Config.patch
BuildRequires: PackageKit-Qt5-devel
BuildRequires: bluez-qt-devel
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: solid-devel
Requires: kmenuedit5
Requires: kscreen5
Requires: plasma-nm5
Requires: plasma5-workspace
Recommends: ksysguard5
Recommends: kwin5
Recommends: bluedevil5
%description
liquidshell is a basic Desktop Shell leveraging KDE Frameworks libraries
%prep
%setup -q
%patch0 -p1
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%files
%doc README
%license COPYING
%{_kf5_bindir}/%{name}
%{_kf5_bindir}/start_liquidshell
%{_kf5_sharedir}/xsessions/liquidshell-session.desktop
%{_kf5_applicationsdir}/org.kde.liquidshell.desktop
%{_kf5_iconsdir}/hicolor/48x48/apps/liquidshell.png
%{_kf5_notifydir}/liquidshell.notifyrc
%changelog