[SCM] sddm packaging branch, kubuntu_unstable, updated. 39f578f86eeed79d219b3697a4641e1496a2294b

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Nov 25 20:08:12 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=39f578f

The following commit has been merged in the kubuntu_unstable branch:
commit 39f578f86eeed79d219b3697a4641e1496a2294b
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Nov 25 21:08:05 2015 +0100

    Update patch, add dep3 headers
---
 debian/patches/kubuntu_use_breeze.diff | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/debian/patches/kubuntu_use_breeze.diff b/debian/patches/kubuntu_use_breeze.diff
index a36c86a..003841d 100644
--- a/debian/patches/kubuntu_use_breeze.diff
+++ b/debian/patches/kubuntu_use_breeze.diff
@@ -1,13 +1,20 @@
-Index: sddm-0.9.0/src/common/Configuration.h
-===================================================================
---- sddm-0.9.0.orig/src/common/Configuration.h	2014-08-02 17:09:49.000000000 +0200
-+++ sddm-0.9.0/src/common/Configuration.h	2014-08-19 17:53:52.585934075 +0200
-@@ -46,7 +46,7 @@
-         //      Name   Entries (but it's a regular class again)
+Description: Make SDDM use the breeze theme by default
+ Make sure SDDM uses the plasma theme by default on install since
+ we have no maui theme in the archive.
+Author: Rohan Garg
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2015-11-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/common/Configuration.h
++++ b/src/common/Configuration.h
+@@ -45,7 +45,7 @@
+         //  Name   Entries (but it's a regular class again)
          Section(Theme,
              Entry(ThemeDir,            QString,     _S(DATA_INSTALL_DIR "/themes"),             _S("Theme directory path"));
 -            Entry(Current,             QString,     _S("maui"),                                 _S("Current theme name"));
 +            Entry(Current,             QString,     _S("breeze"),                                 _S("Current theme name"));
-             Entry(FacesDir,            QString,     _S(DATA_INSTALL_DIR "/faces"),              _S("Face icon directory
"
-                                                                                                    "The files should be in username.face.icon format"));
-             Entry(CursorTheme,         QString,     QString(),                                  _S("Cursor theme"));
+             Entry(FacesDir,            QString,     _S(DATA_INSTALL_DIR "/faces"),              _S("Global directory for user avatars
"
+                                                                                                    "The files should be named <username>.face.icon"));
+             Entry(CursorTheme,         QString,     QString(),                                  _S("Cursor theme used in the greeter"));

-- 
sddm packaging



More information about the pkg-kde-commits mailing list