mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix (plasma6-applet-appgrid): pass version to cmake, update description (#12744)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: plasma6-applet-appgrid
|
||||
Version: 1.8.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A modern fullscreen application launcher for KDE Plasma
|
||||
# Main code: GPL-2.0-or-later
|
||||
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
||||
@@ -36,14 +36,15 @@ Requires: plasma-desktop
|
||||
Requires: kf6-kiconthemes
|
||||
|
||||
%description
|
||||
AppGrid is a modern application launcher for KDE Plasma 6, inspired by
|
||||
macOS Launchpad, COSMIC, and Pantheon.
|
||||
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 plasma6-applet-appgrid-%{version}
|
||||
|
||||
%conf
|
||||
%cmake
|
||||
%cmake -DAPPGRID_VERSION_OVERRIDE=%{version}
|
||||
|
||||
%build
|
||||
%cmake_build
|
||||
@@ -63,6 +64,9 @@ macOS Launchpad, COSMIC, and Pantheon.
|
||||
%{_datadir}/icons/hicolor/scalable/apps/dev.xarbit.appgrid.svg
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.5-1
|
||||
- pass version to cmake, update description
|
||||
|
||||
* Mon May 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.0-1
|
||||
- fix: add cmake(PlasmaActivities) BuildRequires, add icon to files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user