replace desktop menu icon (start.svgz) with openmamba icon [release 5.79.0-2mamba;Tue Feb 23 2021]
This commit is contained in:
parent
a7e485b54c
commit
1641c1f7b5
BIN
openmamba.svgz
Normal file
BIN
openmamba.svgz
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: plasma-framework
|
Name: plasma-framework
|
||||||
Version: 5.79.0
|
Version: 5.79.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: KDE Frameworks 5 foundations that can be used to build a primary user interface
|
Summary: KDE Frameworks 5 foundations that can be used to build a primary user interface
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,18 +10,19 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.kde.org
|
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}/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
|
Patch0: plasma-framework-5.55.0-arm-GLESv2.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkactivities5-devel
|
BuildRequires: libkactivities-devel
|
||||||
BuildRequires: libkarchive-devel
|
BuildRequires: libkarchive-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkauth-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkcodecs-devel
|
||||||
@ -39,6 +40,7 @@ BuildRequires: libkjobwidgets-devel
|
|||||||
BuildRequires: libknotifications-devel
|
BuildRequires: libknotifications-devel
|
||||||
BuildRequires: libkpackage-devel
|
BuildRequires: libkpackage-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkservice-devel
|
||||||
|
BuildRequires: libkwayland-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkwindowsystem-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
@ -88,6 +90,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%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
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -191,6 +198,9 @@ exit 0
|
|||||||
%{_kde5_libdir}/libKF5PlasmaQuick.so
|
%{_kde5_libdir}/libKF5PlasmaQuick.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 5.79.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user