From 7264de3b19af2272ef0749d79cd544042460210b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 29 Mar 2024 18:58:54 +0100 Subject: [PATCH] automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024] --- README.md | 2 + libplasma.spec | 192 ++++++++++++++++++++++++++++ openmamba-dark-metadata.json.cmake | 19 +++ openmamba-light-metadata.json.cmake | 19 +++ openmamba.svgz | Bin 0 -> 1319 bytes 5 files changed, 232 insertions(+) create mode 100644 libplasma.spec create mode 100644 openmamba-dark-metadata.json.cmake create mode 100644 openmamba-light-metadata.json.cmake create mode 100644 openmamba.svgz diff --git a/README.md b/README.md index af89845..c371971 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libplasma +KDE Plasma library and runtime components. + diff --git a/libplasma.spec b/libplasma.spec new file mode 100644 index 0000000..176e313 --- /dev/null +++ b/libplasma.spec @@ -0,0 +1,192 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: libplasma +Epoch: 1 +Version: 6.0.2 +Release: 1mamba +Summary: KDE Plasma library and runtime components +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://kde.org/it/plasma-desktop/ +Source: https://download.kde.org/%{stable_kf6}/plasma/%{version}/libplasma-%{version}.tar.xz +Source1: openmamba.svgz +Source2: openmamba-light-metadata.json.cmake +Source3: openmamba-dark-metadata.json.cmake +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +BuildRequires: libgcc +BuildRequires: libglvnd-devel +BuildRequires: libkf6-karchive-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-kglobalaccel-devel +BuildRequires: libkf6-kguiaddons-devel +BuildRequires: libkf6-ki18n-devel +BuildRequires: libkf6-kiconthemes-devel +BuildRequires: libkf6-kio-devel +BuildRequires: libkf6-kirigami-devel +BuildRequires: libkf6-kjobwidgets-devel +BuildRequires: libkf6-knotifications-devel +BuildRequires: libkf6-kpackage-devel +BuildRequires: libkf6-kservice-devel +BuildRequires: libkf6-ksvg-devel +BuildRequires: libkf6-kwidgetsaddons-devel +BuildRequires: libkf6-kwindowsystem-devel +BuildRequires: libkf6-solid-devel +BuildRequires: libplasma-activities-devel +BuildRequires: libstdc++6-devel +BuildRequires: libwayland-devel +BuildRequires: libxcb-devel +BuildRequires: libxkbcommon-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtdeclarative-devel +BuildRequires: qt6-qtsvg-devel +BuildRequires: qt6-qtwayland-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: kf6-rpm-macros +BuildRequires: extra-cmake-modules +Provides: plasma-framework +Obsoletes: plasma-framework <= 5.114.0-1mamba + +%description +KDE Plasma library and runtime components. + +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%package desktopthemes +Group: Graphical Desktop/Look 'n' feel +Summary: Additional Plasma desktop themes +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Provides: plasma-framework-desktopthemes +Obsoletes: plasma-framework-desktopthemes <= 5.114.0-1mamba + +%description desktopthemes +Additional Plasma desktop themes. + +%package -n plasma-desktoptheme-openmamba +Group: Graphical Desktop/Look 'n' feel +Summary: Plasma desktop theme for openmamba +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description -n plasma-desktoptheme-openmamba +Plasma desktop theme for openmamba. + +%debug_package + +%prep +%setup -q +cp -a src/desktoptheme/{breeze-dark,openmamba-dark} +cp -a src/desktoptheme/{breeze-light,openmamba-light} +cp -a %{SOURCE2} src/desktoptheme/openmamba-light/metadata.json.cmake +cp -a %{SOURCE3} src/desktoptheme/openmamba-dark/metadata.json.cmake +sed -i "s|61,174,233|82,174,50|" src/desktoptheme/openmamba-{light,dark}/colors +sed -i "s|defaultWallpaperTheme=.*|defaultWallpaperTheme=openmambaRandom|" src/desktoptheme/openmamba-{light,dark}/plasmarc +sed -i "s|desktoptheme/breeze|desktoptheme/openmamba|" src/desktoptheme/openmamba-{light,dark}/CMakeLists.txt +cat >> src/desktoptheme/CMakeLists.txt << _EOF +add_subdirectory( openmamba-dark ) +add_subdirectory( openmamba-light ) +_EOF + +%build +%cmake_kf6 + +%cmake_build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%cmake_install + +# 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} --with-qt --with-man --with-html --all-name || touch %{name}.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(-,root,root) +%{_libdir}/libPlasma.so.* +%{_libdir}/libPlasmaQuick.so.* +%{_kf6_plugindir}/kirigami/platform/KirigamiPlasmaStyle.so +%{_kf6_plugindir}/packagestructure/plasma_*.so +%dir %{_qt6_qmldir}/org/kde/kirigami/styles/Plasma +%{_qt6_qmldir}/org/kde/kirigami/styles/Plasma/* +%dir %{_qt6_qmldir}/org/kde/plasma +%{_qt6_qmldir}/org/kde/plasma/* +%{_datadir}/kdevappwizard/templates/*.tar.bz2 +%dir %{_datadir}/plasma/desktoptheme/default +%{_datadir}/plasma/desktoptheme/default/* +%{_datadir}/qlogging-categories6/plasma-framework.categories +%{_datadir}/qlogging-categories6/plasma-framework.renamecategories +%doc LICENSES + +%files desktopthemes +%defattr(-,root,root) +%dir %{_datadir}/plasma/desktoptheme/breeze-dark +%{_datadir}/plasma/desktoptheme/breeze-dark/* +%dir %{_datadir}/plasma/desktoptheme/breeze-light +%{_datadir}/plasma/desktoptheme/breeze-light/* +%dir %{_datadir}/plasma/desktoptheme/oxygen +%{_datadir}/plasma/desktoptheme/oxygen/* + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/Plasma +%{_includedir}/Plasma/* +%dir %{_includedir}/PlasmaQuick +%{_includedir}/PlasmaQuick/* +%{_libdir}/libPlasma.so +%{_libdir}/libPlasmaQuick.so +%dir %{_libdir}/cmake/Plasma +%{_libdir}/cmake/Plasma/Plasma*.cmake +%dir %{_libdir}/cmake/PlasmaQuick +%{_libdir}/cmake/PlasmaQuick/PlasmaQuick*.cmake +%{_qt6_docdir}/Plasma.* + +%files -n plasma-desktoptheme-openmamba +%defattr(-,root,root) +%dir %{_datadir}/plasma/desktoptheme/openmamba-dark +%{_datadir}/plasma/desktoptheme/openmamba-dark/* +%dir %{_datadir}/plasma/desktoptheme/openmamba-light +%{_datadir}/plasma/desktoptheme/openmamba-light/* + +%changelog +* Wed Mar 13 2024 Automatic Build System 6.0.2-1mamba +- automatic version update by autodist + +* Thu Mar 07 2024 Automatic Build System 6.0.1-1mamba +- automatic version update by autodist + +* Sat Mar 02 2024 Silvan Calarco 6.0.0-1mamba +- update to 6.0.0 + +* Sat Feb 03 2024 Silvan Calarco 5.93.0-1mamba +- update to 5.93.0 + +* Thu Feb 01 2024 Silvan Calarco 5.92.0-1mamba +- package created using the webbuild interface diff --git a/openmamba-dark-metadata.json.cmake b/openmamba-dark-metadata.json.cmake new file mode 100644 index 0000000..5e0afa9 --- /dev/null +++ b/openmamba-dark-metadata.json.cmake @@ -0,0 +1,19 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "info@openmamba.org", + "Name": "Silvan Calarco" + } + ], + "Category": "", + "Description": "openmamba Dark theme", + "EnabledByDefault": true, + "Id": "breeze-dark", + "License": "LGPL", + "Name": "openmamba Dark", + "Version": "1.0", + "Website": "https://openmamba.org" + }, + "X-Plasma-API": "5.0" +} diff --git a/openmamba-light-metadata.json.cmake b/openmamba-light-metadata.json.cmake new file mode 100644 index 0000000..f1799be --- /dev/null +++ b/openmamba-light-metadata.json.cmake @@ -0,0 +1,19 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "info@openmamba.org", + "Name": "Silvan Calarco" + } + ], + "Category": "", + "Description": "openmamba Light theme", + "EnabledByDefault": true, + "Id": "default", + "License": "LGPL", + "Name": "openmamba Light", + "Version": "1.0", + "Website": "https://openmamba.org" + }, + "X-Plasma-API": "5.0" +} diff --git a/openmamba.svgz b/openmamba.svgz new file mode 100644 index 0000000000000000000000000000000000000000..caec9274c2b4dc4adca47b2bc1344c185bc9e1e4 GIT binary patch literal 1319 zcmV+?1=#u@iwFpy(C<+I18;C;Zf#+0Vqq?Gc4q+XSKn_NMG$`PU$IItz zR^n12M1iUV5WJwHzBneXZP{+p{`Y*dwv#yIM0l!%;s@XD?(EDrGv9t|pS=9|ex|Pa z)q1*^k1EopQtM4OA9u6GydPEbMfLK~h)la{Cqu3ZS*|?^8^+Tnqi_Kbq|B=VE@OmfdQj7U!z%X0z#J)g7xlao+7FOSH?f zL)A6>32Y=fUymMu1sF!cS6h?gkF)9g@*zXYIX7jsQrFY*=3-Pa2OUFNZYp)rPbU|f zyHf}}?$6f^o)a}4kE&Vssb3k)E47<>J-zB@v&A1&sm-dJug@2&_oJ%3&XE0=WVH*y z9w~W=mcOdh`E)ju#?1TTXzyvVT6|cV12_M)Jus$!Ggc?dZgWvKtS`D{Zw5db9hi-v z#2a}I=?3O=&s}f1Qtp<|0s9arq?8oHz#?D>nmBvK zHf!TTOAJ?xaU@LuLfL5}@x4V$vEO3dGMH{P6SwTF_6Bw-!JpU}Z8OHvXz~tYr`ZFL zXH5q7K`>&>NW9=cSIH?dNmC;D1$8nCA$VeHksb=c$k%BU2kTDzgkj#o6c~=+Uc$f{ z<#Vw1UWW|tG7hecJ<1~H*2ucm**n-%nI|7nf7qeiWj|16WJ@_|gSwXL!JaZBI>yl# zw3M-5hC$;HqX+;e$tNVmv85nk1vF{vOAgiwX!Om)jFNUJ5mF4ETf|})sDMl!93h>I zlommAj4EVQFalgm0GV503gRWg93Avnrd_8Q*pafcPI3$I%Pk%zW><0zE+~`$o~V@4 zfeC1kk1WiJ+9un2k|^8CXOtXc2K6vz?UGZ%WJl5pqYcFtG}shyO2C3>Z0c(gE&vdKnHI+wa*$PhcNv6&rj*yc7jxskzOxG7 z1_G@1UMOqpM8kIecjI=CVZXk|xZi&-hi#emOdGt#?h*=;5CaH>6AO`j1fhmp?HF-{ zoS>1(eilA?gA1_mi2(w9N+uLKh2WvCa^RtdLv$MaeSz9!laJ&|#nBH>eBwv(DbpkP zH00`lPt5dL_!J}amQOa|qQm_t_l|?$JKPYEC){6dkWWLY9rB5u=rknc^5ZP?f1=Zn dtN#I=hOfIPI+gDe`Gfl6+20iaF$}K{006D6i?;v( literal 0 HcmV?d00001