# SPDX-FileCopyrightText: 2026 AppGrid Contributors # SPDX-License-Identifier: GPL-2.0-or-later # # Fedora source spec for COPR. CI renders the ${...} placeholders via # envsubst (RPM %{...} macros are untouched — envsubst only expands # $-prefixed names), builds an SRPM, and submits it with copr-cli. # # Expected env at substitution time: # PKG_VERSION — RPM-safe version (e.g. "1.8.0" or "1.8.0~rc.1") # APP_VERSION — full version baked into the binary # CHANGELOG_DATE — "Day Mon DD YYYY" # No separate -debuginfo subpackage — AppGrid ships a plugin, not an app. %global debug_package %{nil} Name: plasma-applet-appgrid Version: 1.10.0~dev.322 Release: 1%{?dist} Summary: A modern application launcher for KDE Plasma License: GPL-2.0-or-later URL: https://appgrid.xarbit.dev Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtdeclarative-devel BuildRequires: libplasma-devel BuildRequires: kf6-kpackage-devel BuildRequires: kf6-kio-devel BuildRequires: kf6-kservice-devel BuildRequires: kf6-ki18n-devel BuildRequires: kf6-kcoreaddons-devel BuildRequires: kf6-kiconthemes-devel BuildRequires: kf6-kwindowsystem-devel BuildRequires: kf6-kglobalaccel-devel BuildRequires: kf6-krunner-devel BuildRequires: layer-shell-qt-devel BuildRequires: plasma-activities-devel BuildRequires: plasma-activities-stats-devel BuildRequires: plasma-workspace-devel BuildRequires: appstream-qt-devel Requires: plasma-workspace Requires: plasma-desktop Requires: kf6-kiconthemes %description A modern application launcher for KDE Plasma. It offers unified search, favorites, categories, and both a panel and a centered popup presentation. %prep %autosetup -n %{name}-%{version} %build %cmake -DAPPGRID_VERSION_OVERRIDE=1.10.0-dev.322 %cmake_build %install %cmake_install %find_lang dev.xarbit.appgrid %files -f dev.xarbit.appgrid.lang %license LICENSE %doc README.md %{_qt6_plugindir}/plasma/applets/dev.xarbit.appgrid.so %{_qt6_plugindir}/plasma/applets/dev.xarbit.appgrid.panel.so %{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/ %{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/ %{_metainfodir}/dev.xarbit.appgrid.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.xarbit.appgrid.svg %changelog * Mon Jun 01 2026 AppGrid CI - 1.10.0~dev.322-1 - Automated build of 1.10.0-dev.322