automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
d62aef006a
commit
2b4983c4c7
@ -1,4 +1,4 @@
|
|||||||
# oxygen
|
# oxygen
|
||||||
|
|
||||||
KDE Plasma 5 Oxygen theme.
|
KDE Plasma Oxygen theme.
|
||||||
|
|
||||||
|
76
oxygen.spec
76
oxygen.spec
@ -2,15 +2,15 @@
|
|||||||
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
||||||
|
|
||||||
Name: oxygen
|
Name: oxygen
|
||||||
Version: 5.27.10
|
Version: 6.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma 5 Oxygen theme
|
Summary: KDE Plasma Oxygen theme
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/it/plasma-desktop/
|
||||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/oxygen-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/oxygen-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -18,31 +18,45 @@ BuildRequires: libQt5X11Extras-devel
|
|||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libframeworkintegration-devel
|
BuildRequires: libframeworkintegration-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkauth-devel
|
||||||
BuildRequires: libkcmutils-devel
|
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkcodecs-devel
|
||||||
BuildRequires: libkcompletion-devel
|
BuildRequires: libkcompletion-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkconfig-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkconfigwidgets-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkcoreaddons-devel
|
||||||
BuildRequires: libkdecoration-devel
|
BuildRequires: libkdecoration-devel
|
||||||
|
BuildRequires: libkf6-frameworkintegration-devel
|
||||||
|
BuildRequires: libkf6-kcmutils-devel
|
||||||
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
|
BuildRequires: libkf6-kcompletion-devel
|
||||||
|
BuildRequires: libkf6-kconfig-devel
|
||||||
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
|
BuildRequires: libkf6-kguiaddons-devel
|
||||||
|
BuildRequires: libkf6-ki18n-devel
|
||||||
|
BuildRequires: libkf6-kiconthemes-devel
|
||||||
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
|
BuildRequires: libkf6-kwindowsystem-devel
|
||||||
BuildRequires: libkguiaddons-devel
|
BuildRequires: libkguiaddons-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libki18n-devel
|
||||||
BuildRequires: libkservice-devel
|
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkwindowsystem-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE Plasma 5 Oxygen theme.
|
KDE Plasma Oxygen theme.
|
||||||
|
|
||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -65,12 +79,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
@ -88,10 +102,11 @@ exit 0
|
|||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/oxygen-demo5
|
%{_bindir}/oxygen-demo5
|
||||||
%{_bindir}/oxygen-settings5
|
%{_bindir}/oxygen-demo6
|
||||||
%{_libdir}/qt5/plugins/kstyle_oxygen_config.so
|
%{_bindir}/oxygen-settings6
|
||||||
%{_libdir}/qt5/plugins/org.kde.kdecoration2/oxygendecoration.so
|
%{_datadir}/applications/kcm_oxygendecoration.desktop
|
||||||
%{_libdir}/qt5/plugins/styles/oxygen.so
|
%{_metainfodir}/org.kde.oxygen.appdata.xml
|
||||||
|
%{_datadir}/plasma/look-and-feel/org.kde.oxygen/metadata.json
|
||||||
%{_datadir}/color-schemes/Oxygen.colors
|
%{_datadir}/color-schemes/Oxygen.colors
|
||||||
%{_datadir}/color-schemes/OxygenCold.colors
|
%{_datadir}/color-schemes/OxygenCold.colors
|
||||||
%dir %{_datadir}/icons/KDE_Classic
|
%dir %{_datadir}/icons/KDE_Classic
|
||||||
@ -119,27 +134,40 @@ exit 0
|
|||||||
%{_datadir}/icons/Oxygen_Zion/cursors/*
|
%{_datadir}/icons/Oxygen_Zion/cursors/*
|
||||||
%{_datadir}/icons/Oxygen_Zion/index.theme
|
%{_datadir}/icons/Oxygen_Zion/index.theme
|
||||||
%{_datadir}/icons/hicolor/256x256/apps/oxygen-settings.png
|
%{_datadir}/icons/hicolor/256x256/apps/oxygen-settings.png
|
||||||
%{_datadir}/kservices5/oxygendecorationconfig.desktop
|
|
||||||
%{_datadir}/kservices5/oxygenstyleconfig.desktop
|
|
||||||
%{_datadir}/kstyle/themes/oxygen.themerc
|
%{_datadir}/kstyle/themes/oxygen.themerc
|
||||||
%dir %{_datadir}/plasma/look-and-feel/org.kde.oxygen
|
%dir %{_datadir}/plasma/look-and-feel/org.kde.oxygen
|
||||||
%dir %{_datadir}/plasma/look-and-feel/org.kde.oxygen/contents
|
%dir %{_datadir}/plasma/look-and-feel/org.kde.oxygen/contents
|
||||||
%{_datadir}/plasma/look-and-feel/org.kde.oxygen/contents/*
|
%{_datadir}/plasma/look-and-feel/org.kde.oxygen/contents/*
|
||||||
%{_datadir}/plasma/look-and-feel/org.kde.oxygen/metadata.desktop
|
|
||||||
#%{_datadir}/sounds/Oxygen-*.ogg
|
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liboxygenstyle5.so.*
|
%{_libdir}/liboxygenstyle5.so.*
|
||||||
%{_libdir}/liboxygenstyleconfig5.so.*
|
%{_libdir}/liboxygenstyleconfig5.so.*
|
||||||
|
%{_libdir}/liboxygenstyle6.so.*
|
||||||
#%files -n lib%{name}-devel
|
%{_libdir}/liboxygenstyleconfig6.so.*
|
||||||
#%defattr(-,root,root)
|
%{_qt6_plugindir}/kstyle_config/kstyle_oxygen_config.so
|
||||||
#%{_libdir}/liboxygenstyle5.so
|
%{_qt6_plugindir}/org.kde.kdecoration2.kcm/kcm_oxygendecoration.so
|
||||||
#%{_libdir}/liboxygenstyleconfig5.so
|
%{_qt6_plugindir}/org.kde.kdecoration2/org.kde.oxygen.so
|
||||||
|
%{_qt6_plugindir}/styles/oxygen5.so
|
||||||
|
%{_qt6_plugindir}/styles/oxygen6.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 03 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 03 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user