mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
plasma-workspace: kapplymousetheme moved to plasma-desktop
This commit is contained in:
parent
0054a12772
commit
beaca8e3b7
2 changed files with 9 additions and 12 deletions
|
@ -1,14 +1,14 @@
|
|||
From 3d837f48853987d5adaf69a9498c4cf116368a18 Mon Sep 17 00:00:00 2001
|
||||
From 35efc2ce92ed698abb21a79aa6e6670e844ea776 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Tuegel <ttuegel@gmail.com>
|
||||
Date: Thu, 27 Aug 2015 20:36:39 -0500
|
||||
Subject: [PATCH 1/2] startkde NixOS patches
|
||||
|
||||
---
|
||||
startkde/startkde.cmake | 219 ++++++++++++++++++++----------------------------
|
||||
1 file changed, 89 insertions(+), 130 deletions(-)
|
||||
startkde/startkde.cmake | 217 ++++++++++++++++++++----------------------------
|
||||
1 file changed, 88 insertions(+), 129 deletions(-)
|
||||
|
||||
diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
|
||||
index 2c4c315..d418253 100644
|
||||
index 2c4c315..7733721 100644
|
||||
--- a/startkde/startkde.cmake
|
||||
+++ b/startkde/startkde.cmake
|
||||
@@ -1,8 +1,31 @@
|
||||
|
@ -94,7 +94,7 @@ index 2c4c315..d418253 100644
|
|||
|
||||
#This is basically setting defaults so we can use them with kstartupconfig5
|
||||
cat >$configDir/startupconfigkeys <<EOF
|
||||
@@ -101,55 +106,21 @@ XftSubPixel=none
|
||||
@@ -101,53 +106,19 @@ XftSubPixel=none
|
||||
EOF
|
||||
}
|
||||
|
||||
|
@ -150,11 +150,8 @@ index 2c4c315..d418253 100644
|
|||
if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize" ; then
|
||||
- @EXPORT_XCURSOR_PATH@
|
||||
|
||||
- kapplymousetheme "$kcminputrc_mouse_cursortheme" "$kcminputrc_mouse_cursorsize"
|
||||
+ @out@/bin/kapplymousetheme "$kcminputrc_mouse_cursortheme" "$kcminputrc_mouse_cursorsize"
|
||||
kapplymousetheme "$kcminputrc_mouse_cursortheme" "$kcminputrc_mouse_cursorsize"
|
||||
if test $? -eq 10; then
|
||||
XCURSOR_THEME=breeze_cursors
|
||||
export XCURSOR_THEME
|
||||
@@ -163,21 +134,39 @@ if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize"
|
||||
fi
|
||||
fi
|
||||
|
@ -400,5 +397,5 @@ index 2c4c315..d418253 100644
|
|||
|
||||
echo 'startkde: Done.' 1>&2
|
||||
--
|
||||
2.5.2
|
||||
2.6.2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From 709fe8bff26c9680de13be5e8e5bc587c25a9b2e Mon Sep 17 00:00:00 2001
|
||||
From 033d3560d26ceabbd6da6310d326fec7a473df82 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Tuegel <ttuegel@gmail.com>
|
||||
Date: Mon, 19 Oct 2015 18:55:36 -0500
|
||||
Subject: [PATCH 2/2] qt-5.5 QML import paths
|
||||
|
@ -119,5 +119,5 @@ index 2e26455..864c9c5 100644
|
|||
Item {
|
||||
id: root
|
||||
--
|
||||
2.5.2
|
||||
2.6.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue