update to 0.3.2.20240314git.6c11a780 [release 0.3.2.20240314git.6c11a780-1mamba;Thu Mar 14 2024]
This commit is contained in:
parent
9367eebb9b
commit
4f788ec232
@ -1,21 +1,21 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
%define gitver %(echo %version | cut -d. -f5)
|
||||||
Name: plasma-pk-updates
|
Name: plasma-pk-updates
|
||||||
Version: 0.3.2.20200829git
|
Version: 0.3.2.20240314git.6c11a780
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Plasma applet for software updates using PackageKit
|
Summary: Plasma applet for software updates using PackageKit
|
||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://invent.kde.org/system/plasma-pk-updates
|
URL: https://invent.kde.org/system/plasma-pk-updates
|
||||||
Source: https://anongit.kde.org/plasma-pk-updates.git/master/plasma-pk-updates-%{version}.tar.bz2
|
Source: https://invent.kde.org/system/plasma-pk-updates.git/master@%{gitver}/plasma-pk-updates-%{version}.tar.bz2
|
||||||
#Source: https://download.kde.org/stable/plasma-pk-updates/%{version}/plasma-pk-updates-%{version}.tar.xz
|
|
||||||
Patch0: plasma-pk-updates-0.3.2.20190908git-kde4libssupport.patch
|
Patch0: plasma-pk-updates-0.3.2.20190908git-kde4libssupport.patch
|
||||||
Patch1: plasma-pk-updates-0.3.2.20200829git-workaround-disable-network-online-check.patch
|
Patch1: plasma-pk-updates-0.3.2.20200829git-workaround-disable-network-online-check.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkauth-devel
|
||||||
BuildRequires: libkbookmarks-devel
|
BuildRequires: libkbookmarks-devel
|
||||||
@ -41,10 +41,11 @@ BuildRequires: libkwidgetsaddons-devel
|
|||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkwindowsystem-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libpackagekitqt5-devel
|
BuildRequires: libpackagekitqt5-devel
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: rpm-macros-kde5
|
||||||
@ -58,7 +59,7 @@ Plasma applet for software updates using PackageKit.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -R
|
%patch0 -p1 -R
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
# Get translations
|
# Get translations
|
||||||
for l in ca ca@valencia cs da de en_GB es fi fr gl he it ja lt nl nn pl pt pt_BR ru sk sv tr uk zh_CN zh_TW; do
|
for l in ca ca@valencia cs da de en_GB es fi fr gl he it ja lt nl nn pl pt pt_BR ru sk sv tr uk zh_CN zh_TW; do
|
||||||
@ -101,6 +102,9 @@ _EOF
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2.20240314git.6c11a780-1mamba
|
||||||
|
- update to 0.3.2.20240314git.6c11a780
|
||||||
|
|
||||||
* Sat Jul 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2.20200829git-3mamba
|
* Sat Jul 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2.20200829git-3mamba
|
||||||
- patched to disable network online check to workaround issue since NetworkManager 1.32
|
- patched to disable network online check to workaround issue since NetworkManager 1.32
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user