~ubuntu-branches/ubuntu/natty/unity-place-files/natty-updates

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-0.5.46-0ubuntu2

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-04-07 12:30:46 UTC
  • Revision ID: james.westby@ubuntu.com-20110407123046-173m73e0p02y7d12
Tags: 0.5.46-0ubuntu3
Rebuild against latest libunity (soname bump)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Upstream changes introduced in version 0.5.46-0ubuntu2
2
 
 This patch has been created by dpkg-source during the package build.
3
 
 Here's the last changelog entry, hopefully it gives details on why
4
 
 those changes were made:
5
 
 .
6
 
 unity-place-files (0.5.46-0ubuntu2) natty; urgency=low
7
 
 .
8
 
   * Cherry-pick and rescale files.png to latest asset (LP: #704997)
9
 
 .
10
 
 The person named in the Author field signed this changelog entry.
11
 
Author: Didier Roche <didrocks@ubuntu.com>
12
 
Bug-Ubuntu: https://bugs.launchpad.net/bugs/704997
13
 
 
14
 
---
15
 
The information above should follow the Patch Tagging Guidelines, please
16
 
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
17
 
are templates for supplementary fields that you might want to add:
18
 
 
19
 
Origin: <vendor|upstream|other>, <url of original patch>
20
 
Bug: <url in upstream bugtracker>
21
 
Bug-Debian: http://bugs.debian.org/<bugnumber>
22
 
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
23
 
Forwarded: <no|not-needed|url proving that it has been forwarded>
24
 
Reviewed-By: <name and email of someone who approved the patch>
25
 
Last-Update: <YYYY-MM-DD>
26
 
 
27
 
--- unity-place-files-0.5.46.orig/files.place.in
28
 
+++ unity-place-files-0.5.46/files.place.in
29
 
@@ -4,7 +4,7 @@ DBusObjectPath=/com/canonical/unity/file
30
 
 
31
 
 [Entry:Files]
32
 
 DBusObjectPath=/com/canonical/unity/filesplace/files
33
 
-Icon=/usr/share/unity/themes/files.png
34
 
+Icon=/usr/local/share/unity/themes/files.png
35
 
 _Name=Files & Folders
36
 
 _Description=Find documents, downloads, and other files
37
 
 _SearchHint=Search Files & Folders
38
 
--- unity-place-files-0.5.46.orig/src/config.vala
39
 
+++ unity-place-files-0.5.46/src/config.vala
40
 
@@ -1,14 +1,14 @@
41
 
 namespace Config {
42
 
 
43
 
-  const string PREFIX = "/usr";
44
 
+  const string PREFIX = "/usr/local";
45
 
   
46
 
-  const string DATADIR = "/usr/share";
47
 
+  const string DATADIR = "/usr/local/share";
48
 
   
49
 
-  const string PKGDATADIR = "/usr/share/unity";
50
 
+  const string PKGDATADIR = "/usr/local/share/unity";
51
 
   
52
 
-  const string BINDIR = "/usr/bin";
53
 
+  const string BINDIR = "/usr/local/bin";
54
 
   
55
 
-  const string LOCALEDIR = "/usr/share/locale";
56
 
+  const string LOCALEDIR = "/usr/local/share/locale";
57
 
   
58
 
   const string PACKAGE = "unity-place-files";
59
 
   
60
 
--- /dev/null
61
 
+++ unity-place-files-0.5.46/po/unity-place-files.pot
62
 
@@ -0,0 +1,211 @@
63
 
+# SOME DESCRIPTIVE TITLE.
64
 
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
65
 
+# This file is distributed under the same license as the PACKAGE package.
66
 
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
67
 
+#
68
 
+#, fuzzy
69
 
+msgid ""
70
 
+msgstr ""
71
 
+"Project-Id-Version: PACKAGE VERSION\n"
72
 
+"Report-Msgid-Bugs-To: \n"
73
 
+"POT-Creation-Date: 2010-08-23 21:08+0200\n"
74
 
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
75
 
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
76
 
+"Language-Team: LANGUAGE <LL@li.org>\n"
77
 
+"Language: \n"
78
 
+"MIME-Version: 1.0\n"
79
 
+"Content-Type: text/plain; charset=CHARSET\n"
80
 
+"Content-Transfer-Encoding: 8bit\n"
81
 
+
82
 
+#: ../src/daemon.vala:276
83
 
+msgid "All Files"
84
 
+msgstr ""
85
 
+
86
 
+#: ../src/daemon.vala:278
87
 
+msgid "Documents"
88
 
+msgstr ""
89
 
+
90
 
+#: ../src/daemon.vala:280
91
 
+msgid "Folders"
92
 
+msgstr ""
93
 
+
94
 
+#: ../src/daemon.vala:282
95
 
+msgid "Images"
96
 
+msgstr ""
97
 
+
98
 
+#: ../src/daemon.vala:284
99
 
+msgid "Audio"
100
 
+msgstr ""
101
 
+
102
 
+#: ../src/daemon.vala:286
103
 
+msgid "Videos"
104
 
+msgstr ""
105
 
+
106
 
+#: ../src/daemon.vala:288
107
 
+msgid "Presentations"
108
 
+msgstr ""
109
 
+
110
 
+#: ../src/daemon.vala:290
111
 
+msgid "Other"
112
 
+msgstr ""
113
 
+
114
 
+#: ../src/daemon.vala:309
115
 
+msgid "Top Results"
116
 
+msgstr ""
117
 
+
118
 
+#: ../src/daemon.vala:312
119
 
+msgid "Recent"
120
 
+msgstr ""
121
 
+
122
 
+#: ../src/daemon.vala:315
123
 
+msgid "Downloads"
124
 
+msgstr ""
125
 
+
126
 
+#: ../src/daemon.vala:318
127
 
+msgid "Favorite Folders"
128
 
+msgstr ""
129
 
+
130
 
+#: ../src/daemon.vala:321
131
 
+msgid "Files"
132
 
+msgstr ""
133
 
+
134
 
+#: ../src/daemon.vala:330
135
 
+msgid "Today"
136
 
+msgstr ""
137
 
+
138
 
+#: ../src/daemon.vala:333
139
 
+msgid "Yesterday"
140
 
+msgstr ""
141
 
+
142
 
+#: ../src/daemon.vala:336
143
 
+msgid "This week"
144
 
+msgstr ""
145
 
+
146
 
+#: ../src/daemon.vala:339
147
 
+msgid "Last Week"
148
 
+msgstr ""
149
 
+
150
 
+#: ../src/daemon.vala:342
151
 
+msgid "This Month"
152
 
+msgstr ""
153
 
+
154
 
+#: ../src/daemon.vala:345
155
 
+msgid "Past Six Months"
156
 
+msgstr ""
157
 
+
158
 
+#: ../src/daemon.vala:348
159
 
+msgid "This Year"
160
 
+msgstr ""
161
 
+
162
 
+#: ../src/daemon.vala:351
163
 
+msgid "Last Year"
164
 
+msgstr ""
165
 
+
166
 
+#: ../src/daemon.vala:983
167
 
+msgid "You search did not match any files"
168
 
+msgstr ""
169
 
+
170
 
+#: ../src/daemon.vala:993
171
 
+msgid "Search the web"
172
 
+msgstr ""
173
 
+
174
 
+#: ../src/daemon.vala:1009 ../src/daemon.vala:1034
175
 
+msgid "files"
176
 
+msgstr ""
177
 
+
178
 
+#: ../src/daemon.vala:1012
179
 
+msgid "documents"
180
 
+msgstr ""
181
 
+
182
 
+#: ../src/daemon.vala:1015
183
 
+msgid "folders"
184
 
+msgstr ""
185
 
+
186
 
+#: ../src/daemon.vala:1018
187
 
+msgid "images"
188
 
+msgstr ""
189
 
+
190
 
+#: ../src/daemon.vala:1021
191
 
+msgid "audio files"
192
 
+msgstr ""
193
 
+
194
 
+#: ../src/daemon.vala:1024
195
 
+msgid "videos"
196
 
+msgstr ""
197
 
+
198
 
+#: ../src/daemon.vala:1027
199
 
+msgid "presentations"
200
 
+msgstr ""
201
 
+
202
 
+#: ../src/daemon.vala:1030
203
 
+msgid "other files"
204
 
+msgstr ""
205
 
+
206
 
+#: ../src/daemon.vala:1042
207
 
+msgid "There are no $section_name in your Home folder"
208
 
+msgstr ""
209
 
+
210
 
+#: ../src/utils.vala:101
211
 
+msgid "Invalid Month"
212
 
+msgstr ""
213
 
+
214
 
+#: ../src/utils.vala:103
215
 
+msgid "January"
216
 
+msgstr ""
217
 
+
218
 
+#: ../src/utils.vala:105
219
 
+msgid "February"
220
 
+msgstr ""
221
 
+
222
 
+#: ../src/utils.vala:107
223
 
+msgid "March"
224
 
+msgstr ""
225
 
+
226
 
+#: ../src/utils.vala:109
227
 
+msgid "April"
228
 
+msgstr ""
229
 
+
230
 
+#: ../src/utils.vala:111
231
 
+msgid "May"
232
 
+msgstr ""
233
 
+
234
 
+#: ../src/utils.vala:113
235
 
+msgid "June"
236
 
+msgstr ""
237
 
+
238
 
+#: ../src/utils.vala:115
239
 
+msgid "July"
240
 
+msgstr ""
241
 
+
242
 
+#: ../src/utils.vala:117
243
 
+msgid "August"
244
 
+msgstr ""
245
 
+
246
 
+#: ../src/utils.vala:119
247
 
+msgid "September"
248
 
+msgstr ""
249
 
+
250
 
+#: ../src/utils.vala:121
251
 
+msgid "October"
252
 
+msgstr ""
253
 
+
254
 
+#: ../src/utils.vala:123
255
 
+msgid "November"
256
 
+msgstr ""
257
 
+
258
 
+#: ../src/utils.vala:125
259
 
+msgid "December"
260
 
+msgstr ""
261
 
+
262
 
+#: ../src/main.vala:51
263
 
+msgid ""
264
 
+"Another Files Place daemon appears to be running.\n"
265
 
+"Bailing out."
266
 
+msgstr ""
267
 
+
268
 
+#: ../src/main.vala:55
269
 
+#, c-format
270
 
+msgid ""
271
 
+"Error connecting to session bus: %s.\n"
272
 
+"Bailing out."
273
 
+msgstr ""