Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdm/files: kdm-4.3.0-oxygen-theme-installation.patch
Date: Wed, 05 Aug 2009 18:07:12
Message-Id: E1MYktJ-0002FF-2c@stork.gentoo.org
1 wired 09/08/05 18:07:09
2
3 Added: kdm-4.3.0-oxygen-theme-installation.patch
4 Log:
5 fixed oxygen-air kdm theme installation
6 (Portage version: 2.2_rc36/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 kde-base/kdm/files/kdm-4.3.0-oxygen-theme-installation.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdm/files/kdm-4.3.0-oxygen-theme-installation.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdm/files/kdm-4.3.0-oxygen-theme-installation.patch?rev=1.1&content-type=text/plain
13
14 Index: kdm-4.3.0-oxygen-theme-installation.patch
15 ===================================================================
16 Index: kdm/config.def
17 ===================================================================
18 --- kdm/config.def (revision 1004103)
19 +++ kdm/config.def (revision 1004104)
20 @@ -2029,7 +2029,7 @@
21 Comment: &
22 Description:
23 Specify the widget style for the greeter. Empty means to use the
24 - built-in default which currently is <literal>Oxygen</literal>.
25 + built-in default which currently is <literal>Oxygen-air</literal>.
26
27 Key: ColorScheme
28 Type: string
29 @@ -2039,7 +2039,7 @@
30 Comment: &
31 Description:
32 Specify the widget color scheme for the greeter. Empty means to use the
33 - built-in default which currently is <literal>Oxygen</literal>.
34 + built-in default which currently is <literal>Oxygen-air</literal>.
35
36 Key: LogoArea
37 Type: enum
38 @@ -2657,7 +2657,7 @@
39 Type: string
40 Default: ""
41 User: greeter
42 -Instance: */KDMDATA "/themes/oxygen"
43 +Instance: */KDMDATA "/themes/oxygen-air"
44 Comment: &
45 Description:
46 The theme to use for the greeter. Can point to either a directory or an XML
47 Index: kdm/kfrontend/themes/oxygen-air/CMakeLists.txt
48 ===================================================================
49 --- kdm/kfrontend/themes/oxygen-air/CMakeLists.txt (revision 0)
50 +++ kdm/kfrontend/themes/oxygen-air/CMakeLists.txt (revision 1004104)
51 @@ -0,0 +1,17 @@
52 +install(FILES
53 + KdmGreeterTheme.desktop
54 + oxygen-air.xml
55 + screenshot.png
56 + 1280x800.jpg
57 + caps.png
58 + icon-kde.png
59 + pw-entry-li.png
60 + pw-entry.png
61 + session_button-li.png
62 + session_button.png
63 + system_button-li.png
64 + system_button.png
65 + user-entry-li.png
66 + user-entry.png
67 + win-login.png
68 + DESTINATION ${DATA_INSTALL_DIR}/kdm/themes/oxygen-air)