automatic version update by autodist [release 5.26.1-1mamba;Wed Oct 19 2022]
This commit is contained in:
parent
8b637386fe
commit
eae02313d7
@ -1,8 +1,8 @@
|
|||||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||||
|
|
||||||
Name: plasma-workspace
|
Name: plasma-workspace
|
||||||
Version: 5.25.5
|
Version: 5.26.1
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 Workspace
|
Summary: KDE Frameworks 5 Workspace
|
||||||
Group: Graphical Desktop/Applications/Environment
|
Group: Graphical Desktop/Applications/Environment
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -61,6 +61,7 @@ BuildRequires: libkcoreaddons-devel
|
|||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkcrash-devel
|
||||||
BuildRequires: libkdbusaddons-devel
|
BuildRequires: libkdbusaddons-devel
|
||||||
BuildRequires: libkdeclarative-devel
|
BuildRequires: libkdeclarative-devel
|
||||||
|
BuildRequires: libkexiv2-devel
|
||||||
BuildRequires: libkfilemetadata-devel
|
BuildRequires: libkfilemetadata-devel
|
||||||
BuildRequires: libkglobalaccel-devel
|
BuildRequires: libkglobalaccel-devel
|
||||||
BuildRequires: libkguiaddons-devel
|
BuildRequires: libkguiaddons-devel
|
||||||
@ -96,10 +97,9 @@ BuildRequires: libkxmlgui-devel
|
|||||||
BuildRequires: liblayer-shell-qt-devel
|
BuildRequires: liblayer-shell-qt-devel
|
||||||
BuildRequires: libnetworkmanager-qt5-devel
|
BuildRequires: libnetworkmanager-qt5-devel
|
||||||
BuildRequires: libnm-devel
|
BuildRequires: libnm-devel
|
||||||
BuildRequires: libpackagekitqt5-devel
|
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libpipewire-devel
|
|
||||||
BuildRequires: libplasma-framework-devel
|
BuildRequires: libplasma-framework-devel
|
||||||
|
BuildRequires: libpolkit-qt5-1-devel
|
||||||
BuildRequires: libqalculate-devel
|
BuildRequires: libqalculate-devel
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
@ -198,27 +198,29 @@ openmamba theme for KDE Plasma.
|
|||||||
|
|
||||||
# openmamba light theme
|
# openmamba light theme
|
||||||
# Populate initial lookandfeel package
|
# Populate initial lookandfeel package
|
||||||
cp -a lookandfeel lookandfeel.openmamba
|
cd lookandfeel
|
||||||
|
cp -a org.kde.breeze org.openmamba.light
|
||||||
## Overwrite settings to configure twilight mode
|
## Overwrite settings to configure twilight mode
|
||||||
#cp -a lookandfeel.twilight/* lookandfeel.openmamba
|
#cp -a lookandfeel.twilight/* lookandfeel.openmamba
|
||||||
install -m 0644 %{SOURCE4} lookandfeel.openmamba/metadata.desktop
|
install -m 0644 %{SOURCE4} org.openmamba.light/metadata.desktop
|
||||||
convert -resize 600 %{SOURCE8} lookandfeel.openmamba/contents/previews/preview.png
|
convert -resize 600 %{SOURCE8} org.openmamba.light/contents/previews/preview.png
|
||||||
convert %{SOURCE8} lookandfeel.openmamba/contents/previews/fullscreenpreview.jpg
|
convert %{SOURCE8} org.openmamba.light/contents/previews/fullscreenpreview.jpg
|
||||||
cat >> CMakeLists.txt <<EOL
|
cat >> CMakeLists.txt <<EOL
|
||||||
plasma_install_package(lookandfeel.openmamba org.openmamba.light.desktop look-and-feel lookandfeel)
|
plasma_install_package(org.openmamba.light org.openmamba.light.desktop look-and-feel lookandfeel)
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
# openmamba dark theme
|
# openmamba dark theme
|
||||||
# Populate initial lookandfeel package
|
# Populate initial lookandfeel package
|
||||||
cp -a lookandfeel lookandfeel.openmamba.dark
|
cp -a org.kde.breeze org.openmamba.dark
|
||||||
# Overwrite settings to configure dark mode
|
# Overwrite settings to configure dark mode
|
||||||
cp -a lookandfeel.dark/* lookandfeel.openmamba.dark
|
cp -a org.kde.breezedark/* org.openmamba.dark
|
||||||
install -m 0644 %{SOURCE5} lookandfeel.openmamba.dark/metadata.desktop
|
install -m 0644 %{SOURCE5} org.openmamba.dark/metadata.desktop
|
||||||
convert -resize 600 %{SOURCE9} lookandfeel.openmamba.dark/contents/previews/preview.png
|
convert -resize 600 %{SOURCE9} org.openmamba.dark/contents/previews/preview.png
|
||||||
convert %{SOURCE9} lookandfeel.openmamba.dark/contents/previews/fullscreenpreview.jpg
|
convert %{SOURCE9} org.openmamba.dark/contents/previews/fullscreenpreview.jpg
|
||||||
cat >> CMakeLists.txt <<EOL
|
cat >> CMakeLists.txt <<EOL
|
||||||
plasma_install_package(lookandfeel.openmamba.dark org.openmamba.dark.desktop look-and-feel lookandfeel)
|
plasma_install_package(org.openmamba.dark org.openmamba.dark.desktop look-and-feel lookandfeel)
|
||||||
EOL
|
EOL
|
||||||
|
cd ..
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -232,7 +234,7 @@ EOL
|
|||||||
|
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/kde
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/kde
|
||||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/kde-np
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/kde-np
|
||||||
ln -sf %{_datadir}/pixmaps/system-logo-white.png %{buildroot}%{_datadir}/ksplash/Themes/Minimalistic/images/kdeletter.png
|
#ln -sf %{_datadir}/pixmaps/system-logo-white.png %{buildroot}%{_datadir}/ksplash/Themes/Minimalistic/images/kdeletter.png
|
||||||
|
|
||||||
# make breeze sddm theme variant for openmamba
|
# make breeze sddm theme variant for openmamba
|
||||||
cp -alf %{buildroot}%{_datadir}/sddm/themes/breeze/ \
|
cp -alf %{buildroot}%{_datadir}/sddm/themes/breeze/ \
|
||||||
@ -307,7 +309,6 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_sysconfdir}/pam.d/kde
|
%{_sysconfdir}/pam.d/kde
|
||||||
%{_sysconfdir}/pam.d/kde-np
|
%{_sysconfdir}/pam.d/kde-np
|
||||||
%{_bindir}/gmenudbusmenuproxy
|
%{_bindir}/gmenudbusmenuproxy
|
||||||
#%{_bindir}/kcheckrunning
|
|
||||||
%{_bindir}/kcminit
|
%{_bindir}/kcminit
|
||||||
%{_bindir}/kcminit_startup
|
%{_bindir}/kcminit_startup
|
||||||
%{_bindir}/klipper
|
%{_bindir}/klipper
|
||||||
@ -322,6 +323,7 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_bindir}/plasmashell
|
%{_bindir}/plasmashell
|
||||||
%{_bindir}/plasma-apply-*
|
%{_bindir}/plasma-apply-*
|
||||||
%{_bindir}/plasma-interactiveconsole
|
%{_bindir}/plasma-interactiveconsole
|
||||||
|
%{_bindir}/plasma-localegen-helper
|
||||||
%{_bindir}/plasma_session
|
%{_bindir}/plasma_session
|
||||||
%{_bindir}/plasma-shutdown
|
%{_bindir}/plasma-shutdown
|
||||||
%{_bindir}/plasma_waitforname
|
%{_bindir}/plasma_waitforname
|
||||||
@ -337,27 +339,25 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_datadir}/config.kcfg/*.kcfg
|
%{_datadir}/config.kcfg/*.kcfg
|
||||||
%{_datadir}/dbus-1/interfaces/*.xml
|
%{_datadir}/dbus-1/interfaces/*.xml
|
||||||
%{_datadir}/dbus-1/services/org.kde.*.service
|
%{_datadir}/dbus-1/services/org.kde.*.service
|
||||||
%{_datadir}/dbus-1/system-services/org.kde.fontinst.service
|
%{_datadir}/dbus-1/system-services/*.service
|
||||||
%{_datadir}/dbus-1/system.d/org.kde.fontinst.conf
|
%{_datadir}/dbus-1/system.d/*.conf
|
||||||
%{_datadir}/desktop-directories/kf5-*.directory
|
%{_datadir}/desktop-directories/kf5-*.directory
|
||||||
%{_datadir}/kconf_update/*
|
%{_datadir}/kconf_update/*
|
||||||
%exclude %{_datadir}/kconf_update/openmambaLookAndFeel.*
|
%exclude %{_datadir}/kconf_update/openmambaLookAndFeel.*
|
||||||
#%{_datadir}/kdisplay/app-defaults/*.ad
|
|
||||||
%{_datadir}/kglobalaccel/org.kde.krunner.desktop
|
%{_datadir}/kglobalaccel/org.kde.krunner.desktop
|
||||||
|
%{_datadir}/kio/servicemenus/setaswallpaper.desktop
|
||||||
%{_datadir}/kio_desktop/directory.desktop
|
%{_datadir}/kio_desktop/directory.desktop
|
||||||
%{_datadir}/kio_desktop/directory.trash
|
%{_datadir}/kio_desktop/directory.trash
|
||||||
%{_datadir}/knotifications5/*.notifyrc
|
%{_datadir}/knotifications5/*.notifyrc
|
||||||
%{_datadir}/knsrcfiles/*.knsrc
|
%{_datadir}/knsrcfiles/*.knsrc
|
||||||
%{_datadir}/krunner/dbusplugins/plasma-runner-baloosearch.desktop
|
%{_datadir}/krunner/dbusplugins/plasma-runner-baloosearch.desktop
|
||||||
%{_datadir}/kservices5/ServiceMenus/installfont.desktop
|
%{_datadir}/kservices5/ServiceMenus/installfont.desktop
|
||||||
#%{_datadir}/kxmlgui5/kfontinst/kfontviewpart.rc
|
|
||||||
%{_datadir}/kxmlgui5/kfontview/kfontviewui.rc
|
%{_datadir}/kxmlgui5/kfontview/kfontviewui.rc
|
||||||
%{_datadir}/kservices5/*.desktop
|
%{_datadir}/kservices5/*.desktop
|
||||||
#%{_datadir}/kservices5/*.protocol
|
|
||||||
%{_kde5_servicetypesdir}/*.desktop
|
%{_kde5_servicetypesdir}/*.desktop
|
||||||
%{_datadir}/ksplash/Themes/Classic/*
|
#%{_datadir}/ksplash/Themes/Classic/*
|
||||||
%{_datadir}/ksplash/Themes/Minimalistic/*
|
#%{_datadir}/ksplash/Themes/Minimalistic/*
|
||||||
%{_datadir}/ksplash/Themes/None/Theme.rc
|
#%{_datadir}/ksplash/Themes/None/Theme.rc
|
||||||
%{_datadir}/kstyle/themes/qt*.themerc
|
%{_datadir}/kstyle/themes/qt*.themerc
|
||||||
%dir %{_datadir}/plasma
|
%dir %{_datadir}/plasma
|
||||||
%dir %{_datadir}/plasma/avatars
|
%dir %{_datadir}/plasma/avatars
|
||||||
@ -369,6 +369,8 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_datadir}/plasma/services/*
|
%{_datadir}/plasma/services/*
|
||||||
%dir %{_datadir}/plasma/wallpapers
|
%dir %{_datadir}/plasma/wallpapers
|
||||||
%{_datadir}/plasma/wallpapers/*
|
%{_datadir}/plasma/wallpapers/*
|
||||||
|
%{_datadir}/plasma/nightcolor/worldmap.png
|
||||||
|
%{_datadir}/polkit-1/actions/org.kde.localegenhelper.policy
|
||||||
%dir %{_datadir}/sddm/themes/breeze
|
%dir %{_datadir}/sddm/themes/breeze
|
||||||
%{_datadir}/sddm/themes/breeze/*
|
%{_datadir}/sddm/themes/breeze/*
|
||||||
%{_datadir}/solid/actions/test-predicate-openinwindow.desktop
|
%{_datadir}/solid/actions/test-predicate-openinwindow.desktop
|
||||||
@ -378,7 +380,6 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_datadir}/konqsidebartng/virtual_folders/services/fonts.desktop
|
%{_datadir}/konqsidebartng/virtual_folders/services/fonts.desktop
|
||||||
%dir %{_datadir}/kpackage/kcms/kcm*
|
%dir %{_datadir}/kpackage/kcms/kcm*
|
||||||
%{_datadir}/kpackage/kcms/kcm*/*
|
%{_datadir}/kpackage/kcms/kcm*/*
|
||||||
%{_datadir}/kservices5/ServiceMenus/setaswallpaper.desktop
|
|
||||||
%{_datadir}/kxmlgui5/kfontview/kfontviewpart.rc
|
%{_datadir}/kxmlgui5/kfontview/kfontviewpart.rc
|
||||||
%{_datadir}/polkit-1/actions/org.kde.fontinst.policy
|
%{_datadir}/polkit-1/actions/org.kde.fontinst.policy
|
||||||
%{_datadir}/qlogging-categories5/*.categories
|
%{_datadir}/qlogging-categories5/*.categories
|
||||||
@ -397,7 +398,6 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_libdir}/libkfontinst.so
|
%{_libdir}/libkfontinst.so
|
||||||
%{_libdir}/libkfontinstui.so
|
%{_libdir}/libkfontinstui.so
|
||||||
%{_libdir}/libkrdb.so
|
%{_libdir}/libkrdb.so
|
||||||
#%{_libdir}/qt5/plugins/kcm_fontinst.so
|
|
||||||
%{_libdir}/qt5/plugins/kf5/kded/*.so
|
%{_libdir}/qt5/plugins/kf5/kded/*.so
|
||||||
%{_libdir}/qt5/plugins/kf5/kio/*.so
|
%{_libdir}/qt5/plugins/kf5/kio/*.so
|
||||||
%{_libdir}/qt5/plugins/kpackage/packagestructure/wallpaper_images.so
|
%{_libdir}/qt5/plugins/kpackage/packagestructure/wallpaper_images.so
|
||||||
@ -495,6 +495,12 @@ install -D -m0755 %{SOURCE7} %{buildroot}%{_datadir}/kconf_update/openmambaLookA
|
|||||||
%{_datadir}/sddm/themes/openmamba/*
|
%{_datadir}/sddm/themes/openmamba/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Oct 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.5-3mamba
|
* Sun Oct 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.5-3mamba
|
||||||
- fix error preview images in previous release
|
- fix error preview images in previous release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user