commit changes. giving up for now
This commit is contained in:
parent
2afad3f70e
commit
16b4309a24
13 changed files with 2842 additions and 31 deletions
153
SonicDE/aurorae.spec
Normal file
153
SonicDE/aurorae.spec
Normal file
|
|
@ -0,0 +1,153 @@
|
||||||
|
%define _disable_source_fetch 0
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global stable_kf6 stable
|
||||||
|
|
||||||
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
|
Name: aurorae
|
||||||
|
Summary: Aurorae is a themeable window decoration for KWin
|
||||||
|
Version: 6.5.5
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPL-2.0-or-later AND MIT AND CC0-1.0
|
||||||
|
URL: https://invent.kde.org/plasma/%{name}
|
||||||
|
|
||||||
|
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz.sig
|
||||||
|
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: kf6-rpm-macros
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
|
BuildRequires: cmake(Qt6Core)
|
||||||
|
BuildRequires: cmake(Qt6DBus)
|
||||||
|
BuildRequires: cmake(Qt6Quick)
|
||||||
|
BuildRequires: cmake(Qt6UiTools)
|
||||||
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
|
|
||||||
|
BuildRequires: cmake(KF6ColorScheme)
|
||||||
|
BuildRequires: cmake(KF6Config)
|
||||||
|
BuildRequires: cmake(KF6CoreAddons)
|
||||||
|
BuildRequires: cmake(KF6I18n)
|
||||||
|
BuildRequires: cmake(KF6KCMUtils)
|
||||||
|
BuildRequires: cmake(KF6NewStuff)
|
||||||
|
BuildRequires: cmake(KF6Package)
|
||||||
|
BuildRequires: cmake(KF6Svg)
|
||||||
|
BuildRequires: cmake(KF6WindowSystem)
|
||||||
|
|
||||||
|
BuildRequires: cmake(KDecoration3)
|
||||||
|
|
||||||
|
# Account for being split out of kwin
|
||||||
|
Conflicts: kwin < 6.3.90
|
||||||
|
Supplements: kwin%{?_isa} >= %{version}
|
||||||
|
|
||||||
|
%description
|
||||||
|
Aurorae is a themeable window decoration for KWin.
|
||||||
|
It supports theme files consisting of several SVG files for
|
||||||
|
decoration and buttons. Themes can be installed and selected
|
||||||
|
directly in the configuration module of KWin decorations.
|
||||||
|
Please have a look at theme-description on how to write a theme file.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development libraries for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf6
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%doc README AUTHORS TODO
|
||||||
|
%license LICENSES/*
|
||||||
|
%{_kf6_qtplugindir}/org.kde.kdecoration3.kcm/kcm_auroraedecoration.so
|
||||||
|
%{_kf6_qtplugindir}/org.kde.kdecoration3/org.kde.kwin.aurorae.so
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/AppMenuButton.qml
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/ButtonGroup.qml
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/Decoration.qml
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/DecorationButton.qml
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/MenuButton.qml
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/libdecorationplugin.so
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decoration/qmldir
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decorations/plastik/libplastikplugin.so
|
||||||
|
%{_kf6_qmldir}/org/kde/kwin/decorations/plastik/qmldir
|
||||||
|
%{_libexecdir}/plasma-apply-aurorae
|
||||||
|
%{_kf6_datadir}/knsrcfiles/aurorae.knsrc
|
||||||
|
%{_kf6_datadir}/kwin/aurorae/
|
||||||
|
%{_kf6_datadir}/kwin/decorations/kwin4_decoration_qml_plastik/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf6_libdir}/cmake/Aurorae/
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jan 13 2026 farchord@gmail.com - 6.5.5-1
|
||||||
|
- 6.5.5
|
||||||
|
|
||||||
|
* Tue Dec 09 2025 Steve Cossette <farchord@gmail.com> - 6.5.4-1
|
||||||
|
- 6.5.4
|
||||||
|
|
||||||
|
* Tue Nov 18 2025 Steve Cossette <farchord@gmail.com> - 6.5.3-1
|
||||||
|
- 6.5.3
|
||||||
|
|
||||||
|
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 6.5.2-1
|
||||||
|
- 6.5.2
|
||||||
|
|
||||||
|
* Tue Oct 28 2025 Steve Cossette <farchord@gmail.com> - 6.5.1-1
|
||||||
|
- 6.5.1
|
||||||
|
|
||||||
|
* Fri Oct 17 2025 Steve Cossette <farchord@gmail.com> - 6.5.0-1
|
||||||
|
- 6.5.0
|
||||||
|
|
||||||
|
* Thu Oct 02 2025 Steve Cossette <farchord@gmail.com> - 6.4.91-1
|
||||||
|
- 6.4.91
|
||||||
|
|
||||||
|
* Thu Sep 25 2025 Steve Cossette <farchord@gmail.com> - 6.4.90-1
|
||||||
|
- 6.4.90
|
||||||
|
|
||||||
|
* Tue Sep 16 2025 farchord@gmail.com - 6.4.5-1
|
||||||
|
- 6.4.5
|
||||||
|
|
||||||
|
* Sat Aug 16 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.4.4-2
|
||||||
|
- Drop i686 support (leaf package)
|
||||||
|
|
||||||
|
* Wed Aug 06 2025 Steve Cossette <farchord@gmail.com> - 6.4.4-1
|
||||||
|
- 6.4.4
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 15 2025 Steve Cossette <farchord@gmail.com> - 6.4.3-1
|
||||||
|
- 6.4.3
|
||||||
|
|
||||||
|
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 6.4.2-1
|
||||||
|
- 6.4.2
|
||||||
|
|
||||||
|
* Tue Jun 24 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.4.1-1
|
||||||
|
- 6.4.1
|
||||||
|
|
||||||
|
* Wed Jun 18 2025 Neal Gompa <ngompa@fedoraproject.org> - 6.4.0-2
|
||||||
|
- Add Supplements: kwin to account for the split from kwin
|
||||||
|
- Add Conflicts: kwin < 6.3.90 to account for the split on upgrade
|
||||||
|
|
||||||
|
* Mon Jun 16 2025 Steve Cossette <farchord@gmail.com> - 6.4.0-1
|
||||||
|
- 6.4.0
|
||||||
|
|
||||||
|
* Sat May 31 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.91-2
|
||||||
|
- Add signature file
|
||||||
|
|
||||||
|
* Fri May 30 2025 Steve Cossette <farchord@gmail.com> - 6.3.91-1
|
||||||
|
- 6.3.91
|
||||||
|
|
||||||
|
* Thu May 15 2025 Steve Cossette <farchord@gmail.com> - 6.3.90-1
|
||||||
|
- Initial release
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
#./build.sh https://kojipkgs.fedoraproject.org//packages/kf6/6.24.0/1.fc45/src/kf6-6.24.0-1.fc45.src.rpm --nowait && \
|
||||||
#./build.sh kf6-kcodecs.spec && \
|
#./build.sh kf6-kcodecs.spec && \
|
||||||
#./build.sh kf6-kconfigwidgets.spec && \
|
#./build.sh kf6-kconfigwidgets.spec && \
|
||||||
#./build.sh kf6-kiconthemes.spec && \
|
#./build.sh kf6-kiconthemes.spec && \
|
||||||
|
|
@ -41,10 +43,10 @@
|
||||||
#./build.sh kf6-kpeople.spec --nowait && \
|
#./build.sh kf6-kpeople.spec --nowait && \
|
||||||
#./build.sh kf6-kded.spec --nowait && \
|
#./build.sh kf6-kded.spec --nowait && \
|
||||||
#./build.sh kf6-kwallet.spec --nowait && \
|
#./build.sh kf6-kwallet.spec --nowait && \
|
||||||
./buildall.sh sonic-frameworks-io.spec && \
|
#./buildall.sh sonic-frameworks-io.spec && \
|
||||||
./build.sh kf6-knotifyconfig.spec --nowait && \
|
#./build.sh kf6-knotifyconfig.spec --nowait && \
|
||||||
./build.sh kf6-kcmutils.spec --nowait && \
|
#./build.sh kf6-kcmutils.spec --nowait && \
|
||||||
./build.sh kf6-knewstuff.spec --nowait && \
|
#./build.sh kf6-knewstuff.spec --nowait && \
|
||||||
#./build.sh kf6-kirigami-addons.spec --nowait && \
|
#./build.sh kf6-kirigami-addons.spec --nowait && \
|
||||||
#./build.sh kf6-qqc2-desktop-style.spec --nowait && \
|
#./build.sh kf6-qqc2-desktop-style.spec --nowait && \
|
||||||
|
|
||||||
|
|
@ -52,12 +54,24 @@
|
||||||
#./build.sh kf6-kpty.spec && \
|
#./build.sh kf6-kpty.spec && \
|
||||||
#./build.sh kf6-kdesu.spec --nowait && \
|
#./build.sh kf6-kdesu.spec --nowait && \
|
||||||
#./build.sh kf6-kfilemetadata.spec && \
|
#./build.sh kf6-kfilemetadata.spec && \
|
||||||
./build.sh kf6-baloo.spec --nowait && \
|
#./build.sh kf6-baloo.spec --nowait && \
|
||||||
./build.sh kf6-syntax-highlighting.spec && \
|
#./build.sh kf6-syntax-highlighting.spec && \
|
||||||
./build.sh kf6-kparts.spec && \
|
#./build.sh kf6-kparts.spec && \
|
||||||
./build.sh kf6-kdeclarative.spec && \
|
#./build.sh kf6-kdeclarative.spec && \
|
||||||
|
|
||||||
# --- FINAL TIER (Sidste pakker i fødekæden) ---
|
# --- FINAL TIER (Sidste pakker i fødekæden) ---
|
||||||
./build.sh kf6-ktexteditor.spec && \
|
#./build.sh kf6-ktexteditor.spec && \
|
||||||
./build.sh kf6-purpose.spec && \
|
#./build.sh kf6-purpose.spec && \
|
||||||
./build.sh kf6-frameworkintegration.spec
|
#./build.sh kf6-frameworkintegration.spec && \
|
||||||
|
#./buildall.sh plasma-activities.spec && \
|
||||||
|
#./buildall.sh sonic-interface-libraries.spec && \
|
||||||
|
#./buildall.sh sonic-screenlocker.spec && \
|
||||||
|
#./buildall.sh kdecoration.spec && \
|
||||||
|
#./buildall.sh aurorae.spec --nowait && \
|
||||||
|
#./buildall.sh plasma5support.spec --nowait && \
|
||||||
|
#./buildall.sh knighttime.spec --nowait && \
|
||||||
|
./buildall.sh plasma-breeze.spec && \
|
||||||
|
./buildall.sh sonic-win.spec && \
|
||||||
|
./buildall.sh sonic-workspace.spec && \
|
||||||
|
./buildall.sh sonic-desktop-interface.spec && \
|
||||||
|
./buildall.sh plasma-nm.spec
|
||||||
|
|
|
||||||
828
SonicDE/kdecoration.spec
Normal file
828
SonicDE/kdecoration.spec
Normal file
|
|
@ -0,0 +1,828 @@
|
||||||
|
%define _disable_source_fetch 0
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global stable_kf6 stable
|
||||||
|
|
||||||
|
|
||||||
|
Name: kdecoration
|
||||||
|
Summary: A plugin-based library to create window decorations
|
||||||
|
Version: 6.5.5
|
||||||
|
Release: 1%{?dist}
|
||||||
|
|
||||||
|
License: LGPL-3.0-only AND LGPL-2.1-only AND CC0-1.0
|
||||||
|
URL: https://invent.kde.org/plasma/kdecoration
|
||||||
|
|
||||||
|
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz.sig
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: kf6-rpm-macros
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
|
||||||
|
# For AutoReq cmake-filesystem
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: cmake(KF6I18n)
|
||||||
|
BuildRequires: cmake(KF6CoreAddons)
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
|
Requires: kf6-filesystem
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Developer files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf6
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
# create/own plugin dir
|
||||||
|
mkdir -p %{buildroot}%{_kf6_qtplugindir}/org.kde.kdecoration2/
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSES/*.txt
|
||||||
|
%{_kf6_libdir}/libkdecorations3.so.6
|
||||||
|
%{_kf6_libdir}/libkdecorations3.so.%{version}
|
||||||
|
%{_kf6_libdir}/libkdecorations3private.so.2
|
||||||
|
%{_kf6_libdir}/libkdecorations3private.so.%{version}
|
||||||
|
%{_datadir}/locale/*/LC_MESSAGES/kdecoration.mo
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf6_libdir}/libkdecorations3.so
|
||||||
|
%{_kf6_libdir}/libkdecorations3private.so
|
||||||
|
%{_kf6_libdir}/cmake/KDecoration3/
|
||||||
|
%{_kf6_includedir}/kdecoration3_version.h
|
||||||
|
%{_includedir}/KDecoration3
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jan 13 2026 farchord@gmail.com - 6.5.5-1
|
||||||
|
- 6.5.5
|
||||||
|
|
||||||
|
* Tue Dec 09 2025 Steve Cossette <farchord@gmail.com> - 6.5.4-1
|
||||||
|
- 6.5.4
|
||||||
|
|
||||||
|
* Tue Nov 18 2025 Steve Cossette <farchord@gmail.com> - 6.5.3-1
|
||||||
|
- 6.5.3
|
||||||
|
|
||||||
|
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 6.5.2-1
|
||||||
|
- 6.5.2
|
||||||
|
|
||||||
|
* Tue Oct 28 2025 Steve Cossette <farchord@gmail.com> - 6.5.1-1
|
||||||
|
- 6.5.1
|
||||||
|
|
||||||
|
* Fri Oct 17 2025 Steve Cossette <farchord@gmail.com> - 6.5.0-1
|
||||||
|
- 6.5.0
|
||||||
|
|
||||||
|
* Thu Oct 02 2025 Steve Cossette <farchord@gmail.com> - 6.4.91-1
|
||||||
|
- 6.4.91
|
||||||
|
|
||||||
|
* Thu Sep 25 2025 Steve Cossette <farchord@gmail.com> - 6.4.90-1
|
||||||
|
- 6.4.90
|
||||||
|
|
||||||
|
* Tue Sep 16 2025 farchord@gmail.com - 6.4.5-1
|
||||||
|
- 6.4.5
|
||||||
|
|
||||||
|
* Wed Aug 06 2025 Steve Cossette <farchord@gmail.com> - 6.4.4-1
|
||||||
|
- 6.4.4
|
||||||
|
|
||||||
|
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 15 2025 Steve Cossette <farchord@gmail.com> - 6.4.3-1
|
||||||
|
- 6.4.3
|
||||||
|
|
||||||
|
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 6.4.2-1
|
||||||
|
- 6.4.2
|
||||||
|
|
||||||
|
* Tue Jun 24 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.4.1-1
|
||||||
|
- 6.4.1
|
||||||
|
|
||||||
|
* Mon Jun 16 2025 Steve Cossette <farchord@gmail.com> - 6.4.0-1
|
||||||
|
- 6.4.0
|
||||||
|
|
||||||
|
* Sat May 31 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.91-2
|
||||||
|
- Add signature file
|
||||||
|
|
||||||
|
* Fri May 30 2025 Steve Cossette <farchord@gmail.com> - 6.3.91-1
|
||||||
|
- 6.3.91
|
||||||
|
|
||||||
|
* Thu May 15 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.90-1
|
||||||
|
- 6.3.90
|
||||||
|
|
||||||
|
* Tue May 06 2025 Steve Cossette <farchord@gmail.com> - 6.3.5-1
|
||||||
|
- 6.3.5
|
||||||
|
|
||||||
|
* Wed Apr 02 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.4-1
|
||||||
|
- 6.3.4
|
||||||
|
|
||||||
|
* Tue Mar 11 2025 Steve Cossette <farchord@gmail.com> - 6.3.3-1
|
||||||
|
- 6.3.3
|
||||||
|
|
||||||
|
* Tue Feb 25 2025 Steve Cossette <farchord@gmail.com> - 6.3.2-1
|
||||||
|
- 6.3.2
|
||||||
|
|
||||||
|
* Tue Feb 18 2025 Steve Cossette <farchord@gmail.com> - 6.3.1-1
|
||||||
|
- 6.3.1
|
||||||
|
|
||||||
|
* Thu Feb 06 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.0-1
|
||||||
|
- 6.3.0
|
||||||
|
|
||||||
|
* Thu Jan 23 2025 Steve Cossette <farchord@gmail.com> - 6.2.91-1
|
||||||
|
- 6.2.91
|
||||||
|
|
||||||
|
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 09 2025 Steve Cossette <farchord@gmail.com> - 6.2.90-1
|
||||||
|
- Beta 6.2.90
|
||||||
|
|
||||||
|
* Tue Dec 31 2024 Steve Cossette <farchord@gmail.com> - 6.2.5-1
|
||||||
|
- 6.2.5
|
||||||
|
|
||||||
|
* Tue Nov 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.4-1
|
||||||
|
- 6.2.4
|
||||||
|
|
||||||
|
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 6.2.3-1
|
||||||
|
- 6.2.3
|
||||||
|
|
||||||
|
* Tue Oct 22 2024 Steve Cossette <farchord@gmail.com> - 6.2.2-1
|
||||||
|
- 6.2.2
|
||||||
|
|
||||||
|
* Tue Oct 15 2024 Steve Cossette <farchord@gmail.com> - 6.2.1-1
|
||||||
|
- 6.2.1
|
||||||
|
|
||||||
|
* Thu Oct 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.0-1
|
||||||
|
- 6.2.0
|
||||||
|
|
||||||
|
* Thu Sep 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.90-1
|
||||||
|
- 6.1.90
|
||||||
|
|
||||||
|
* Tue Sep 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.5-1
|
||||||
|
- 6.1.5
|
||||||
|
|
||||||
|
* Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 6.1.4-2
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Fri Aug 09 2024 Steve Cossette <farchord@gmail.com> - 6.1.4-1
|
||||||
|
- 6.1.4
|
||||||
|
|
||||||
|
* Wed Jul 24 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.3-3
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.3-1
|
||||||
|
- 6.1.3
|
||||||
|
|
||||||
|
* Wed Jul 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.2-1
|
||||||
|
- 6.1.2
|
||||||
|
|
||||||
|
* Tue Jun 25 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.1-1
|
||||||
|
- 6.1.1
|
||||||
|
|
||||||
|
* Thu Jun 13 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.0-1
|
||||||
|
- 6.1.0
|
||||||
|
|
||||||
|
* Fri May 24 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.90-1
|
||||||
|
- 6.0.90
|
||||||
|
|
||||||
|
* Wed May 22 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.5-1
|
||||||
|
- 6.0.5
|
||||||
|
|
||||||
|
* Tue Apr 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.4-1
|
||||||
|
- 6.0.4
|
||||||
|
|
||||||
|
* Tue Mar 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.3-1
|
||||||
|
- 6.0.3
|
||||||
|
|
||||||
|
* Tue Mar 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.2-1
|
||||||
|
- 6.0.2
|
||||||
|
|
||||||
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
||||||
|
- 6.0.1
|
||||||
|
|
||||||
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
||||||
|
- 6.0.0
|
||||||
|
|
||||||
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.93.0-1
|
||||||
|
- 5.93.0
|
||||||
|
|
||||||
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
||||||
|
- 5.92.0
|
||||||
|
|
||||||
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
||||||
|
- 5.91.0
|
||||||
|
|
||||||
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
||||||
|
- Update to 5.90.0
|
||||||
|
|
||||||
|
* Sat Nov 11 2023 Steve Cossette <farchord@gmail.com> - 5.27.80-1
|
||||||
|
- 5.27.80
|
||||||
|
|
||||||
|
* Tue Oct 24 2023 Steve Cossette <farchord@gmail.com> - 5.27.9-1
|
||||||
|
- 5.27.9
|
||||||
|
|
||||||
|
* Tue Sep 12 2023 justin.zobel@gmail.com - 5.27.8-1
|
||||||
|
- 5.27.8
|
||||||
|
|
||||||
|
* Tue Aug 01 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.7-1
|
||||||
|
- 5.27.7
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.27.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-1
|
||||||
|
- 5.27.6
|
||||||
|
|
||||||
|
* Wed May 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.5-1
|
||||||
|
- 5.27.5
|
||||||
|
|
||||||
|
* Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1
|
||||||
|
- 5.27.4
|
||||||
|
|
||||||
|
* Tue Mar 14 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.3-1
|
||||||
|
- 5.27.3
|
||||||
|
|
||||||
|
* Tue Feb 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.2-1
|
||||||
|
- 5.27.2
|
||||||
|
|
||||||
|
* Tue Feb 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.1-1
|
||||||
|
- 5.27.1
|
||||||
|
|
||||||
|
* Thu Feb 09 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.27.0-1
|
||||||
|
- 5.27.0
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.26.90-1
|
||||||
|
- 5.26.90
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.26.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 05 2023 Justin Zobel <justin@1707.io> - 5.26.5-1
|
||||||
|
- Update to 5.26.5
|
||||||
|
|
||||||
|
* Tue Nov 29 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.4-1
|
||||||
|
- 5.26.4
|
||||||
|
|
||||||
|
* Wed Nov 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.3-1
|
||||||
|
- 5.26.3
|
||||||
|
|
||||||
|
* Wed Oct 26 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.2-1
|
||||||
|
- 5.26.2
|
||||||
|
|
||||||
|
* Tue Oct 18 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.1-1
|
||||||
|
- 5.26.1
|
||||||
|
|
||||||
|
* Thu Oct 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.0-1
|
||||||
|
- 5.26.0
|
||||||
|
|
||||||
|
* Sat Sep 17 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.90-1
|
||||||
|
- 5.25.90
|
||||||
|
|
||||||
|
* Wed Sep 07 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.5-1
|
||||||
|
- 5.25.5
|
||||||
|
|
||||||
|
* Wed Aug 03 2022 Justin Zobel <justin@1707.io> - 5.25.4-1
|
||||||
|
- Update to 5.25.4
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.25.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.3-1
|
||||||
|
- 5.25.3
|
||||||
|
|
||||||
|
* Tue Jun 28 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.2-1
|
||||||
|
- 5.25.2
|
||||||
|
|
||||||
|
* Tue Jun 21 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.1-1
|
||||||
|
- 5.25.1
|
||||||
|
|
||||||
|
* Thu Jun 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.0-1
|
||||||
|
- 5.25.0
|
||||||
|
|
||||||
|
* Fri May 20 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.90-1
|
||||||
|
- 5.24.90
|
||||||
|
|
||||||
|
* Tue May 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.5-1
|
||||||
|
- 5.24.5
|
||||||
|
|
||||||
|
* Thu Mar 31 2022 Justin Zobel <justin@1707.io> - 5.24.4-1
|
||||||
|
- Update to 5.24.4
|
||||||
|
|
||||||
|
* Tue Mar 08 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.3-1
|
||||||
|
- 5.24.3
|
||||||
|
|
||||||
|
* Tue Feb 22 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.24.2-1
|
||||||
|
- 5.24.2
|
||||||
|
|
||||||
|
* Tue Feb 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.1-1
|
||||||
|
- 5.24.1
|
||||||
|
|
||||||
|
* Thu Feb 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.0-1
|
||||||
|
- 5.24.0
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.23.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 13 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.90-1
|
||||||
|
- 5.23.90
|
||||||
|
|
||||||
|
* Tue Jan 04 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.5-1
|
||||||
|
- 5.23.5
|
||||||
|
|
||||||
|
* Tue Dec 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.4-1
|
||||||
|
- 5.23.4
|
||||||
|
|
||||||
|
* Wed Nov 10 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.3-1
|
||||||
|
- 5.23.3
|
||||||
|
|
||||||
|
* Tue Oct 26 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.2-1
|
||||||
|
- 5.23.2
|
||||||
|
|
||||||
|
* Sat Oct 23 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.1-1
|
||||||
|
- 5.23.1
|
||||||
|
|
||||||
|
* Fri Oct 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.0-1
|
||||||
|
- 5.23.0
|
||||||
|
|
||||||
|
* Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1
|
||||||
|
- 5.22.90
|
||||||
|
|
||||||
|
* Tue Aug 31 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.5-1
|
||||||
|
- 5.22.5
|
||||||
|
|
||||||
|
* Tue Jul 27 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.4-1
|
||||||
|
- 5.22.4
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.22.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 12 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.3-1
|
||||||
|
- 5.22.3
|
||||||
|
|
||||||
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2.1-1
|
||||||
|
- 5.22.2.1
|
||||||
|
|
||||||
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2-1
|
||||||
|
- 5.22.2
|
||||||
|
|
||||||
|
* Tue Jun 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.1-1
|
||||||
|
- 5.22.1
|
||||||
|
|
||||||
|
* Sun Jun 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.0-1
|
||||||
|
- 5.22.0
|
||||||
|
|
||||||
|
* Thu May 13 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
||||||
|
- 5.21.90
|
||||||
|
|
||||||
|
* Tue May 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.5-1
|
||||||
|
- 5.21.5
|
||||||
|
|
||||||
|
* Tue Apr 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.4-1
|
||||||
|
- 5.21.4
|
||||||
|
|
||||||
|
* Tue Mar 16 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.3-1
|
||||||
|
- 5.21.3
|
||||||
|
|
||||||
|
* Tue Mar 02 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.2-1
|
||||||
|
- 5.21.2
|
||||||
|
|
||||||
|
* Tue Feb 23 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.1-1
|
||||||
|
- 5.21.1
|
||||||
|
|
||||||
|
* Thu Feb 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.0-1
|
||||||
|
- 5.21.0
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.20.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 21 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.90-1
|
||||||
|
- 5.20.90 (beta)
|
||||||
|
|
||||||
|
* Tue Jan 5 16:03:30 CET 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.5-1
|
||||||
|
- 5.20.5
|
||||||
|
|
||||||
|
* Tue Dec 1 09:42:57 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.4-1
|
||||||
|
- 5.20.4
|
||||||
|
|
||||||
|
* Wed Nov 11 08:22:38 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.3-1
|
||||||
|
- 5.20.3
|
||||||
|
|
||||||
|
* Tue Oct 27 14:22:12 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.2-1
|
||||||
|
- 5.20.2
|
||||||
|
|
||||||
|
* Tue Oct 20 15:28:08 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.1-1
|
||||||
|
- 5.20.1
|
||||||
|
|
||||||
|
* Sun Oct 11 19:50:02 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 5.20.0-1
|
||||||
|
- 5.20.0
|
||||||
|
|
||||||
|
* Fri Sep 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.90-1
|
||||||
|
- 5.19.90
|
||||||
|
|
||||||
|
* Tue Sep 01 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.5-1
|
||||||
|
- 5.19.5
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.4-1
|
||||||
|
- 5.19.4
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.19.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 07 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.3-1
|
||||||
|
- 5.19.3
|
||||||
|
|
||||||
|
* Tue Jun 23 2020 Jan Grulich <jgrulich@redhat.com> - 5.19.2-1
|
||||||
|
- 5.19.2
|
||||||
|
|
||||||
|
* Wed Jun 17 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.1-1
|
||||||
|
- 5.19.1
|
||||||
|
|
||||||
|
* Tue Jun 9 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.0-1
|
||||||
|
- 5.19.0
|
||||||
|
|
||||||
|
* Fri May 15 2020 Martin Kyral <martin.kyral@gmail.com> - 5.18.90-1
|
||||||
|
- 5.18.90
|
||||||
|
|
||||||
|
* Tue May 05 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.5-1
|
||||||
|
- 5.18.5
|
||||||
|
|
||||||
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.18.4.1-1
|
||||||
|
- 5.18.4.1
|
||||||
|
|
||||||
|
* Tue Mar 31 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.4-1
|
||||||
|
- 5.18.4
|
||||||
|
|
||||||
|
* Tue Mar 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.3-1
|
||||||
|
- 5.18.3
|
||||||
|
|
||||||
|
* Tue Feb 25 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.2-1
|
||||||
|
- 5.18.2
|
||||||
|
|
||||||
|
* Tue Feb 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.1-1
|
||||||
|
- 5.18.1
|
||||||
|
|
||||||
|
* Tue Feb 11 2020 Jan Grulich <jgrulich@redhat.com> - 5.18.0-1
|
||||||
|
- 5.18.0
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.17.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 16 2020 Jan Grulich <jgrulich@redhat.com> - 5.17.90-1
|
||||||
|
- 5.17.90
|
||||||
|
|
||||||
|
* Wed Jan 08 2020 Jan Grulich <jgrulich@redhat.com> - 5.17.5-1
|
||||||
|
- 5.17.5
|
||||||
|
|
||||||
|
* Thu Dec 05 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.4-1
|
||||||
|
- 5.17.4
|
||||||
|
|
||||||
|
* Wed Nov 13 2019 Martin Kyral <martin.kyral@gmail.com> - 5.17.3-1
|
||||||
|
- 5.17.3
|
||||||
|
|
||||||
|
* Wed Oct 30 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.2-1
|
||||||
|
- 5.17.2
|
||||||
|
|
||||||
|
* Wed Oct 23 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.1-1
|
||||||
|
- 5.17.1
|
||||||
|
|
||||||
|
* Thu Oct 10 2019 Jan Grulich <jgrulich@redhat.com> - 5.17.0-1
|
||||||
|
- 5.17.0
|
||||||
|
|
||||||
|
* Fri Sep 20 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.90-1
|
||||||
|
- 5.16.90
|
||||||
|
|
||||||
|
* Fri Sep 06 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.5-1
|
||||||
|
- 5.16.5
|
||||||
|
|
||||||
|
* Tue Jul 30 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.4-1
|
||||||
|
- 5.16.4
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.16.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 10 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.3-1
|
||||||
|
- 5.16.3
|
||||||
|
|
||||||
|
* Wed Jun 26 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.2-1
|
||||||
|
- 5.16.2
|
||||||
|
|
||||||
|
* Tue Jun 18 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.16.1-1
|
||||||
|
- 5.16.1
|
||||||
|
|
||||||
|
* Tue Jun 11 2019 Martin Kyral <martin.kyral@gmail.com> - 5.16.0-1
|
||||||
|
- 5.16.0
|
||||||
|
|
||||||
|
* Thu May 16 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.90-1
|
||||||
|
- 5.15.90
|
||||||
|
|
||||||
|
* Thu May 09 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.5-1
|
||||||
|
- 5.15.5
|
||||||
|
|
||||||
|
* Wed Apr 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.4-1
|
||||||
|
- 5.15.4
|
||||||
|
|
||||||
|
* Tue Mar 12 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.3-1
|
||||||
|
- 5.15.3
|
||||||
|
|
||||||
|
* Tue Feb 26 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-1
|
||||||
|
- 5.15.2
|
||||||
|
|
||||||
|
* Tue Feb 19 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.1-1
|
||||||
|
- 5.15.1
|
||||||
|
|
||||||
|
* Wed Feb 13 2019 Martin Kyral <martin.kyral@gmail.com> - 5.15.0-1
|
||||||
|
- 5.15.0
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 20 2019 Martin Kyral <martin.kyral@gmail.com> - 5.14.90-1
|
||||||
|
- 5.14.90
|
||||||
|
|
||||||
|
* Tue Nov 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.4-1
|
||||||
|
- 5.14.4
|
||||||
|
|
||||||
|
* Thu Nov 08 2018 Martin Kyral <martin.kyral@gmail.com> - 5.14.3-1
|
||||||
|
- 5.14.3
|
||||||
|
|
||||||
|
* Wed Oct 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
||||||
|
- 5.14.2
|
||||||
|
|
||||||
|
* Tue Oct 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.1-1
|
||||||
|
- 5.14.1
|
||||||
|
|
||||||
|
* Fri Oct 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.14.0-1
|
||||||
|
- 5.14.0
|
||||||
|
|
||||||
|
* Fri Sep 14 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.90-1
|
||||||
|
- 5.13.90
|
||||||
|
|
||||||
|
* Tue Sep 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.5-1
|
||||||
|
- 5.13.5
|
||||||
|
|
||||||
|
* Thu Aug 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.4-1
|
||||||
|
- 5.13.4
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 11 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.3-1
|
||||||
|
- 5.13.3
|
||||||
|
|
||||||
|
* Mon Jul 09 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.2-1
|
||||||
|
- 5.13.2
|
||||||
|
|
||||||
|
* Tue Jun 19 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.1-1
|
||||||
|
- 5.13.1
|
||||||
|
|
||||||
|
* Sat Jun 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.13.0-1
|
||||||
|
- 5.13.0
|
||||||
|
|
||||||
|
* Fri May 18 2018 Martin Kyral <martin.kyral@gmail.com> - 5.12.90-1
|
||||||
|
- 5.12.90
|
||||||
|
|
||||||
|
* Tue May 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.5-1
|
||||||
|
- 5.12.5
|
||||||
|
|
||||||
|
* Tue Mar 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-1
|
||||||
|
- 5.12.4
|
||||||
|
|
||||||
|
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
|
||||||
|
- use %%make_build %%ldconfig_scriptlets
|
||||||
|
|
||||||
|
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-1
|
||||||
|
- 5.12.3
|
||||||
|
|
||||||
|
* Wed Feb 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.12.2-1
|
||||||
|
- 5.12.2
|
||||||
|
|
||||||
|
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.12.1-1
|
||||||
|
- 5.12.1
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 02 2018 Jan Grulich <jgrulich@redhat.com> - 5.12.0-1
|
||||||
|
- 5.12.0
|
||||||
|
|
||||||
|
* Mon Jan 15 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.95-1
|
||||||
|
- 5.11.95
|
||||||
|
|
||||||
|
* Tue Jan 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.5-1
|
||||||
|
- 5.11.5
|
||||||
|
|
||||||
|
* Thu Nov 30 2017 Martin Kyral <martin.kyral@gmail.com> - 5.11.4-1
|
||||||
|
- 5.11.4
|
||||||
|
|
||||||
|
* Wed Nov 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
||||||
|
- 5.11.3
|
||||||
|
|
||||||
|
* Wed Oct 25 2017 Martin Kyral <martin.kyral@gmail.com> - 5.11.2-1
|
||||||
|
- 5.11.2
|
||||||
|
|
||||||
|
* Tue Oct 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
||||||
|
- 5.11.1
|
||||||
|
|
||||||
|
* Wed Oct 11 2017 Martin Kyral <martin.kyral@gmail.com> - 5.11.0-1
|
||||||
|
- 5.11.0
|
||||||
|
|
||||||
|
* Thu Aug 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.5-1
|
||||||
|
- 5.10.5
|
||||||
|
|
||||||
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 5.10.4-4
|
||||||
|
- Rebuilt for AutoReq cmake-filesystem
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 21 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.4-1
|
||||||
|
- 5.10.4
|
||||||
|
|
||||||
|
* Sun Jul 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.3-3
|
||||||
|
- skip tests an slow archs (%%arm)
|
||||||
|
|
||||||
|
* Sun Jul 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.3-2
|
||||||
|
- add %%check, support %%bootstrap
|
||||||
|
|
||||||
|
* Tue Jun 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.3-1
|
||||||
|
- 5.10.3
|
||||||
|
|
||||||
|
* Thu Jun 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.2-1
|
||||||
|
- 5.10.2
|
||||||
|
|
||||||
|
* Tue Jun 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-1
|
||||||
|
- 5.10.1
|
||||||
|
|
||||||
|
* Wed May 31 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
||||||
|
- 5.10.0
|
||||||
|
|
||||||
|
* Wed Apr 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.5-1
|
||||||
|
- 5.9.5
|
||||||
|
|
||||||
|
* Thu Mar 23 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.4-1
|
||||||
|
- 5.9.4
|
||||||
|
|
||||||
|
* Sat Mar 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.3-2
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Wed Mar 01 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
||||||
|
- 5.9.3
|
||||||
|
|
||||||
|
* Tue Feb 21 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.6-1
|
||||||
|
- 5.8.6
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 28 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.5-1
|
||||||
|
- 5.8.5
|
||||||
|
|
||||||
|
* Tue Nov 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.4-1
|
||||||
|
- 5.8.4
|
||||||
|
|
||||||
|
* Tue Nov 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.3-1
|
||||||
|
- 5.8.3
|
||||||
|
|
||||||
|
* Tue Oct 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-1
|
||||||
|
- 5.8.2
|
||||||
|
|
||||||
|
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-1
|
||||||
|
- 5.8.1
|
||||||
|
|
||||||
|
* Thu Sep 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-1
|
||||||
|
- 5.8.0
|
||||||
|
|
||||||
|
* Thu Sep 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.95-1
|
||||||
|
- 5.7.95
|
||||||
|
|
||||||
|
* Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-1
|
||||||
|
- 5.7.5
|
||||||
|
|
||||||
|
* Tue Aug 23 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.4-1
|
||||||
|
- 5.7.4
|
||||||
|
|
||||||
|
* Tue Aug 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.3-1
|
||||||
|
- 5.7.3
|
||||||
|
|
||||||
|
* Tue Jul 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.2-1
|
||||||
|
- 5.7.2
|
||||||
|
|
||||||
|
* Tue Jul 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-1
|
||||||
|
- 5.7.1
|
||||||
|
|
||||||
|
* Thu Jun 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-1
|
||||||
|
- 5.7.0
|
||||||
|
|
||||||
|
* Sat Jun 25 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.95-1
|
||||||
|
- 5.6.95
|
||||||
|
|
||||||
|
* Tue Jun 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.5-1
|
||||||
|
- 5.6.5
|
||||||
|
|
||||||
|
* Sat May 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.4-1
|
||||||
|
- 5.6.4
|
||||||
|
|
||||||
|
* Tue Apr 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.3-1
|
||||||
|
- 5.6.3
|
||||||
|
|
||||||
|
* Sat Apr 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.2-1
|
||||||
|
- 5.6.2
|
||||||
|
|
||||||
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-1
|
||||||
|
- 5.6.1
|
||||||
|
|
||||||
|
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.5-1
|
||||||
|
- Plasma 5.5.5
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 27 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.4-1
|
||||||
|
- Plasma 5.5.4
|
||||||
|
|
||||||
|
* Thu Jan 07 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.3-1
|
||||||
|
- Plasma 5.5.3
|
||||||
|
|
||||||
|
* Thu Dec 31 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.5.2-1
|
||||||
|
- 5.5.2
|
||||||
|
|
||||||
|
* Fri Dec 18 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.1-1
|
||||||
|
- Plasma 5.5.1
|
||||||
|
|
||||||
|
* Thu Dec 03 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.0-1
|
||||||
|
- Plasma 5.5.0
|
||||||
|
|
||||||
|
* Wed Nov 25 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.4.95-1
|
||||||
|
- Plasma 5.4.95
|
||||||
|
|
||||||
|
* Thu Nov 05 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.4.3-1
|
||||||
|
- Plasma 5.4.3
|
||||||
|
|
||||||
|
* Wed Oct 14 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.2-2
|
||||||
|
- .spec cosmetics
|
||||||
|
- own %%{_kf5_qtplugindir}/org.kde.kdecoration2/
|
||||||
|
|
||||||
|
* Thu Oct 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.2-1
|
||||||
|
- 5.4.2
|
||||||
|
|
||||||
|
* Wed Sep 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-1
|
||||||
|
- 5.4.1
|
||||||
|
|
||||||
|
* Fri Aug 21 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
|
||||||
|
- Plasma 5.4.0
|
||||||
|
|
||||||
|
* Thu Aug 13 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.95-1
|
||||||
|
- Plasma 5.3.95
|
||||||
|
|
||||||
|
* Thu Jun 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.2-1
|
||||||
|
- Plasma 5.3.2
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.1-1
|
||||||
|
- Plasma 5.3.1
|
||||||
|
|
||||||
|
* Mon Apr 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
|
||||||
|
- Plasma 5.3.0
|
||||||
|
|
||||||
|
* Wed Apr 22 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.95-1
|
||||||
|
- Plasma 5.2.95
|
||||||
|
|
||||||
|
* Fri Mar 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.2-1
|
||||||
|
- Plasma 5.2.2
|
||||||
|
|
||||||
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-2
|
||||||
|
- Rebuild (GCC 5)
|
||||||
|
|
||||||
|
* Tue Feb 24 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-1
|
||||||
|
- Plasma 5.2.1
|
||||||
|
|
||||||
|
* Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
|
||||||
|
- Plasma 5.2.0
|
||||||
|
|
||||||
|
* Tue Jan 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-2.beta
|
||||||
|
- improved sed macro
|
||||||
|
|
||||||
|
* Mon Jan 12 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-1.beta
|
||||||
|
- Plasma 5.1.95 Beta
|
||||||
128
SonicDE/knighttime.spec
Normal file
128
SonicDE/knighttime.spec
Normal file
|
|
@ -0,0 +1,128 @@
|
||||||
|
%define _disable_source_fetch 0
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global stable_kf6 stable
|
||||||
|
|
||||||
|
|
||||||
|
Name: knighttime
|
||||||
|
Summary: Helpers for scheduling the dark-light cycle
|
||||||
|
Version: 6.5.5
|
||||||
|
Release: 1%{?dist}
|
||||||
|
|
||||||
|
License: GPL-3.0-only AND BSD-3-Clause AND MIT AND GPL-2.0-only AND LGPL-2.1-only AND CC0-1.0 AND LGPL-3.0-only
|
||||||
|
URL: https://invent.kde.org/plasma/%{name}
|
||||||
|
|
||||||
|
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz.sig
|
||||||
|
|
||||||
|
# Upstream Patches
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules >= %{version}
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: kf6-rpm-macros
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
|
BuildRequires: cmake(Qt6Core)
|
||||||
|
BuildRequires: cmake(Qt6Gui)
|
||||||
|
BuildRequires: cmake(Qt6DBus)
|
||||||
|
BuildRequires: cmake(Qt6Positioning)
|
||||||
|
|
||||||
|
BuildRequires: cmake(KF6Config)
|
||||||
|
BuildRequires: cmake(KF6CoreAddons)
|
||||||
|
BuildRequires: cmake(KF6DBusAddons)
|
||||||
|
BuildRequires: cmake(KF6Holidays)
|
||||||
|
BuildRequires: cmake(KF6I18n)
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Developer files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Developer Documentation files for %{name}
|
||||||
|
BuildArch: noarch
|
||||||
|
%description doc
|
||||||
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
||||||
|
|
||||||
|
%package html
|
||||||
|
Summary: Developer Documentation files for %{name}
|
||||||
|
BuildArch: noarch
|
||||||
|
%description html
|
||||||
|
Developer Documentation files for %{name} in HTML format
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf6
|
||||||
|
%cmake_build_kf6
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install_kf6
|
||||||
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.knighttimed.desktop
|
||||||
|
|
||||||
|
%post
|
||||||
|
%systemd_user_post plasma-knighttimed.service
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_user_preun plasma-knighttimed.service
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_user_postun_with_restart plasma-knighttimed.service
|
||||||
|
%systemd_user_postun_with_reload plasma-knighttimed.service
|
||||||
|
%systemd_user_postun plasma-knighttimed.service
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSES/*.txt
|
||||||
|
%{_userunitdir}/plasma-knighttimed.service
|
||||||
|
%{_kf6_libdir}/libKNightTime.so.0
|
||||||
|
%{_kf6_libdir}/libKNightTime.so.%{version}
|
||||||
|
%{_libexecdir}/knighttimed
|
||||||
|
%{_datadir}/applications/org.kde.knighttimed.desktop
|
||||||
|
%{_datadir}/dbus-1/interfaces/org.kde.NightTime.xml
|
||||||
|
%{_datadir}/dbus-1/services/org.kde.NightTime.service
|
||||||
|
%{_datadir}/qlogging-categories6/knighttime.categories
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/KNightTime/
|
||||||
|
%{_kf6_libdir}/cmake/KNightTime/
|
||||||
|
%{_kf6_libdir}/libKNightTime.so
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
|
%files html
|
||||||
|
%{_qt6_docdir}/*/*
|
||||||
|
%exclude %{_qt6_docdir}/*/*.tags
|
||||||
|
%exclude %{_qt6_docdir}/*/*.index
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jan 13 2026 farchord@gmail.com - 6.5.5-1
|
||||||
|
- 6.5.5
|
||||||
|
|
||||||
|
* Tue Dec 09 2025 Steve Cossette <farchord@gmail.com> - 6.5.4-1
|
||||||
|
- 6.5.4
|
||||||
|
|
||||||
|
* Tue Nov 18 2025 Steve Cossette <farchord@gmail.com> - 6.5.3-1
|
||||||
|
- 6.5.3
|
||||||
|
|
||||||
|
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 6.5.2-1
|
||||||
|
- 6.5.2
|
||||||
|
|
||||||
|
* Tue Oct 28 2025 Steve Cossette <farchord@gmail.com> - 6.5.1-1
|
||||||
|
- 6.5.1
|
||||||
|
|
||||||
|
* Fri Oct 17 2025 Steve Cossette <farchord@gmail.com> - 6.5.0-1
|
||||||
|
- 6.5.0
|
||||||
|
|
||||||
|
* Fri Oct 03 2025 Steve Cossette <farchord@gmail.com> - 6.4.91-1
|
||||||
|
- 6.4.91
|
||||||
|
|
||||||
|
* Fri Sep 26 2025 Steve Cossette <farchord@gmail.com> - 6.4.90-1
|
||||||
|
- Initial Release
|
||||||
267
SonicDE/plasma-activities.spec
Normal file
267
SonicDE/plasma-activities.spec
Normal file
|
|
@ -0,0 +1,267 @@
|
||||||
|
%define _disable_source_fetch 0
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global stable_kf6 stable
|
||||||
|
|
||||||
|
Name: plasma-activities
|
||||||
|
Summary: Core components for the KDE Activity concept
|
||||||
|
Version: 6.5.5
|
||||||
|
Release: 1%{?dist}
|
||||||
|
|
||||||
|
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
|
||||||
|
URL: https://invent.kde.org/plasma/%{name}
|
||||||
|
|
||||||
|
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz.sig
|
||||||
|
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: cmake(KF6Config)
|
||||||
|
BuildRequires: cmake(KF6CoreAddons)
|
||||||
|
BuildRequires: cmake(KF6WindowSystem)
|
||||||
|
BuildRequires: kf6-rpm-macros
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
|
Requires: kf6-filesystem
|
||||||
|
|
||||||
|
# Renamed from kf6-kactivities
|
||||||
|
Obsoletes: kf6-kactivities < 1:%{version}-%{release}
|
||||||
|
Provides: kf6-kactivities = 1:%{version}-%{release}
|
||||||
|
|
||||||
|
# Renamed from kactivities
|
||||||
|
Obsoletes: kactivities < 5.27.81
|
||||||
|
|
||||||
|
%description
|
||||||
|
KActivities provides the infrastructure needed to manage a user's activities,
|
||||||
|
allowing them to switch between tasks, and for applications to update their
|
||||||
|
state to match the user's current activity. This includes a daemon, a library
|
||||||
|
for interacting with that daemon, and plugins for integration with other
|
||||||
|
frameworks.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Developer files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: qt6-qtbase-devel
|
||||||
|
Obsoletes: kf6-kactivities-devel < 1:%{version}-%{release}
|
||||||
|
Provides: kf6-kactivities-devel = 1:%{version}-%{release}
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Developer Documentation files for %{name}
|
||||||
|
BuildArch: noarch
|
||||||
|
%description doc
|
||||||
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf6
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSES/*.txt
|
||||||
|
%{_kf6_bindir}/plasma-activities-cli6
|
||||||
|
%{_kf6_datadir}/qlogging-categories6/plasma-activities.categories
|
||||||
|
%{_kf6_datadir}/qlogging-categories6/plasma-activities.renamecategories
|
||||||
|
%{_kf6_libdir}/libPlasmaActivities.so.7
|
||||||
|
%{_kf6_libdir}/libPlasmaActivities.so.%{version}
|
||||||
|
%{_kf6_qmldir}/org/kde/activities/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/PlasmaActivities/
|
||||||
|
%{_kf6_libdir}/cmake/PlasmaActivities/
|
||||||
|
%{_kf6_libdir}/libPlasmaActivities.so
|
||||||
|
%{_kf6_libdir}/pkgconfig/PlasmaActivities.pc
|
||||||
|
%{_qt6_docdir}/*.tags
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jan 13 2026 farchord@gmail.com - 6.5.5-1
|
||||||
|
- 6.5.5
|
||||||
|
|
||||||
|
* Tue Dec 09 2025 Steve Cossette <farchord@gmail.com> - 6.5.4-1
|
||||||
|
- 6.5.4
|
||||||
|
|
||||||
|
* Tue Nov 18 2025 Steve Cossette <farchord@gmail.com> - 6.5.3-1
|
||||||
|
- 6.5.3
|
||||||
|
|
||||||
|
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 6.5.2-1
|
||||||
|
- 6.5.2
|
||||||
|
|
||||||
|
* Tue Oct 28 2025 Steve Cossette <farchord@gmail.com> - 6.5.1-1
|
||||||
|
- 6.5.1
|
||||||
|
|
||||||
|
* Fri Oct 17 2025 Steve Cossette <farchord@gmail.com> - 6.5.0-1
|
||||||
|
- 6.5.0
|
||||||
|
|
||||||
|
* Thu Oct 02 2025 Steve Cossette <farchord@gmail.com> - 6.4.91-1
|
||||||
|
- 6.4.91
|
||||||
|
|
||||||
|
* Thu Sep 25 2025 Steve Cossette <farchord@gmail.com> - 6.4.90-1
|
||||||
|
- 6.4.90
|
||||||
|
|
||||||
|
* Tue Sep 16 2025 farchord@gmail.com - 6.4.5-1
|
||||||
|
- 6.4.5
|
||||||
|
|
||||||
|
* Wed Aug 06 2025 Steve Cossette <farchord@gmail.com> - 6.4.4-1
|
||||||
|
- 6.4.4
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 15 2025 Steve Cossette <farchord@gmail.com> - 6.4.3-1
|
||||||
|
- 6.4.3
|
||||||
|
|
||||||
|
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 6.4.2-1
|
||||||
|
- 6.4.2
|
||||||
|
|
||||||
|
* Tue Jun 24 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.4.1-1
|
||||||
|
- 6.4.1
|
||||||
|
|
||||||
|
* Mon Jun 16 2025 Steve Cossette <farchord@gmail.com> - 6.4.0-1
|
||||||
|
- 6.4.0
|
||||||
|
|
||||||
|
* Sat May 31 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.91-2
|
||||||
|
- Add signature file
|
||||||
|
|
||||||
|
* Fri May 30 2025 Steve Cossette <farchord@gmail.com> - 6.3.91-1
|
||||||
|
- 6.3.91
|
||||||
|
|
||||||
|
* Thu May 15 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.90-1
|
||||||
|
- 6.3.90
|
||||||
|
|
||||||
|
* Tue May 06 2025 Steve Cossette <farchord@gmail.com> - 6.3.5-1
|
||||||
|
- 6.3.5
|
||||||
|
|
||||||
|
* Wed Apr 02 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.4-1
|
||||||
|
- 6.3.4
|
||||||
|
|
||||||
|
* Tue Mar 11 2025 Steve Cossette <farchord@gmail.com> - 6.3.3-1
|
||||||
|
- 6.3.3
|
||||||
|
|
||||||
|
* Tue Feb 25 2025 Steve Cossette <farchord@gmail.com> - 6.3.2-1
|
||||||
|
- 6.3.2
|
||||||
|
|
||||||
|
* Tue Feb 18 2025 Steve Cossette <farchord@gmail.com> - 6.3.1-1
|
||||||
|
- 6.3.1
|
||||||
|
|
||||||
|
* Thu Feb 06 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.0-1
|
||||||
|
- 6.3.0
|
||||||
|
|
||||||
|
* Thu Jan 23 2025 Steve Cossette <farchord@gmail.com> - 6.2.91-1
|
||||||
|
- 6.2.91
|
||||||
|
|
||||||
|
* Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 09 2025 Steve Cossette <farchord@gmail.com> - 6.2.90-1
|
||||||
|
- Beta 6.2.90
|
||||||
|
|
||||||
|
* Tue Dec 31 2024 Steve Cossette <farchord@gmail.com> - 6.2.5-1
|
||||||
|
- 6.2.5
|
||||||
|
|
||||||
|
* Tue Nov 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.4-1
|
||||||
|
- 6.2.4
|
||||||
|
|
||||||
|
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 6.2.3-1
|
||||||
|
- 6.2.3
|
||||||
|
|
||||||
|
* Tue Oct 22 2024 Steve Cossette <farchord@gmail.com> - 6.2.2-1
|
||||||
|
- 6.2.2
|
||||||
|
|
||||||
|
* Tue Oct 15 2024 Steve Cossette <farchord@gmail.com> - 6.2.1-1
|
||||||
|
- 6.2.1
|
||||||
|
|
||||||
|
* Thu Oct 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.0-1
|
||||||
|
- 6.2.0
|
||||||
|
|
||||||
|
* Thu Sep 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.90-1
|
||||||
|
- 6.1.90
|
||||||
|
|
||||||
|
* Tue Sep 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.5-1
|
||||||
|
- 6.1.5
|
||||||
|
|
||||||
|
* Fri Aug 09 2024 Steve Cossette <farchord@gmail.com> - 6.1.4-1
|
||||||
|
- 6.1.4
|
||||||
|
|
||||||
|
* Wed Jul 24 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.3-3
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.3-1
|
||||||
|
- 6.1.3
|
||||||
|
|
||||||
|
* Wed Jul 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.2-1
|
||||||
|
- 6.1.2
|
||||||
|
|
||||||
|
* Tue Jun 25 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.1-1
|
||||||
|
- 6.1.1
|
||||||
|
|
||||||
|
* Thu Jun 13 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.0-1
|
||||||
|
- 6.1.0
|
||||||
|
|
||||||
|
* Fri May 24 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.90-1
|
||||||
|
- 6.0.90
|
||||||
|
|
||||||
|
* Wed May 22 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.5-1
|
||||||
|
- 6.0.5
|
||||||
|
|
||||||
|
* Tue Apr 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.4-1
|
||||||
|
- 6.0.4
|
||||||
|
|
||||||
|
* Tue Mar 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.3-1
|
||||||
|
- 6.0.3
|
||||||
|
|
||||||
|
* Tue Mar 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.2-1
|
||||||
|
- 6.0.2
|
||||||
|
|
||||||
|
* Sat Mar 09 2024 Marie Loise Nolden <loise@kde.org> - 6.0.1-2
|
||||||
|
- add missing BuildArch: noarch to -doc package
|
||||||
|
|
||||||
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
||||||
|
- 6.0.1
|
||||||
|
|
||||||
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
||||||
|
- 6.0.0
|
||||||
|
|
||||||
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.93.0-1
|
||||||
|
- 5.93.0
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
||||||
|
- 5.92.0
|
||||||
|
- Add doc package for KF6 API
|
||||||
|
|
||||||
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
||||||
|
- 5.91.0
|
||||||
|
|
||||||
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
||||||
|
- Update to 5.90.0
|
||||||
|
|
||||||
|
* Sun Nov 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-1
|
||||||
|
- Renamed from kf6-kactivities
|
||||||
|
- 5.27.80
|
||||||
|
|
||||||
|
* Tue Oct 17 2023 Jan Grulich <jgrulich@redhat.com> - 5.240.0^20231009.214418.330a3e2-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Sat Sep 23 2023 Steve Cossette <farchord@gmail.com> - 5.240.0^20231009.214418.330a3e2-1
|
||||||
|
- Initial release
|
||||||
1054
SonicDE/plasma-breeze.spec
Normal file
1054
SonicDE/plasma-breeze.spec
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -10,7 +10,7 @@ ExcludeArch: %{ix86}
|
||||||
|
|
||||||
Name: plasma-nm
|
Name: plasma-nm
|
||||||
Summary: Plasma for managing network connections
|
Summary: Plasma for managing network connections
|
||||||
Version: 6.6.3
|
Version: 6.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
||||||
|
|
@ -309,6 +309,9 @@ rm -f %{buildroot}/usr/share/locale/*/LC_MESSAGES/plasmanetworkmanagement_openco
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.5.5-1
|
||||||
|
- Downgrade to 6.5.5 for EL 10.1 QT 6.9 compatibility
|
||||||
|
|
||||||
* Tue Mar 17 2026 Steve Cossette <farchord@gmail.com> - 6.6.3-1
|
* Tue Mar 17 2026 Steve Cossette <farchord@gmail.com> - 6.6.3-1
|
||||||
- 6.6.3
|
- 6.6.3
|
||||||
|
|
||||||
|
|
|
||||||
328
SonicDE/plasma5support.spec
Normal file
328
SonicDE/plasma5support.spec
Normal file
|
|
@ -0,0 +1,328 @@
|
||||||
|
%define _disable_source_fetch 0
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global stable_kf6 stable
|
||||||
|
|
||||||
|
|
||||||
|
Name: plasma5support
|
||||||
|
Summary: Support components for porting from KF5/Qt5 to KF6/Qt6
|
||||||
|
Version: 6.5.5
|
||||||
|
Release: 1%{?dist}
|
||||||
|
|
||||||
|
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
|
URL: https://invent.kde.org/plasma/%{name}
|
||||||
|
|
||||||
|
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz.sig
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: kf6-rpm-macros
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtbase-private-devel
|
||||||
|
BuildRequires: cmake(Qt6Core)
|
||||||
|
BuildRequires: cmake(Qt6Quick)
|
||||||
|
BuildRequires: cmake(Qt6Sql)
|
||||||
|
BuildRequires: cmake(Qt6Qml)
|
||||||
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
|
BuildRequires: cmake(KF6Config)
|
||||||
|
BuildRequires: cmake(KF6CoreAddons)
|
||||||
|
BuildRequires: cmake(KF6GuiAddons)
|
||||||
|
BuildRequires: cmake(KF6I18n)
|
||||||
|
BuildRequires: cmake(KF6KIO)
|
||||||
|
BuildRequires: cmake(KF6Notifications)
|
||||||
|
BuildRequires: cmake(KF6Service)
|
||||||
|
BuildRequires: cmake(KF6Solid)
|
||||||
|
BuildRequires: cmake(KF6IdleTime)
|
||||||
|
BuildRequires: cmake(KF6NetworkManagerQt)
|
||||||
|
BuildRequires: cmake(KF6UnitConversion)
|
||||||
|
BuildRequires: cmake(KF6Holidays)
|
||||||
|
BuildRequires: cmake(PlasmaActivities)
|
||||||
|
BuildRequires: cmake(KSysGuard)
|
||||||
|
BuildRequires: cmake(Plasma)
|
||||||
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
BuildRequires: pkgconfig(libgps)
|
||||||
|
Requires: kf6-filesystem
|
||||||
|
|
||||||
|
# Renamed from kf6-plasma5support
|
||||||
|
Obsoletes: kf6-plasma5support < 1:%{version}-%{release}
|
||||||
|
Provides: kf6-plasma5support = 1:%{version}-%{release}
|
||||||
|
# Geolocation libs got split off from plasma-workspace
|
||||||
|
Obsoletes: plasma-workspace-geolocation < 6.2.90-1
|
||||||
|
Provides: plasma-workspace-geolocation = %{version}-%{release}
|
||||||
|
Obsoletes: plasma-workspace-geolocation-libs < 6.2.90-1
|
||||||
|
Provides: plasma-workspace-geolocation-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Developer files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: qt6-qtbase-devel
|
||||||
|
Obsoletes: kf6-plasma5support-devel < 1:%{version}-%{release}
|
||||||
|
Provides: kf6-plasma5support-devel = 1:%{version}-%{release}
|
||||||
|
# Geolocation devel components were part of plasma-workspace-devel
|
||||||
|
Conflicts: plasma-workspace-devel < 6.2.90-1
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Developer Documentation files for %{name}
|
||||||
|
BuildArch: noarch
|
||||||
|
%description doc
|
||||||
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf6
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
%find_lang libplasma5support --with-qt --with-kde --all-name
|
||||||
|
|
||||||
|
%files -f libplasma5support.lang
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSES/*.txt
|
||||||
|
%{_qt6_qmldir}/org/kde/plasma/plasma5support/
|
||||||
|
%{_datadir}/plasma5support/
|
||||||
|
%{_datadir}/qlogging-categories6/plasma5support.categories
|
||||||
|
%{_datadir}/qlogging-categories6/plasma5support.renamecategories
|
||||||
|
%{_kf6_libdir}/libPlasma5Support.so.6
|
||||||
|
%{_kf6_libdir}/libPlasma5Support.so.%{version}
|
||||||
|
%{_kf6_qtplugindir}/plasma5support/
|
||||||
|
%{_libdir}/libplasma-geolocation-interface.so.6
|
||||||
|
%{_libdir}/libplasma-geolocation-interface.so.%{version}
|
||||||
|
%{_libdir}/libweather_ion.so.7
|
||||||
|
%{_libdir}/libweather_ion.so.7.0.0
|
||||||
|
%{_kf6_datadir}/plasma/weather_legacy/noaa_station_list.xml
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/Plasma5Support/
|
||||||
|
%{_kf6_libdir}/cmake/Plasma5Support/
|
||||||
|
%{_qt6_docdir}/*.tags
|
||||||
|
%{_kf6_libdir}/libPlasma5Support.so
|
||||||
|
%{_libdir}/libweather_ion.so
|
||||||
|
%{_libdir}/libplasma-geolocation-interface.so
|
||||||
|
%{_includedir}/plasma/geolocation/
|
||||||
|
%{_includedir}/plasma5support/
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jan 13 2026 farchord@gmail.com - 6.5.5-1
|
||||||
|
- 6.5.5
|
||||||
|
|
||||||
|
* Tue Dec 09 2025 Steve Cossette <farchord@gmail.com> - 6.5.4-1
|
||||||
|
- 6.5.4
|
||||||
|
|
||||||
|
* Tue Nov 18 2025 Steve Cossette <farchord@gmail.com> - 6.5.3-1
|
||||||
|
- 6.5.3
|
||||||
|
|
||||||
|
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 6.5.2-1
|
||||||
|
- 6.5.2
|
||||||
|
|
||||||
|
* Tue Oct 28 2025 Steve Cossette <farchord@gmail.com> - 6.5.1-1
|
||||||
|
- 6.5.1
|
||||||
|
|
||||||
|
* Fri Oct 17 2025 Steve Cossette <farchord@gmail.com> - 6.5.0-1
|
||||||
|
- 6.5.0
|
||||||
|
|
||||||
|
* Thu Oct 02 2025 Steve Cossette <farchord@gmail.com> - 6.4.91-1
|
||||||
|
- 6.4.91
|
||||||
|
|
||||||
|
* Tue Sep 30 2025 Jan Grulich <jgrulich@redhat.com> - 6.4.5-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Thu Sep 25 2025 Steve Cossette <farchord@gmail.com> - 6.4.90-1
|
||||||
|
- 6.4.90
|
||||||
|
|
||||||
|
* Tue Sep 16 2025 farchord@gmail.com - 6.4.5-1
|
||||||
|
- 6.4.5
|
||||||
|
|
||||||
|
* Wed Aug 06 2025 Steve Cossette <farchord@gmail.com> - 6.4.4-1
|
||||||
|
- 6.4.4
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 15 2025 Steve Cossette <farchord@gmail.com> - 6.4.3-1
|
||||||
|
- 6.4.3
|
||||||
|
|
||||||
|
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 6.4.2-1
|
||||||
|
- 6.4.2
|
||||||
|
|
||||||
|
* Tue Jun 24 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.4.1-1
|
||||||
|
- 6.4.1
|
||||||
|
|
||||||
|
* Mon Jun 16 2025 Steve Cossette <farchord@gmail.com> - 6.4.0-1
|
||||||
|
- 6.4.0
|
||||||
|
|
||||||
|
* Sat May 31 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.91-2
|
||||||
|
- Add signature file
|
||||||
|
|
||||||
|
* Fri May 30 2025 Steve Cossette <farchord@gmail.com> - 6.3.91-1
|
||||||
|
- 6.3.91
|
||||||
|
|
||||||
|
* Tue May 27 2025 Remi Collet <remi@fedoraproject.org> - 6.3.90-2
|
||||||
|
- rebuild for new gpsd
|
||||||
|
|
||||||
|
* Thu May 15 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.90-1
|
||||||
|
- 6.3.90
|
||||||
|
|
||||||
|
* Tue May 06 2025 Steve Cossette <farchord@gmail.com> - 6.3.5-1
|
||||||
|
- 6.3.5
|
||||||
|
|
||||||
|
* Mon Apr 14 2025 Jan Grulich <jgrulich@redhat.com> - 6.3.4-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Wed Apr 02 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.4-1
|
||||||
|
- 6.3.4
|
||||||
|
|
||||||
|
* Tue Mar 25 2025 Jan Grulich <jgrulich@redhat.com> - 6.3.3-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Tue Mar 11 2025 Steve Cossette <farchord@gmail.com> - 6.3.3-1
|
||||||
|
- 6.3.3
|
||||||
|
|
||||||
|
* Tue Feb 25 2025 Steve Cossette <farchord@gmail.com> - 6.3.2-1
|
||||||
|
- 6.3.2
|
||||||
|
|
||||||
|
* Tue Feb 18 2025 Steve Cossette <farchord@gmail.com> - 6.3.1-1
|
||||||
|
- 6.3.1
|
||||||
|
|
||||||
|
* Thu Feb 06 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.3.0-1
|
||||||
|
- 6.3.0
|
||||||
|
|
||||||
|
* Thu Jan 23 2025 Steve Cossette <farchord@gmail.com> - 6.2.91-1
|
||||||
|
- 6.2.91
|
||||||
|
|
||||||
|
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.90-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 09 2025 Steve Cossette <farchord@gmail.com> - 6.2.90-1
|
||||||
|
- Beta 6.2.90
|
||||||
|
|
||||||
|
* Tue Dec 31 2024 Steve Cossette <farchord@gmail.com> - 6.2.5-1
|
||||||
|
- 6.2.5
|
||||||
|
|
||||||
|
* Tue Nov 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.4-1
|
||||||
|
- 6.2.4
|
||||||
|
|
||||||
|
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 6.2.3-1
|
||||||
|
- 6.2.3
|
||||||
|
|
||||||
|
* Tue Oct 22 2024 Steve Cossette <farchord@gmail.com> - 6.2.2-1
|
||||||
|
- 6.2.2
|
||||||
|
|
||||||
|
* Tue Oct 15 2024 Steve Cossette <farchord@gmail.com> - 6.2.1-1
|
||||||
|
- 6.2.1
|
||||||
|
|
||||||
|
* Mon Oct 14 2024 Jan Grulich <jgrulich@redhat.com> - 6.2.0-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Thu Oct 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.0-1
|
||||||
|
- 6.2.0
|
||||||
|
|
||||||
|
* Thu Sep 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.90-1
|
||||||
|
- 6.1.90
|
||||||
|
|
||||||
|
* Tue Sep 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.5-1
|
||||||
|
- 6.1.5
|
||||||
|
|
||||||
|
* Fri Aug 09 2024 Steve Cossette <farchord@gmail.com> - 6.1.4-1
|
||||||
|
- 6.1.4
|
||||||
|
|
||||||
|
* Wed Jul 24 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.3-3
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.3-1
|
||||||
|
- 6.1.3
|
||||||
|
|
||||||
|
* Wed Jul 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.2-1
|
||||||
|
- 6.1.2
|
||||||
|
|
||||||
|
* Tue Jun 25 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.1-1
|
||||||
|
- 6.1.1
|
||||||
|
|
||||||
|
* Thu Jun 13 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.0-1
|
||||||
|
- 6.1.0
|
||||||
|
|
||||||
|
* Fri May 24 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.90-1
|
||||||
|
- 6.0.90
|
||||||
|
|
||||||
|
* Wed May 22 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.5-1
|
||||||
|
- 6.0.5
|
||||||
|
|
||||||
|
* Tue Apr 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.4-1
|
||||||
|
- 6.0.4
|
||||||
|
|
||||||
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.0.3-3
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.0.3-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Tue Mar 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.3-1
|
||||||
|
- 6.0.3
|
||||||
|
|
||||||
|
* Tue Mar 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.2-1
|
||||||
|
- 6.0.2
|
||||||
|
|
||||||
|
* Sat Mar 09 2024 Marie Loise Nolden <loise@kde.org> - 6.0.1-2
|
||||||
|
- add missing BuildArch: noarch to -doc package
|
||||||
|
|
||||||
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
||||||
|
- 6.0.1
|
||||||
|
|
||||||
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
||||||
|
- 6.0.0
|
||||||
|
|
||||||
|
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 5.93.0-2
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.93.0-1
|
||||||
|
- 5.93.0
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 14 2024 Steve Cossette <farchord@gmail.com> - 5.92.0-2
|
||||||
|
- Fixed non-devel library in devel subpackage issue (rhbz# 2258332).
|
||||||
|
|
||||||
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
||||||
|
- 5.92.0
|
||||||
|
|
||||||
|
* Tue Jan 09 2024 Marie Loise Nolden <loise@kde.org> - 5.91.0-2
|
||||||
|
- add doc package for KF6 API
|
||||||
|
|
||||||
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
||||||
|
- 5.91.0
|
||||||
|
|
||||||
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
||||||
|
- Update to 5.90.0
|
||||||
|
|
||||||
|
* Wed Nov 29 2023 Jan Grulich <jgrulich@redhat.com> - 5.27.80-3
|
||||||
|
- Rebuild (qt6)
|
||||||
|
|
||||||
|
* Sun Nov 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-2
|
||||||
|
- Add Obsoletes/Provides to the devel subpackage
|
||||||
|
|
||||||
|
* Fri Nov 10 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-1
|
||||||
|
- Renamed from kf6-plasma5support
|
||||||
|
- 5.27.80
|
||||||
|
|
||||||
|
* Sat Sep 23 2023 Steve Cossette <farchord@gmail.com> - 5.240.0^20231011.222045.245b3dd-1
|
||||||
|
- Initial release
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
Name: sonic-desktop-interface
|
Name: sonic-desktop-interface
|
||||||
Version: 6.4.5
|
Version: 6.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Desktop interface for SonicDE (fork of plasma-desktop)
|
Summary: Desktop interface for SonicDE (fork of plasma-desktop)
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/Sonic-DE/sonic-desktop-interface
|
URL: https://github.com/Sonic-DE/sonic-desktop-interface
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: pkgconfig(libusb)
|
BuildRequires: pkgconfig(libusb)
|
||||||
BuildRequires: fontconfig-devel
|
BuildRequires: fontconfig-devel
|
||||||
|
|
@ -111,5 +111,8 @@ for the SonicDE desktop, fork of plasma-desktop.
|
||||||
%{_datadir}/knotifications6/sonic-desktop-interface.notifyrc
|
%{_datadir}/knotifications6/sonic-desktop-interface.notifyrc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 11 2026 Anders Rh <andersrh@example.com> - 6.4.5-1
|
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.5.5-1
|
||||||
|
- Upgrade to 6.5.5
|
||||||
|
|
||||||
|
* Wed Mar 11 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.4.5-1
|
||||||
- Initial release (Downgraded to 6.4.5 for EL 10.1)
|
- Initial release (Downgraded to 6.4.5 for EL 10.1)
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: sonic-interface-libraries
|
Name: sonic-interface-libraries
|
||||||
Version: 6.4.5
|
Version: 6.5.5
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Foundation of the SonicDE user interface (fork of libplasma)
|
Summary: Foundation of the SonicDE user interface (fork of libplasma)
|
||||||
|
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
|
|
@ -86,7 +86,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: cmake(KF6Package)
|
Requires: cmake(KF6Package)
|
||||||
Requires: qt6-qtbase-devel
|
Requires: qt6-qtbase-devel
|
||||||
Requires: cmake(KF6Service)
|
Requires: cmake(KF6Service)
|
||||||
Requires: cmake(KF6WindowSystem)
|
Requires: cmake(KF6WindowSystem) >= %{plasma_version}
|
||||||
Provides: libplasma-devel%{?_isa} >= %{plasma_version}
|
Provides: libplasma-devel%{?_isa} >= %{plasma_version}
|
||||||
Provides: libplasma-devel >= %{plasma_version}
|
Provides: libplasma-devel >= %{plasma_version}
|
||||||
Obsoletes: libplasma-devel <= %{plasma_version}
|
Obsoletes: libplasma-devel <= %{plasma_version}
|
||||||
|
|
@ -131,5 +131,8 @@ Development files for sonic-interface-libraries.
|
||||||
%{_datadir}/kdevappwizard/templates/*.tar.bz2
|
%{_datadir}/kdevappwizard/templates/*.tar.bz2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 11 2026 Anders Rh <andersrh@example.com> - 6.4.5-1
|
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.5.5-1
|
||||||
|
- Upgrade to 6.5.5
|
||||||
|
|
||||||
|
* Wed Mar 11 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.4.5-1
|
||||||
- Initial release for SonicDE (Downgraded to 6.4.5 for EL 10.1)
|
- Initial release for SonicDE (Downgraded to 6.4.5 for EL 10.1)
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,23 @@
|
||||||
Name: kscreenlocker
|
%define _disable_source_fetch 0
|
||||||
Version: 6.6.3
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global plasma_version 6.5.5
|
||||||
|
|
||||||
|
Name: sonic-screenlocker
|
||||||
|
Version: %{plasma_version}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library and components for secure lock screen architecture
|
Summary: Library and components for secure lock screen architecture
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
%global plasma_version %{version}
|
||||||
URL: https://invent.kde.org/plasma/%{name}
|
|
||||||
|
|
||||||
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
||||||
Source1: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz.sig
|
URL: https://github.com/Sonic-DE/sonic-screenlocker
|
||||||
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
# Provides og Obsoletes for det oprindelige kscreenlocker-pakke
|
||||||
|
Provides: kscreenlocker >= %{plasma_version}
|
||||||
|
Provides: kscreenlocker%{?_isa} >= %{plasma_version}
|
||||||
|
Obsoletes: kscreenlocker <= %{plasma_version}
|
||||||
|
|
||||||
# help upgrades, split from plasma-workspace since 5.5
|
# help upgrades, split from plasma-workspace since 5.5
|
||||||
Conflicts: plasma-workspace < 5.5
|
Conflicts: plasma-workspace < 5.5
|
||||||
|
|
@ -50,16 +60,22 @@ BuildRequires: libXcursor-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
Sonic Screenlocker er en komponent til SonicDE, der leverer en sikker
|
||||||
|
låseskærmsarkitektur. Det er et fork af det oprindelige kscreenlocker.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
# Provides og Obsoletes for kscreenlocker-devel
|
||||||
|
Provides: kscreenlocker-devel >= %{plasma_version}
|
||||||
|
Provides: kscreenlocker-devel%{?_isa} >= %{plasma_version}
|
||||||
|
Obsoletes: kscreenlocker-devel <= %{plasma_version}
|
||||||
|
Provides: cmake(KScreenLocker) >= %{plasma_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
@ -72,10 +88,11 @@ developing applications that use %{name}.
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name} --with-qt --all-name
|
# Bevarer kscreenlocker som domæne for oversættelser
|
||||||
|
%find_lang kscreenlocker --with-qt --all-name
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f kscreenlocker.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_kf6_libdir}/libKScreenLocker.so.*
|
%{_kf6_libdir}/libKScreenLocker.so.*
|
||||||
%{_kf6_datadir}/knotifications6/*.notifyrc
|
%{_kf6_datadir}/knotifications6/*.notifyrc
|
||||||
|
|
@ -95,6 +112,12 @@ developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.5.5-1
|
||||||
|
- Rename to sonic-screenlocker
|
||||||
|
- Update URL and source to Sonic-DE GitHub
|
||||||
|
- Add Provides and Obsoletes for kscreenlocker
|
||||||
|
- Downgrade to 6.5.5 for EL 10.1 QT 6.9 compatibility
|
||||||
|
|
||||||
* Tue Mar 17 2026 Steve Cossette <farchord@gmail.com> - 6.6.3-1
|
* Tue Mar 17 2026 Steve Cossette <farchord@gmail.com> - 6.6.3-1
|
||||||
- 6.6.3
|
- 6.6.3
|
||||||
|
|
||||||
|
|
@ -15,6 +15,8 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.t
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
BuildRequires: docbook-dtds
|
||||||
|
BuildRequires: docbook-style-xsl
|
||||||
|
|
||||||
# Qt
|
# Qt
|
||||||
BuildRequires: cmake(QAccessibilityClient6)
|
BuildRequires: cmake(QAccessibilityClient6)
|
||||||
|
|
@ -88,6 +90,8 @@ BuildRequires: cmake(KF6TextWidgets)
|
||||||
BuildRequires: cmake(KF6Kirigami2)
|
BuildRequires: cmake(KF6Kirigami2)
|
||||||
BuildRequires: cmake(KF6Runner)
|
BuildRequires: cmake(KF6Runner)
|
||||||
BuildRequires: cmake(KF6Svg)
|
BuildRequires: cmake(KF6Svg)
|
||||||
|
BuildRequires: knighttime-devel
|
||||||
|
BuildRequires: aurorae-devel
|
||||||
|
|
||||||
# Workspace components
|
# Workspace components
|
||||||
BuildRequires: cmake(KDecoration3)
|
BuildRequires: cmake(KDecoration3)
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: sonic-workspace
|
Name: sonic-workspace
|
||||||
Version: 6.4.5
|
Version: 6.5.5
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core workspace components for SonicDE (fork of plasma-workspace)
|
Summary: Core workspace components for SonicDE (fork of plasma-workspace)
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
|
@ -264,5 +264,8 @@ SonicDE X11 session.
|
||||||
%{_bindir}/startplasma-x11
|
%{_bindir}/startplasma-x11
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 11 2026 Anders Rh <andersrh@example.com> - 6.4.5-1
|
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.5.5-1
|
||||||
|
- Upgrade to 6.5.5
|
||||||
|
|
||||||
|
* Wed Mar 11 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.4.5-1
|
||||||
- Initial release (Downgraded to 6.4.5 for EL 10.1)
|
- Initial release (Downgraded to 6.4.5 for EL 10.1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue