## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: liquidshell Version: 1.9.0 Release: %autorelease Summary: Basic desktop shell using QtWidgets License: GPL-3.0-or-later URL: https://apps.kde.org/liquidshell/ Source0: https://download.kde.org/stable/liquidshell/liquidshell-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: ninja-build BuildRequires: extra-cmake-modules BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5X11Extras) BuildRequires: cmake(Qt5ThemeSupport) # provide libQt5ThemeSupport.a BuildRequires: qt5-qtbase-static BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5ItemViews) BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5NetworkManagerQt) BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5Solid) BuildRequires: cmake(KF5BluezQt) BuildRequires: cmake(KF5KCMUtils) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(packagekitqt5) BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: kf5-knotifications %description liquidshell is an alternative to plasmashell. It does not use QtQuick but instead relies on QtWidgets, therefore no hardware graphics acceleration is needed. Main Features: * Wallpaper per virtual desktop * No animations, no CPU hogging, low Memory footprint * Instant startup * No use of activities * QtWidgets based, therefore follows widget style from systemsettings * Icons are used from your globally defined icon theme from systemsettings * Colors are used from your globally defined color theme from systemsettings * Can additionally be styled with css by passing the commandline option -stylesheet filename.css (see included example stylesheet.css) * uses existing KDE dialogs for most configurations, e.g. StartMenu, Virtual Desktops, Bluetooth, Network * One bottom DesktopPanel * Desktop Applets %prep %autosetup %build %cmake %cmake_build %install %cmake_install %find_lang %{name} --with-qt %check desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %files -f %{name}.lang %license COPYING %doc README %{_bindir}/liquidshell %{_bindir}/start_liquidshell %{_datadir}/applications/org.kde.liquidshell.desktop %{_datadir}/icons/hicolor/48x48/apps/liquidshell.png %{_datadir}/knotifications5/liquidshell.notifyrc %{_metainfodir}/org.kde.liquidshell.appdata.xml %{_datadir}/xsessions/liquidshell-session.desktop %changelog ## START: Generated by rpmautospec * Thu Jan 25 2024 Fedora Release Engineering - 1.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 topazus - 1.9.0-1 - initial import; rhbz#2255813 ## END: Generated by rpmautospec