Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cb89cc0eb | ||
|
|
d89526cb67 | ||
|
|
b5ec7124dd | ||
|
|
9e95828568 | ||
|
|
33ab3a2d9e | ||
|
|
09b038fde5 | ||
|
|
524ddb68fa | ||
|
|
89d3f3fac7 | ||
|
|
4f918fc0ca | ||
|
|
70a9f6978b | ||
|
|
dbe3a3ba6e |
3 changed files with 17 additions and 135 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -48,22 +48,3 @@
|
|||
./plasma-framework-5.93.tar.xz
|
||||
/plasma-framework-5.94.0.tar.xz
|
||||
/plasma-framework-5.96.0.tar.xz
|
||||
/plasma-framework-5.97.0.tar.xz
|
||||
/plasma-framework-5.98.0.tar.xz
|
||||
/plasma-framework-5.99.0.tar.xz
|
||||
/plasma-framework-5.100.0.tar.xz
|
||||
/plasma-framework-5.100.1.tar.xz
|
||||
/plasma-framework-5.101.0.tar.xz
|
||||
/plasma-framework-5.102.0.tar.xz
|
||||
/plasma-framework-5.103.0.tar.xz
|
||||
/plasma-framework-5.104.0.tar.xz
|
||||
/plasma-framework-5.105.0.tar.xz
|
||||
/plasma-framework-5.106.0.tar.xz
|
||||
/plasma-framework-5.107.0.tar.xz
|
||||
/plasma-framework-5.108.0.tar.xz
|
||||
/plasma-framework-5.109.0.tar.xz
|
||||
/plasma-framework-5.110.0.tar.xz
|
||||
/plasma-framework-5.111.0.tar.xz
|
||||
/plasma-framework-5.113.0.tar.xz
|
||||
/plasma-framework-5.115.0.tar.xz
|
||||
/plasma-framework-5.116.0.tar.xz
|
||||
|
|
|
|||
131
kf5-plasma.spec
131
kf5-plasma.spec
|
|
@ -1,17 +1,20 @@
|
|||
%bcond kf6_compat %[0%{?fedora} >= 40 || 0%{?rhel} >= 10]
|
||||
|
||||
%global framework plasma-framework
|
||||
|
||||
Name: kf5-plasma
|
||||
Version: 5.116.0
|
||||
Release: 4%{?dist}
|
||||
Version: 5.96.0
|
||||
Release: 2%{?dist}
|
||||
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
|
||||
|
||||
License: BSD-2-Clause AND 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-2.1-or-later 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: GPLv2+ and LGPLv2+ and BSD
|
||||
URL: https://invent.kde.org/frameworks/plasma
|
||||
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
%if %{revision} >= 50
|
||||
%global stable unstable
|
||||
%else
|
||||
%global stable stable
|
||||
%endif
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
# hackish cache invalidation
|
||||
|
|
@ -73,10 +76,7 @@ Requires: qt5-qtquickcontrols2%{?_isa}
|
|||
Conflicts: kdeplasma-addons < 5.5.0-3
|
||||
|
||||
# upstream name
|
||||
# used by the plasma-framework package in Plasma 6
|
||||
%if %{without kf6_compat}
|
||||
Provides: plasma-framework = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
|
@ -90,9 +90,7 @@ Requires: kf5-kpackage-devel >= %{majmin}
|
|||
Requires: kf5-kservice-devel >= %{majmin}
|
||||
Requires: kf5-kwindowsystem-devel >= %{majmin}
|
||||
Requires: qt5-qtbase-devel
|
||||
%if %{without kf6_compat}
|
||||
Provides: plasma-framework-devel = %{version}-%{release}
|
||||
%endif
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
|
@ -105,7 +103,7 @@ install -m644 -p %{SOURCE10} .
|
|||
|
||||
|
||||
%build
|
||||
%cmake_kf5 %{?with_kf6_compat:-DBUILD_DESKTOPTHEMES=OFF}
|
||||
%cmake_kf5
|
||||
|
||||
%cmake_build
|
||||
|
||||
|
|
@ -145,8 +143,11 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
|||
%{_kf5_qtplugindir}/kpackage/packagestructure/*.so
|
||||
%{_kf5_plugindir}/kirigami/
|
||||
%{_kf5_datadir}/plasma/
|
||||
#{_kf5_datadir}/kservices5/*.desktop
|
||||
%{_kf5_datadir}/kservicetypes5/*.desktop
|
||||
%{_kf5_mandir}/man1/plasmapkg2.1.*
|
||||
# can find_lang handle this too somehow? -- rex
|
||||
%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS/libplasma5/
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/cmake/KF5Plasma/
|
||||
|
|
@ -163,108 +164,8 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.116.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.116.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.116.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun May 19 2024 Alessandro Astone <ales.astone@gmail.com> - 5.116.0-1
|
||||
- 5.116.0
|
||||
|
||||
* Sat Feb 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.115.0-1
|
||||
- 5.115.0
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.113.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.113.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Dec 08 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.113.0-1
|
||||
- 5.113.0
|
||||
|
||||
* Fri Nov 24 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-6
|
||||
- Don't require kf6-plasma
|
||||
|
||||
* Mon Nov 13 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-5
|
||||
- Don't provide the plasma-frameworks name for Plasma 6
|
||||
|
||||
* Mon Oct 16 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-4
|
||||
- Fix kf6-plasma requires to be arch-specific
|
||||
|
||||
* Mon Oct 16 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-3
|
||||
- Require kf6-plasma if compat build
|
||||
|
||||
* Thu Oct 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.111.0-2
|
||||
- Add KF6 compatibility flag
|
||||
|
||||
* Tue Oct 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.111.0-1
|
||||
- 5.111.0
|
||||
|
||||
* Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1
|
||||
- 5.110.0
|
||||
|
||||
* Sat Aug 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.109.0-1
|
||||
- 5.109.0
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.108.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1
|
||||
- 5.108.0
|
||||
|
||||
* Sat Jun 03 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.107.0-1
|
||||
- 5.107.0
|
||||
|
||||
* Mon May 15 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.106.0-1
|
||||
- 5.106.0
|
||||
|
||||
* Tue Apr 25 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.105.0-2
|
||||
- Restore kf5-kwayland BR to RHEL builds
|
||||
|
||||
* Sun Apr 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-1
|
||||
- 5.105.0
|
||||
|
||||
* Thu Mar 09 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-2
|
||||
- 5.104.0 re-spin
|
||||
|
||||
* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
|
||||
- 5.104.0
|
||||
|
||||
* Sun Feb 05 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.103.0-1
|
||||
- 5.103.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.102.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.102.0-1
|
||||
- 5.102.0
|
||||
|
||||
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
|
||||
- 5.101.0
|
||||
- use new macros to simplify code
|
||||
|
||||
* Thu Nov 17 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.1-1
|
||||
- 5.100.1
|
||||
|
||||
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
|
||||
- 5.100.0
|
||||
|
||||
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
|
||||
- 5.99.0
|
||||
|
||||
* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
|
||||
- 5.98.0
|
||||
|
||||
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
|
||||
- Update to 5.97.0
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
* Tue Apr 25 2023 Troy Dawson <tdawson@redhat.com> - 5.96.0-2
|
||||
- Remove old %if statements
|
||||
|
||||
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
|
||||
- 5.96.0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (plasma-framework-5.116.0.tar.xz) = d15a1379d14a13c17932c1278b209b0a2f6a07f1abc15cb436f73765f8df12564297541c29bf453991e4dc7d469c5b83ecc53e9e97480d10d8d897597acfe804
|
||||
SHA512 (plasma-framework-5.96.0.tar.xz) = 9361948197c69ab8b2a1b943c1e9a2e44443588cd3bb4073eaa9ac6a4575bb4c1e6a257eb2fda6333df13eb568e09ed26a88d128fdafbe517bca705b8a8f2a5b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue