This commit is contained in:
parent
386f743784
commit
800c8b6a3e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 18:58:15 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Try to fix wrong image scaling in kspash (boo#950799): rb125743.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 18 16:21:21 UTC 2015 - hrvoje.senjan@gmail.com
|
Sun Oct 18 16:21:21 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ Patch0: 0001-Rename-qdbus-in-startkde.patch
|
|||||||
Patch1: create_kdehome.patch
|
Patch1: create_kdehome.patch
|
||||||
# PATCH-FIX_OPENSUSE fix-wayland-requirement.patch alarrosa@suse.com -- Change wayland requirement from 1.3.0 to 1.2.1
|
# PATCH-FIX_OPENSUSE fix-wayland-requirement.patch alarrosa@suse.com -- Change wayland requirement from 1.3.0 to 1.2.1
|
||||||
Patch2: fix-wayland-requirement.patch
|
Patch2: fix-wayland-requirement.patch
|
||||||
|
Patch3: rb125743.patch
|
||||||
# PATCHES 100-200 and above are from upstream 5.3 branch
|
# PATCHES 100-200 and above are from upstream 5.3 branch
|
||||||
# PATCHES 201-300 and above are from upstream master/5.4 branch
|
# PATCHES 201-300 and above are from upstream master/5.4 branch
|
||||||
|
|
||||||
@ -201,6 +202,7 @@ workspace. Development files.
|
|||||||
%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
|
%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||||
|
12
rb125743.patch
Normal file
12
rb125743.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/lookandfeel/contents/splash/Splash.qml b/lookandfeel/contents/splash/Splash.qml
|
||||||
|
index fdeb1ea..b783263 100644
|
||||||
|
--- a/lookandfeel/contents/splash/Splash.qml
|
||||||
|
+++ b/lookandfeel/contents/splash/Splash.qml
|
||||||
|
@@ -22,6 +22,7 @@ import QtQuick 2.2
|
||||||
|
Image {
|
||||||
|
id: root
|
||||||
|
source: "../components/artwork/background.png"
|
||||||
|
+ fillMode: Image.PreserveAspectFit
|
||||||
|
|
||||||
|
property int stage
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user