automatic version update by autodist [release 5.6.5-1mamba;Wed Jun 15 2016]
This commit is contained in:
parent
783a8412ab
commit
e5040da34f
10
plasma-desktop-5.6.3-gcc-6.1.0.patch
Normal file
10
plasma-desktop-5.6.3-gcc-6.1.0.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- plasma-desktop-5.6.3/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp.orig 2016-05-08 20:29:56.538450634 +0200
|
||||
+++ plasma-desktop-5.6.3/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp 2016-05-08 20:28:30.652542299 +0200
|
||||
@@ -53,6 +53,7 @@
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
#include <xorg/synaptics-properties.h>
|
||||
+#include <cmath>
|
||||
|
||||
#define SYN_MAX_BUTTONS 12
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: plasma-desktop
|
||||
Version: 5.5.5
|
||||
Version: 5.6.5
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 Desktop
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
@ -10,6 +10,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
|
||||
Patch0: plasma-desktop-5.6.3-gcc-6.1.0.patch
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -111,10 +112,15 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%make \
|
||||
%ifarch arm
|
||||
-j1
|
||||
%endif
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -204,6 +210,7 @@ exit 0
|
||||
%{_datadir}/kxmlgui5/kfontinst/kfontviewpart.rc
|
||||
%{_datadir}/kxmlgui5/kfontview/kfontviewui.rc
|
||||
%{_datadir}/plasma/*
|
||||
%{_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}/solid/devices/solid-device-*.desktop
|
||||
@ -218,19 +225,11 @@ exit 0
|
||||
%{_libdir}/libkfontinstui.so.*
|
||||
%{_libdir}/libkfontinst.so
|
||||
%{_libdir}/libkfontinstui.so
|
||||
%{_libdir}/qt5/plugins/attica_kde.so
|
||||
%{_libdir}/qt5/plugins/fontthumbnail.so
|
||||
%{_libdir}/qt5/plugins/kcm_*.so
|
||||
%{_libdir}/qt5/plugins/*.so
|
||||
%{_libdir}/qt5/plugins/kcms/kcm_*.so
|
||||
%{_libdir}/qt5/plugins/kcmspellchecking.so
|
||||
%{_libdir}/qt5/plugins/kded_touchpad.so
|
||||
%{_libdir}/qt5/plugins/kf5/kded/device_automounter.so
|
||||
%{_libdir}/qt5/plugins/kf5/kded/keyboard.so
|
||||
%{_libdir}/qt5/plugins/kfontviewpart.so
|
||||
%{_libdir}/qt5/plugins/kio_fonts.so
|
||||
%{_libdir}/qt5/plugins/libkcm_device_automounter.so
|
||||
%{_libdir}/qt5/plugins/libkcm_translations.so
|
||||
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_touchpad.so
|
||||
%{_libdir}/qt5/plugins/kf5/kded/*.so
|
||||
%{_libdir}/qt5/plugins/plasma/dataengine/*.so
|
||||
%{_libdir}/qt5/qml/org/kde/activities/settings/*
|
||||
%dir %{_libdir}/qt5/qml/org/kde/plasma/activityswitcher
|
||||
%{_libdir}/qt5/qml/org/kde/plasma/activityswitcher/*
|
||||
%dir %{_libdir}/qt5/qml/org/kde/plasma/private
|
||||
@ -239,10 +238,17 @@ exit 0
|
||||
%{_libdir}/qt5/qml/org/kde/private/desktopcontainment/*
|
||||
%{_libexecdir}/kf5/kauth/fontinst*
|
||||
%{_libexecdir}/kf5/kauth/kcmdatetimehelper
|
||||
%{_libexecdir}/kimpanel-*
|
||||
%{_libexecdir}/kfontprint
|
||||
%doc COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 5.6.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 16 2016 Automatic Build System <autodist@mambasoft.it> 5.6.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 06 2016 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user