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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-10 19:49:56 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110310194956-cdoytq2fp9y39pgr
Tags: 0.5.42-0ubuntu1
* New upstream release.
  - Dash file Lens – Rename “Favourite Folders” category header to “Folders”
    (LP: #723866)
  - looking for 'places' icons in the wrong location (LP: #727672)

Show diffs side-by-side

added added

removed removed

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