update to 4.14.0 [release 4.14.0-1mamba;Thu Aug 21 2014]
This commit is contained in:
parent
9073b682b3
commit
1f2b184d98
11
kdelibs-4.14.0-arm-offscreen-fix.patch
Normal file
11
kdelibs-4.14.0-arm-offscreen-fix.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- kdelibs-4.14.0/plasma/corona.cpp.orig 2014-09-13 18:40:38.522458279 +0200
|
||||||
|
+++ kdelibs-4.14.0/plasma/corona.cpp 2014-09-13 18:41:11.433776120 +0200
|
||||||
|
@@ -391,7 +391,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
d->offscreenWidgets[i] = widget;
|
||||||
|
- widget->setPos((-i - 1) * QWIDGETSIZE_MAX, -QWIDGETSIZE_MAX);
|
||||||
|
+ widget->setPos((-i - 1) * 2000, -2000);
|
||||||
|
|
||||||
|
QGraphicsWidget *pw = widget->parentWidget();
|
||||||
|
widget->setParentItem(0);
|
27
kdelibs.spec
27
kdelibs.spec
@ -1,4 +1,6 @@
|
|||||||
|
%ifnarch arm
|
||||||
%define build_apidocs 1
|
%define build_apidocs 1
|
||||||
|
%endif
|
||||||
%if "%{stage1}" == "1"
|
%if "%{stage1}" == "1"
|
||||||
%define _kde4_prefix /opt/kde
|
%define _kde4_prefix /opt/kde
|
||||||
%define _kde4_sysconfdir %_sysconfdir
|
%define _kde4_sysconfdir %_sysconfdir
|
||||||
@ -31,7 +33,7 @@
|
|||||||
%define _kde4_wallpaperdir %_kde4_prefix/share/wallpapers
|
%define _kde4_wallpaperdir %_kde4_prefix/share/wallpapers
|
||||||
%endif
|
%endif
|
||||||
Name: kdelibs
|
Name: kdelibs
|
||||||
Version: 4.13.3
|
Version: 4.14.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Software Compilation - Core Libraries
|
Summary: KDE Software Compilation - Core Libraries
|
||||||
Group: Graphical Desktop/Libraries/KDE
|
Group: Graphical Desktop/Libraries/KDE
|
||||||
@ -39,12 +41,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org/
|
URL: http://www.kde.org/
|
||||||
Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdelibs-%{version}.tar.xz
|
Source0: http://download.kde.org/stable/%{version}/src/kdelibs-%{version}.tar.xz
|
||||||
Source1: kdelibs4-rpmmacros_kde4.in
|
Source1: kdelibs4-rpmmacros_kde4.in
|
||||||
Patch0: %{name}4-4.1.2-fix_fixx11.patch
|
Patch0: %{name}4-4.1.2-fix_fixx11.patch
|
||||||
Patch1: %{name}-4.7.0-openmamba_wallpaper.patch
|
Patch1: %{name}-4.7.0-openmamba_wallpaper.patch
|
||||||
Patch2: %{name}-4.6.1-no_kbookmark_write_error.patch
|
Patch2: %{name}-4.6.1-no_kbookmark_write_error.patch
|
||||||
Patch3: %{name}-4.6.2-fix_kded_high_cpu_load.patch
|
Patch3: %{name}-4.6.2-fix_kded_high_cpu_load.patch
|
||||||
|
Patch4: kdelibs-4.14.0-arm-offscreen-fix.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: aspell-devel
|
BuildRequires: aspell-devel
|
||||||
@ -149,7 +152,6 @@ Obsoletes: kdelibs4-devel
|
|||||||
%description devel
|
%description devel
|
||||||
This package includes the development files needed to build KDE applications using the KDE libraries.
|
This package includes the development files needed to build KDE applications using the KDE libraries.
|
||||||
|
|
||||||
%if %build_apidocs
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Summary: KDE API documentation
|
Summary: KDE API documentation
|
||||||
@ -159,15 +161,19 @@ Obsoletes: kdelibs4-apidocs
|
|||||||
|
|
||||||
%description apidocs
|
%description apidocs
|
||||||
This package includes the KDE API documentation needed by the developers of KDE applications.
|
This package includes the KDE API documentation needed by the developers of KDE applications.
|
||||||
%endif
|
|
||||||
|
|
||||||
%debug_package
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
#%patch3 -p1
|
#%patch3 -p1
|
||||||
|
%ifarch arm
|
||||||
|
%patch4 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if "%{stage1}" == "1"
|
%if "%{stage1}" == "1"
|
||||||
@ -204,7 +210,7 @@ This package includes the KDE API documentation needed by the developers of KDE
|
|||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%if 0%{build_apidocs}
|
%if 0%{?build_apidocs}
|
||||||
# make KDE API documentation needed by KDevelop
|
# make KDE API documentation needed by KDevelop
|
||||||
cd ..
|
cd ..
|
||||||
QTDOCDIR=%{_qt4_docdir}/html ./doc/api/doxygen.sh .
|
QTDOCDIR=%{_qt4_docdir}/html ./doc/api/doxygen.sh .
|
||||||
@ -219,7 +225,7 @@ install -d %{buildroot}%{_bindir}
|
|||||||
ln -sf %{_kde4_bindir}/kde4-config %{buildroot}%{_bindir}/kde4-config
|
ln -sf %{_kde4_bindir}/kde4-config %{buildroot}%{_bindir}/kde4-config
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{build_apidocs}
|
%if 0%{?build_apidocs}
|
||||||
install -d %{buildroot}%{_kde4_htmldir}/en/kdelibs-apidocs/
|
install -d %{buildroot}%{_kde4_htmldir}/en/kdelibs-apidocs/
|
||||||
cp -r kdelibs-%{version}-apidocs/* \
|
cp -r kdelibs-%{version}-apidocs/* \
|
||||||
%{buildroot}%{_kde4_htmldir}/en/kdelibs-apidocs/
|
%{buildroot}%{_kde4_htmldir}/en/kdelibs-apidocs/
|
||||||
@ -412,14 +418,17 @@ exit 0
|
|||||||
%{_mandir}/man1/makekdewidgets.*
|
%{_mandir}/man1/makekdewidgets.*
|
||||||
#%{_mandir}/man1/kdecmake.*
|
#%{_mandir}/man1/kdecmake.*
|
||||||
|
|
||||||
%if 0%{build_apidocs}
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%if 0%{?build_apidocs}
|
||||||
%{_kde4_htmldir}/en/kdelibs-apidocs/
|
%{_kde4_htmldir}/en/kdelibs-apidocs/
|
||||||
%{_kde4_htmldir}/en/kioslave/
|
|
||||||
%endif
|
%endif
|
||||||
|
%{_kde4_htmldir}/en/kioslave/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.0-1mamba
|
||||||
|
- update to 4.14.0
|
||||||
|
|
||||||
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user