commit
This commit is contained in:
parent
569dfe6216
commit
f9367aab5d
20 changed files with 1158 additions and 2 deletions
55
SonicDE/kf6-solid.spec
Normal file
55
SonicDE/kf6-solid.spec
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
%define _disable_source_fetch 0
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: kf6-solid
|
||||
Version: 6.24.0
|
||||
Release: 1%{?dist}
|
||||
Summary: KDE Frameworks 6 - Desktop hardware abstraction
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://invent.kde.org/frameworks/solid
|
||||
Source0: https://download.kde.org/stable/frameworks/6.24/solid-%{version}.tar.xz
|
||||
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: cmake(KF6I18n)
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
%description
|
||||
Solid is a device integration framework.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n solid-%{version} -p1
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang solid6 --with-qt --all-name || :
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_bindir}/solid-hardware6
|
||||
%{_libdir}/libKF6Solid.so.*
|
||||
%{_datadir}/qlogging-categories6/solid.categories
|
||||
%{_datadir}/qlogging-categories6/solid.renamecategories
|
||||
|
||||
%files devel
|
||||
%{_includedir}/KF6/Solid/
|
||||
%{_libdir}/libKF6Solid.so
|
||||
%{_libdir}/cmake/KF6Solid/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2026 Anders <andersrh@users.noreply.github.com> - 6.24.0-1
|
||||
- Upgrade to 6.24.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue