SonicDE hard fork and upgrade to 6.7
This commit is contained in:
parent
49c8c3d2ce
commit
ca95bace9a
167 changed files with 16629 additions and 419 deletions
64
sonic-write-daemon/sonic-write-daemon.spec
Normal file
64
sonic-write-daemon/sonic-write-daemon.spec
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Generated for SonicDE from Fedora's kwrited.spec.
|
||||
# SonicDE is a hard fork of KDE Plasma; the sources come from the
|
||||
# https://github.com/Sonic-DE/sonic-write-daemon fork, not from download.kde.org.
|
||||
%define _disable_source_fetch 0
|
||||
%define debug_package %{nil}
|
||||
%global reponame sonic-write-daemon
|
||||
# Upstream KDE project: kwrited
|
||||
%global oldname kwrited
|
||||
|
||||
#Name: kwrited
|
||||
Name: sonic-write-daemon
|
||||
Summary: KDE Write Daemon
|
||||
Version: 6.7.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: CC0-1.0 AND GPL-2.0-or-later
|
||||
#URL: https://invent.kde.org/plasma/%%{name}
|
||||
URL: https://github.com/Sonic-DE/%{reponame}
|
||||
|
||||
#Source0: https://download.kde.org/%%{stable_kf6}/plasma/%%{version}/%%{name}-%%{version}.tar.xz
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{reponame}-%{version}.tar.gz
|
||||
#Source1: https://download.kde.org/%%{stable_kf6}/plasma/%%{version}/%%{name}-%%{version}.tar.xz.sig
|
||||
|
||||
BuildRequires: sonic-frameworks-cmake-modules
|
||||
BuildRequires: sonic-rpm-macros
|
||||
BuildRequires: cmake(KF6Pty)
|
||||
BuildRequires: cmake(KF6I18n)
|
||||
BuildRequires: cmake(KF6Notifications)
|
||||
BuildRequires: cmake(KF6DBusAddons)
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: git-core
|
||||
|
||||
# Owns /usr/share/knotifications5
|
||||
Requires: sonic-frameworks-notifications
|
||||
|
||||
# TODO: Remove once kwrited is split from kde-workspace
|
||||
Conflicts: kde-workspace < 5.0.0-1
|
||||
|
||||
Provides: kwrited = %{version}-%{release}
|
||||
Conflicts: kwrited < %{version}-%{release}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{reponame}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_qt6_plugindir}/kf6/kded/kwrited.so
|
||||
%{_kf6_datadir}/knotifications6/kwrited.notifyrc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.7.4-1
|
||||
- SonicDE hard fork build for Enterprise Linux 10 and Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue