replace desktop menu icon (start.svgz) with openmamba icon [release 5.79.0-2mamba;Tue Feb 23 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 10:11:55 +01:00
parent a7e485b54c
commit 1641c1f7b5
2 changed files with 13 additions and 3 deletions

BIN
openmamba.svgz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
Name: plasma-framework
Version: 5.79.0
Release: 1mamba
Release: 2mamba
Summary: KDE Frameworks 5 foundations that can be used to build a primary user interface
Group: System/Libraries
Vendor: openmamba
@ -10,18 +10,19 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{majver}/plasma-framework-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
Source1: openmamba.svgz
Patch0: plasma-framework-5.55.0-arm-GLESv2.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libGL-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libgcc
BuildRequires: libkactivities5-devel
BuildRequires: libkactivities-devel
BuildRequires: libkarchive-devel
BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel
@ -39,6 +40,7 @@ BuildRequires: libkjobwidgets-devel
BuildRequires: libknotifications-devel
BuildRequires: libkpackage-devel
BuildRequires: libkservice-devel
BuildRequires: libkwayland-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
@ -88,6 +90,11 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
# Replace desktop menu icon (start.svgz) with openmamba icon
for d in %{buildroot}%{_datadir}/plasma/desktoptheme/*; do
[ -e ${d}/icons/start.svgz ] && install -m0644 %{SOURCE1} ${d}/icons/start.svgz
done
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
%clean
@ -191,6 +198,9 @@ exit 0
%{_kde5_libdir}/libKF5PlasmaQuick.so
%changelog
* Tue Feb 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.79.0-2mamba
- replace desktop menu icon (start.svgz) with openmamba icon
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 5.79.0-1mamba
- automatic version update by autodist