~ubuntu-branches/ubuntu/utopic/unity-place-files/utopic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-24 11:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20110324111432-5mbrn6zkyb5w3jlu
Tags: 0.5.46-0ubuntu2
Cherry-pick and rescale files.png to latest asset (LP: #704997)

Show diffs side-by-side

added added

removed removed

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