Compare commits
21 Commits
6.0.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
19a9c06566 | |||
df697f4e32 | |||
24e301dc54 | |||
6213f151ff | |||
c4070ef3c8 | |||
42e30ed466 | |||
89ebcfd510 | |||
d681e8c4b0 | |||
4682c6cf5f | |||
53845eed9a | |||
80a378d106 | |||
94fa2a8603 | |||
6e556075b3 | |||
c84d4eea29 | |||
548f2296cc | |||
d408ea04c9 | |||
23a028a714 | |||
67ef31638f | |||
8b0396d22d | |||
247a6cda98 | |||
c5686dc76d |
95
oxygen.spec
95
oxygen.spec
@ -2,7 +2,7 @@
|
||||
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
||||
|
||||
Name: oxygen
|
||||
Version: 6.0.2
|
||||
Version: 6.3.5
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma Oxygen theme
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
@ -14,7 +14,19 @@ Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/oxygen
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libQt5X11Extras-devel
|
||||
BuildRequires: libQt5Xml
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libQt6OpenGL
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libframeworkintegration-devel
|
||||
BuildRequires: libgcc
|
||||
@ -45,9 +57,7 @@ BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
@ -73,8 +83,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -91,14 +99,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/oxygen-demo5
|
||||
@ -138,6 +138,8 @@ exit 0
|
||||
%dir %{_datadir}/plasma/look-and-feel/org.kde.oxygen
|
||||
%dir %{_datadir}/plasma/look-and-feel/org.kde.oxygen/contents
|
||||
%{_datadir}/plasma/look-and-feel/org.kde.oxygen/contents/*
|
||||
%dir %{_datadir}/plasma/desktoptheme/oxygen
|
||||
%{_datadir}/plasma/desktoptheme/oxygen/*
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}
|
||||
@ -147,12 +149,75 @@ exit 0
|
||||
%{_libdir}/liboxygenstyle6.so.*
|
||||
%{_libdir}/liboxygenstyleconfig6.so.*
|
||||
%{_qt6_plugindir}/kstyle_config/kstyle_oxygen_config.so
|
||||
%{_qt6_plugindir}/org.kde.kdecoration2.kcm/kcm_oxygendecoration.so
|
||||
%{_qt6_plugindir}/org.kde.kdecoration2/org.kde.oxygen.so
|
||||
%{_qt6_plugindir}/org.kde.kdecoration3.kcm/kcm_oxygendecoration.so
|
||||
%{_qt6_plugindir}/org.kde.kdecoration3/org.kde.oxygen.so
|
||||
%{_qt6_plugindir}/styles/oxygen5.so
|
||||
%{_qt6_plugindir}/styles/oxygen6.so
|
||||
|
||||
%changelog
|
||||
* Fri May 09 2025 Automatic Build System <autodist@openmamba.org> 6.3.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 03 2025 Automatic Build System <autodist@openmamba.org> 6.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 6.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 01 2025 Automatic Build System <autodist@openmamba.org> 6.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 19 2025 Automatic Build System <autodist@openmamba.org> 6.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 14 2025 Automatic Build System <autodist@openmamba.org> 6.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 01 2025 Automatic Build System <autodist@openmamba.org> 6.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 27 2024 Automatic Build System <autodist@openmamba.org> 6.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 6.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 25 2024 Automatic Build System <autodist@openmamba.org> 6.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 16 2024 Automatic Build System <autodist@openmamba.org> 6.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 6.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 6.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 6.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 18 2024 Automatic Build System <autodist@openmamba.org> 6.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 6.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 26 2024 Automatic Build System <autodist@openmamba.org> 6.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 19 2024 Automatic Build System <autodist@openmamba.org> 6.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 6.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 6.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 6.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user