From f39405d1ae22840dff04bb50fdd3f0500213aa4d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 19 Feb 2008 17:11:40 +0000 Subject: matchbox-sato: don't use the startup icon, use notification banners git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3828 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 2 +- meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta') diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index 8a2bdd013..010772a8c 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session @@ -10,6 +10,6 @@ fi matchbox-desktop & -matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup & +matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup-notify,notify & exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index 3711bf134..e2f4aeb82 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11" RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts" RCONFLICTS = "matchbox-common" -PR = "r19" +PR = "r20" SRC_URI = "file://etc file://matchbox-session" S = ${WORKDIR} -- cgit v1.2.3 ef='/git/2012/05/openembedded-core.git/log/meta/classes/cmake.bbclass'>logtreecommitdiff
path: root/meta/classes/cmake.bbclass
blob: 011c2324c819bf48cab1889b7d1106c0e917ceb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106