automatic version update by autodist [release 5.19.0-1mamba;Fri Jun 12 2020]
This commit is contained in:
parent
8e532deae1
commit
39efbcd0e3
@ -1,7 +1,7 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: plasma-desktop
|
||||
Version: 5.18.5
|
||||
Version: 5.19.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 Desktop
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
@ -12,7 +12,6 @@ URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{plasmaver}/plasma-desktop-%{version}.tar.xz
|
||||
Patch0: plasma-desktop-5.6.3-gcc-6.1.0.patch
|
||||
Patch1: plasma-desktop-5.16.2-disable-wheel-vertical-scroll-desktop.patch
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -122,17 +121,18 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake_kde5 -d build
|
||||
|
||||
%make \
|
||||
%ifarch arm
|
||||
-j1
|
||||
%endif
|
||||
%make
|
||||
|
||||
#% ifarch arm
|
||||
# -j1
|
||||
#% endif
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -153,6 +153,7 @@ exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/autostart/kaccess.desktop
|
||||
%{_bindir}/ibus-ui-emojier-plasma
|
||||
%{_bindir}/kaccess
|
||||
%ifnarch x86_64
|
||||
@ -215,6 +216,7 @@ exit 0
|
||||
%{_kde5_datadir}/kf5/kactivitymanagerd/workspace/settings/qml/*
|
||||
%{_datadir}/polkit-1/actions/org.kde.fontinst.policy
|
||||
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
|
||||
%{_datadir}/qlogging-categories5/kcmkeys.categories
|
||||
%{_datadir}/solid/devices/solid-device-*.desktop
|
||||
%{_datadir}/locale/sr/LC_SCRIPTS/kfontinst/kfontinst.js
|
||||
%{_datadir}/locale/sr@*/LC_SCRIPTS/kfontinst/kfontinst.js
|
||||
@ -248,6 +250,9 @@ exit 0
|
||||
#%doc COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 08 2020 Automatic Build System <autodist@mambasoft.it> 5.18.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user