Merge lp:~noskcaj/ubuntu/trusty/gnome-packagekit/merge into lp:ubuntu/trusty/gnome-packagekit

Proposed by Jackson Doak
Status: Superseded
Proposed branch: lp:~noskcaj/ubuntu/trusty/gnome-packagekit/merge
Merge into: lp:ubuntu/trusty/gnome-packagekit
Diff against target: 79390 lines (+20393/-14798)
134 files modified
ChangeLog (+1049/-243)
INSTALL (+1/-1)
Makefile.in (+52/-24)
NEWS (+94/-41)
aclocal.m4 (+148/-75)
configure (+169/-88)
configure.ac (+1/-1)
data/Makefile.am (+5/-0)
data/Makefile.in (+99/-42)
data/gpk-application.appdata.xml (+26/-0)
data/gpk-application.desktop.in (+2/-2)
data/gpk-application.ui (+1/-1)
data/gpk-update-viewer.appdata.xml (+23/-0)
data/gpk-update-viewer.ui (+1/-0)
data/icons/16x16/Makefile.in (+52/-24)
data/icons/16x16/animations/Makefile.in (+46/-17)
data/icons/16x16/categories/Makefile.in (+46/-17)
data/icons/16x16/status/Makefile.in (+46/-17)
data/icons/22x22/Makefile.in (+52/-24)
data/icons/22x22/animations/Makefile.in (+46/-17)
data/icons/22x22/categories/Makefile.in (+46/-17)
data/icons/22x22/status/Makefile.in (+46/-17)
data/icons/24x24/Makefile.in (+52/-24)
data/icons/24x24/animations/Makefile.in (+46/-17)
data/icons/24x24/categories/Makefile.in (+46/-17)
data/icons/24x24/status/Makefile.in (+46/-17)
data/icons/48x48/Makefile.in (+52/-24)
data/icons/48x48/animations/Makefile.in (+46/-17)
data/icons/48x48/categories/Makefile.in (+46/-17)
data/icons/48x48/status/Makefile.in (+46/-17)
data/icons/Makefile.am (+5/-3)
data/icons/Makefile.in (+63/-32)
data/icons/scalable/Makefile.in (+52/-24)
data/icons/scalable/categories/Makefile.in (+46/-17)
data/icons/scalable/status/Makefile.in (+46/-17)
debian/changelog (+22/-0)
debian/control (+4/-4)
debian/gnome-packagekit.install (+1/-0)
debian/rules (+2/-1)
depcomp (+2/-1)
docs/Makefile.in (+52/-24)
docs/dbus/Makefile.in (+46/-17)
help/Makefile.am (+1/-1)
help/Makefile.in (+47/-18)
help/pt_BR/index.docbook (+969/-0)
help/pt_BR/legal.xml (+16/-0)
help/pt_BR/pt_BR.po (+1560/-0)
help/ru/index.docbook (+1025/-0)
help/ru/legal.xml (+75/-0)
help/ru/ru.po (+1440/-0)
man/Makefile.in (+46/-17)
po/as.po (+134/-130)
po/be.po (+272/-268)
po/ca.po (+230/-242)
po/ca@valencia.po (+230/-242)
po/cs.po (+271/-243)
po/da.po (+136/-132)
po/de.po (+138/-134)
po/el.po (+124/-130)
po/es.po (+135/-131)
po/et.po (+28/-18)
po/eu.po (+289/-283)
po/fi.po (+276/-270)
po/ga.po (+796/-722)
po/gl.po (+236/-240)
po/gu.po (+6/-4)
po/he.po (+720/-604)
po/hi.po (+195/-155)
po/hu.po (+241/-245)
po/id.po (+135/-131)
po/it.po (+134/-131)
po/ja.po (+155/-156)
po/kn.po (+154/-193)
po/ko.po (+298/-288)
po/lt.po (+134/-131)
po/lv.po (+277/-308)
po/ml.po (+329/-550)
po/mr.po (+156/-194)
po/nb.po (+135/-131)
po/or.po (+6/-4)
po/pa.po (+136/-129)
po/pl.po (+227/-241)
po/pt.po (+274/-742)
po/pt_BR.po (+238/-242)
po/ru.po (+145/-134)
po/sk.po (+267/-446)
po/sl.po (+135/-132)
po/sr.po (+136/-132)
po/sr@latin.po (+136/-132)
po/ta.po (+7/-5)
po/te.po (+6/-4)
po/tg.po (+1187/-1030)
po/th.po (+235/-240)
po/tr.po (+403/-350)
po/uk.po (+271/-263)
po/zh_HK.po (+632/-582)
po/zh_TW.po (+634/-583)
python/Makefile.in (+52/-24)
python/packagekit/Makefile.in (+46/-17)
src/Makefile.am (+1/-3)
src/Makefile.in (+73/-49)
src/egg-console-kit.c (+0/-1)
src/egg-markdown.c (+0/-387)
src/egg-string.c (+0/-219)
src/egg-test.c (+0/-359)
src/egg-test.h (+0/-48)
src/gpk-animated-icon.c (+7/-7)
src/gpk-application.c (+15/-7)
src/gpk-common.c (+0/-159)
src/gpk-common.h (+0/-1)
src/gpk-dbus-service.c (+0/-2)
src/gpk-dbus-task.c (+4/-132)
src/gpk-dbus-task.h (+9/-0)
src/gpk-dbus.c (+0/-29)
src/gpk-desktop.c (+0/-1)
src/gpk-distro-upgrade.c (+0/-1)
src/gpk-enum.c (+0/-199)
src/gpk-enum.h (+0/-1)
src/gpk-error.c (+0/-27)
src/gpk-gnome.c (+0/-1)
src/gpk-install-catalog.c (+0/-1)
src/gpk-install-local-file.c (+15/-1)
src/gpk-install-mime-type.c (+0/-1)
src/gpk-install-package-name.c (+0/-1)
src/gpk-install-provide-file.c (+0/-1)
src/gpk-language.c (+0/-60)
src/gpk-log.c (+0/-1)
src/gpk-modal-dialog.c (+1/-137)
src/gpk-prefs.c (+0/-2)
src/gpk-self-test.c (+768/-29)
src/gpk-service-pack.c (+1/-3)
src/gpk-task.c (+0/-93)
src/gpk-task.h (+0/-1)
src/gpk-update-viewer.c (+11/-2)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/gnome-packagekit/merge
Reviewer Review Type Date Requested Status
Michael Terry Needs Fixing
Review via email: mp+199884@code.launchpad.net

This proposal has been superseded by a proposal from 2014-01-19.

Description of the change

Merge from debian

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

- You didn't make this mistake, but it should be fixed. Update the XSBC-Original-Maintainer line to use the right email (<email address hidden>).
- You should drop the update-notifier changes. Debian is dropping it in favor of gnome-packagekit, but Ubuntu isn't.

review: Needs Fixing
21. By Jackson Doak

Fix debian maintainers email

22. By Jackson Doak

Revert update-notifier transition change from debian

Unmerged revisions

22. By Jackson Doak

Revert update-notifier transition change from debian

21. By Jackson Doak

Fix debian maintainers email

20. By Jackson Doak

* Merge from debian. Remaining changes:
  - Drop build dependency on obsoleted gtk-doc-utils and libapt-pkg-dev
  - Raise version of the libglib2.0-dev build dependency
  - Alternatively depend on aptdaemon's PackageKit compatibility layer

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2013-06-04 14:16:12 +0000
+++ ChangeLog 2014-01-19 08:23:49 +0000
@@ -1,28 +1,806 @@
1commit 2eb2c5959aac93b49c0a52573f7923fc8224cb6e1commit dece5f2bb39cc45f069f97cf9d5ec0258eaca7e2
2Author: Richard Hughes <richard@hughsie.com>2Author: Richard Hughes <richard@hughsie.com>
3Date: 2013-05-133Date: 2013-10-14
44
5 Release version 3.8.25 Release version 3.10.1
66
7M NEWS7M NEWS
88
9commit d35446f21082b6a84cb93bd825000a013a04b0329commit 18fa364a57774c472834ab94f9f452aa86672e5f
10Author: Kjartan Maraas <kmaraas@gnome.org>10Author: Richard Hughes <richard@hughsie.com>
11Date: 2013-05-1311Date: 2013-10-14
1212
13 Updated Norwegian bokmål translation13 Add Copyright information to the AppData files
1414
15M po/nb.po15M data/gpk-application.appdata.xml
1616M data/gpk-update-viewer.appdata.xml
17commit 31da7223089f027a8345ab654e5dd6af0f00fc2217
18Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>18commit a25b247f5884522ed76048e3c939ed71bec70a7a
19Date: 2013-05-1319Author: Richard Hughes <richard@hughsie.com>
2020Date: 2013-10-14
21 l10n: Update Japanese translation21
2222 trivial: Fix make distcheck
23M po/ja.po23
2424M data/icons/Makefile.am
25commit 5da3c353638edcaffffccae90ef3fcbbba58a31a25
26commit 557aa788558afc62614cc93ce31b7716e75a9b3e
27Author: Richard Hughes <richard@hughsie.com>
28Date: 2013-10-14
29
30 Use the new 16:9 AppData screenshots
31
32M data/gpk-application.appdata.xml
33M data/gpk-update-viewer.appdata.xml
34
35commit 4ba9bfa93aecf8320aab9a60b16fd3ad578afba4
36Author: Carles Ferrando <carles.ferrando@gmail.com>
37Date: 2013-10-06
38
39 [l10n] Updated Catalan (Valencian) translation
40
41M po/ca@valencia.po
42
43commit 1ff269bb0660c28a4f16011e682318f02c244a46
44Author: Rafael Ferreira <rafael.f.f1@gmail.com>
45Date: 2013-10-03
46
47 Enabled Brazilian Portuguese translation for help files
48
49M help/Makefile.am
50
51commit 5b97d9b2bd6c4467d27470484493c6d945930b29
52Author: Rafael Ferreira <rafael.f.f1@gmail.com>
53Date: 2013-10-03
54
55 Added Brazilian Portuguese translation for help files
56
57A help/pt_BR/figures/gpk-added-deps.png
58A help/pt_BR/figures/gpk-application-groups.png
59A help/pt_BR/figures/gpk-log.png
60A help/pt_BR/figures/gpk-prefs.png
61A help/pt_BR/figures/gpk-repo.png
62A help/pt_BR/figures/gpk-updates-overview.png
63A help/pt_BR/figures/gpk-updates.png
64A help/pt_BR/pt_BR.po
65
66commit 1926a8b48584761bda7abe52c00d417f4431209b
67Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
68Date: 2013-10-01
69
70 Updated Serbian translation
71
72M po/sr.po
73M po/sr@latin.po
74
75commit a9b6fcfb7f658b253f6eec470ee4902a9364820f
76Author: Cheng-Chia Tseng <pswo10680@gmail.com>
77Date: 2013-09-30
78
79 Updated Traditional Chinese translation(Hong Kong and Taiwan)
80
81M po/zh_HK.po
82M po/zh_TW.po
83
84commit 84b93bb941b71c32b54c606668246d80f65ac81e
85Author: Muhammet Kara <muhammetk@gmail.com>
86Date: 2013-09-28
87
88 [l10n]Updated Turkish translation
89
90M po/tr.po
91
92commit f721a99e2d71573bf45b41682d3c5781b7180ff6
93Author: Muhammet Kara <muhammetk@gmail.com>
94Date: 2013-09-28
95
96 [l10n]Updated Turkish translation
97
98M po/tr.po
99
100commit a5a58e7ab917f61347a613985ba2c7b2dd50eadb
101Author: Gianvito Cavasoli <gianvito@gmx.it>
102Date: 2013-09-25
103
104 [l10n] Updated Italian translation.
105
106M po/it.po
107
108commit 3fa53df94d17597bf333abc27dc08cb9c462d7a4
109Author: Kjartan Maraas <kmaraas@gnome.org>
110Date: 2013-09-24
111
112 Updated Norwegian bokmål translation
113
114M po/nb.po
115
116commit edb974e1cd3b9132118c8ac85dae0bbff4e5291b
117Author: Marek Černocký <marek@manet.cz>
118Date: 2013-09-24
119
120 Updated Czech translation
121
122M po/cs.po
123
124commit a10ec9f9f5201d31797db65bd09c0311aeb07562
125Author: Richard Hughes <richard@hughsie.com>
126Date: 2013-09-24
127
128 trivial: Post release version bump
129
130M RELEASE
131M configure.ac
132
133commit 2421005dcdb66dfab102689d10fa1a68816e66a2
134Author: Richard Hughes <richard@hughsie.com>
135Date: 2013-09-24
136
137 Release version 3.10.0
138
139M NEWS
140M RELEASE
141M configure.ac
142
143commit b2c8c061b9df7d8fe8abe7dbe94f841df2b901cc
144Author: Dmitriy S. Seregin <dseregin@59.ru>
145Date: 2013-09-22
146
147 Updated Russian translation
148
149M po/ru.po
150
151commit 605e3281cf30355cd4b2b59729eff9255c64b991
152Author: Daniel Korostil <ted.korostiled@gmail.com>
153Date: 2013-09-21
154
155 Updated Ukrainian
156
157M po/uk.po
158
159commit 3d33ff0f9d11d4a1d0e238c3e86ba62c6d7f47e7
160Author: Daniel Korostil <ted.korostiled@gmail.com>
161Date: 2013-09-21
162
163 Updated Ukrainian
164
165M po/uk.po
166
167commit 879b4721b4f34e7dc20873c93324bc8bd299d9b7
168Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
169Date: 2013-09-20
170
171 l10n: Update Japanese translation
172
173M po/ja.po
174
175commit 96e06f05adbb4b3a18959d18a7e744975a52882a
176Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
177Date: 2013-09-20
178
179 Updated Traditional Chinese translation(Hong Kong and Taiwan)
180
181M po/zh_HK.po
182M po/zh_TW.po
183
184commit 69fa295015c551981e6eeac85002c81837c410e1
185Author: Seán de Búrca <leftmostcat@gmail.com>
186Date: 2013-09-19
187
188 Updated Irish translation
189
190M po/ga.po
191
192commit 435e5da058530e693a242e17f65ab1603b7bb4c1
193Author: António Lima <amrlima@gmail.com>
194Date: 2013-09-18
195
196 Updated Portuguese translation
197
198M po/pt.po
199
200commit c3168d01ef954fe75bf0d392339036bc658f1f10
201Author: Josep Sànchez <papapep@gmx.com>
202Date: 2013-09-18
203
204 [l10n] Update Catalan translation
205
206M po/ca.po
207
208commit 262362a4e309e9adc5dcdd78269acbef5fc37ace
209Author: Akom Chotiphantawanon <knight2000@gmail.com>
210Date: 2013-09-18
211
212 Updated Thai translation.
213
214M po/th.po
215
216commit cfa9b243dc231f73785ee95b141110b12090e379
217Author: A S Alam <apreet.alam@gmail.com>
218Date: 2013-09-17
219
220 Punjabi Translation updated by Aman
221
222M po/pa.po
223
224commit 75c8f55e5f521f14921bedc54dd0e56021707115
225Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
226Date: 2013-09-17
227
228 Updated Basque language
229
230M po/eu.po
231
232commit 639f41e5c9a38ba0f4008b15d1e8c02b0db1475c
233Author: Ville-Pekka Vainio <vpvainio@iki.fi>
234Date: 2013-09-14
235
236 Finnish translation update by Jiri Grönroos
237
238M po/fi.po
239
240commit 7b3a1ee0b42324929163a02eff1d139cf768678b
241Author: Kris Thomsen <lakristho@gmail.com>
242Date: 2013-09-14
243
244 Updated Danish translation
245
246M po/da.po
247
248commit 7cef476238f177deb85bef212667c9ea0f20de1f
249Author: Pavol Klačanský <pavol@klacansky.com>
250Date: 2013-09-14
251
252 Updated slovak translation
253
254M po/sk.po
255
256commit d760c60493ad79285d65910f0351d45d05f10fda
257Author: Changwoo Ryu <cwryu@debian.org>
258Date: 2013-09-14
259
260 Updated Korean translation
261
262M po/ko.po
263
264commit 372b853a7930636ad496e16481333a2decadc2b6
265Author: Kris Thomsen <lakristho@gmail.com>
266Date: 2013-09-13
267
268 Updated Danish translation
269
270M po/da.po
271
272commit 4d4310174845f1aba125aa1178fa0dac047d0b37
273Author: Benjamin Steinwender <b@stbe.at>
274Date: 2013-09-13
275
276 Updated German translation
277
278M po/de.po
279
280commit 0fe8160e7dca0fe106aa0bd4f1926d9872a66603
281Author: Richard Hughes <richard@hughsie.com>
282Date: 2013-09-13
283
284 Release version 3.9.92
285
286M NEWS
287M RELEASE
288M configure.ac
289
290commit f59f57d4b6624f5c3f7aade55087beb294371963
291Author: Gabor Kelemen <kelemeng@gnome.hu>
292Date: 2013-09-13
293
294 Updated Hungarian translation
295
296M po/hu.po
297
298commit e70f4ab8b2926bdaf3d2d1f774e25e995629cbcd
299Author: Enrico Nicoletto <liverig@gmail.com>
300Date: 2013-09-12
301
302 Updated Brazilian Portuguese translation
303
304M po/pt_BR.po
305
306commit b0987f02e09c0c3fefb8fa75f092e568d8b5afe5
307Author: Aurimas Černius <aurisc4@gmail.com>
308Date: 2013-09-12
309
310 Updated Lithuanian translation
311
312M po/lt.po
313
314commit b939a910f901e76708b31e5b312ae0adbb6990a7
315Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
316Date: 2013-09-12
317
318 Updated Belarusian translation.
319
320M po/be.po
321
322commit 68c1e3f79300a12b8ddaf40e07cd78225e51ca86
323Author: Victor Ibragimov <victor.ibragimov@gmail.com>
324Date: 2013-09-12
325
326 Tajik translation updated
327
328M po/tg.po
329
330commit 153d787523a5797cc97e8a3b59dfed226fa9e2e5
331Author: Mattias Põldaru <mahfiaz@gmail.com>
332Date: 2013-09-12
333
334 [l10n] Updated Estonian translation
335
336M po/et.po
337
338commit 43ff917a724f7a568d7d8e1c0c540ee2f6391346
339Author: Piotr Drąg <piotrdrag@gmail.com>
340Date: 2013-09-12
341
342 Updated Polish translation
343
344M po/pl.po
345
346commit 71feb5194d4f583c511a7f1f20d9985e41fb3097
347Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
348Date: 2013-09-12
349
350 Updated Latvian translation
351
352M po/lv.po
353
354commit 7697bc47ab15517bf8b52e1b1479f1493bd3e261
355Author: Fran Diéguez <fran.dieguez@mabishu.com>
356Date: 2013-09-11
357
358 Updated Galician translations
359
360M po/gl.po
361
362commit ce594582de727b51e7ff756f709e54af8e4133c8
363Author: Matej Urbančič <mateju@svn.gnome.org>
364Date: 2013-09-11
365
366 Updated Slovenian translation
367
368M po/sl.po
369
370commit 1aac2d6a6d6c373208e56d9fef633bb141805abc
371Author: Daniel Mustieles <daniel.mustieles@gmail.com>
372Date: 2013-09-11
373
374 Updated Spanish translation
375
376M po/es.po
377
378commit 85f7bf866827a1642b73be066f939c9b010e092b
379Author: Nilamdyuti Goswami <ngoswami@redhat.com>
380Date: 2013-09-11
381
382 Assamese Translation Updated
383
384M po/as.po
385
386commit adf72ccdb1ce35fb10f3e2ecbbae7506f3316969
387Author: Gianvito Cavasoli <gianvito@gmx.it>
388Date: 2013-09-11
389
390 [l10n] Updated Italian translation.
391
392M po/it.po
393
394commit f779f35efb0a91402798033c83f84a919a8baa11
395Author: Andika Triwidada <andika@gmail.com>
396Date: 2013-09-11
397
398 Updated Indonesian translation
399
400M po/id.po
401
402commit 93459e9d69ff67d1c6112f4619a28bf352af1a99
403Author: Marek Černocký <marek@manet.cz>
404Date: 2013-09-11
405
406 Updated Czech translation
407
408M po/cs.po
409
410commit e8419a96696cf6e3411ae660ed71bd6503c0747d
411Author: Richard Hughes <richard@hughsie.com>
412Date: 2013-09-11
413
414 Add two AppData files for gnome-software
415
416M data/Makefile.am
417A data/gpk-application.appdata.xml
418A data/gpk-update-viewer.appdata.xml
419
420commit 7da3b1ddadd180380928986d3b89789722c694e5
421Author: Richard Hughes <richard@hughsie.com>
422Date: 2013-09-11
423
424 Change the name of the package installer from 'Software' to 'Packages'
425
426 Now that GNOME Software exists, we don't want two things in the
427 overview called 'Software'.
428
429 String freeze exception acked by:
430
431 1/2 Piotr Drąg <piotrdrag@gmail.com>
432 2/2 Petr Kovar <pmkovar@gnome.org>
433
434M data/gpk-application.desktop.in
435
436commit 4387b732dd29773b8f6f835afc9e3f173b4f0158
437Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
438Date: 2013-09-08
439
440 Updated Belarusian translation.
441
442M po/be.po
443
444commit 3bde385eb9f85a08366ce3fee5c4831e5bd25b22
445Author: Seán de Búrca <leftmostcat@gmail.com>
446Date: 2013-09-07
447
448 Updated Irish translation
449
450M po/ga.po
451
452commit 6d901dc36938e12f5eba4992dddd8739c57d3e06
453Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
454Date: 2013-09-05
455
456 Updated Serbian translation
457
458M po/sr.po
459M po/sr@latin.po
460
461commit 9dde8f0c5929bd4951ed85dfc10500a9d381aba4
462Author: Elad Alfassa <elad@fedoraproject.org>
463Date: 2013-09-04
464
465 Add some desktop file categories
466
467 We need the Settings category and the PackageManager category if
468 we want
469 gpk-application to appear in the right place in gnome-software
470
471M data/gpk-application.desktop.in
472
473commit b4443a6d97e26498e472c41dc46aa0521a3fa888
474Author: Gianvito Cavasoli <gianvito@gmx.it>
475Date: 2013-09-04
476
477 [l10n] Updated Italian translation.
478
479M po/it.po
480
481commit 9663ac6b70bad5d9240d5d6893a0a68d246f142e
482Author: Timo Jyrinki <timo@debian.org>
483Date: 2013-09-04
484
485 Finnish translation update
486
487M po/fi.po
488
489commit 2a67640318c5adc406752c5b55bdb3f472c20550
490Author: Seán de Búrca <leftmostcat@gmail.com>
491Date: 2013-09-02
492
493 Updated Irish translation
494
495M po/ga.po
496
497commit 2c2d0c9f7ee7272235cc082569ba82bc6c7d3f16
498Author: Seán de Búrca <leftmostcat@gmail.com>
499Date: 2013-09-02
500
501 Updated Irish translation
502
503M po/ga.po
504
505commit 58e5e85b710583ac38d021e73014d544c542db6b
506Author: Aurimas Černius <aurisc4@gmail.com>
507Date: 2013-08-26
508
509 Updated Lithuanian translation
510
511M po/lt.po
512
513commit 19d66f0587d5a81fcf96ac27167a666ff8075b87
514Author: Balázs Úr <urbalazs@src.gnome.org>
515Date: 2013-08-25
516
517 Updated Hungarian translation
518
519M po/hu.po
520
521commit aa17402adddb1b16eb1753a1c09687966b659098
522Author: Piotr Drąg <piotrdrag@gmail.com>
523Date: 2013-08-24
524
525 Updated Polish translation
526
527M po/pl.po
528
529commit c17cf32f3ee05daaab180119dcae5aa0b7b95cca
530Author: Richard Hughes <richard@hughsie.com>
531Date: 2013-07-16
532
533 Do not use the deprecated gtk_icon_size_lookup_for_settings()
534
535M src/gpk-animated-icon.c
536
537commit 5c50d2a6fb6d565019388e231cd711d4aa8d1277
538Author: Ignaker <ignaker@gmail.com>
539Date: 2013-08-22
540
541 Swapped "Required packages" and "Dependent packages" button
542 functionality.
543
544 Button's functionality were reversed.
545 Swapped pk_client_get_requires_async with pk_client_get_depends_async
546 function call. Added prototypes for callbacks that now are swapped
547 too.
548
549 https://bugzilla.gnome.org/show_bug.cgi?id=692629
550
551M src/gpk-application.c
552
553commit d730a37552b0e8976a603cbef1bc7af36df3e2fc
554Author: Gil Forcada <gforcada@gnome.org>
555Date: 2013-08-18
556
557 [l10n] Update Catalan translation
558
559M po/ca.po
560
561commit e4f5932e9282bdbd0a2243c0037431267b2d2eaa
562Author: Marek Černocký <marek@manet.cz>
563Date: 2013-08-09
564
565 Updated Czech translation
566
567M po/cs.po
568
569commit 36e6fc329d85907fb6ce9926efe9711fe098c368
570Author: Rafael Ferreira <rafael.f.f1@gmail.com>
571Date: 2013-08-05
572
573 Updated Brazilian Portuguese translation
574
575M po/pt_BR.po
576
577commit a18820ad53868744c8935f2796a145d1a1f83972
578Author: Yaron Shahrabani <sh.yaron@gmail.com>
579Date: 2013-07-31
580
581 Updated Hebrew translation.
582
583M po/he.po
584
585commit 0bf25c05171842b49864cbbe8e55eb2f5697159a
586Author: Matthias Klumpp <matthias@tenstral.net>
587Date: 2013-07-26
588
589 Don't pass relative file-paths to the session-service
590
591 This is required if gpk-install-local-file is executed from the
592 command-
593 line using relative paths.
594 (The session-service can never know the current working-directory, so
595 only absolute paths are permitted)
596
597M src/gpk-install-local-file.c
598
599commit 18985ecda866cc85b4717efcc99500b97a0b34c2
600Author: Victor Ibragimov <victor.ibragimov@gmail.com>
601Date: 2013-07-18
602
603 Tajik translation updated
604
605M po/tg.po
606
607commit 0f0bd0395a4ab1efcb25f5a8d974d59a7e795912
608Author: Victor Ibragimov <victor.ibragimov@gmail.com>
609Date: 2013-07-18
610
611 Tajik translation updated
612
613M po/tg.po
614
615commit 960c2d4c3947152eef2d52cb39e3556253fc693b
616Author: Victor Ibragimov <victor.ibragimov@gmail.com>
617Date: 2013-07-17
618
619 Tajik translation updated
620
621M po/tg.po
622
623commit 6b5c175742108c36e43627032649035b5377eb0f
624Author: Gary Ching-Pang Lin <chingpang@gmail.com>
625Date: 2011-12-21
626
627 Set the default height of the details expander
628
629 This commit sets a reasonable height for the details expander, so
630 that the user can read the description easily.
631
632 https://bugzilla.gnome.org/show_bug.cgi?id=666635
633
634M data/gpk-update-viewer.ui
635
636commit 08ea37a2e74fdfa4497d24c16460f187186d5063
637Author: Michael Catanzaro <mike.catanzaro@gmail.com>
638Date: 2013-06-02
639
640 Use a reasonable default window size
641
642 The insanely small previous default was probably from the days of
643 low-res displays. Since gpk-application currently always opens
644 with the default window size, you currently have to resize the
645 window every single time you open it, which sucks.
646
647 Nowadays gnome-shell handles low-res displays just fine. If you're
648 using an 800x600 resolution, this change causes the application
649 to open
650 maximized (which is desirable for very small screens).
651
652 We additionally ought to remember our current size in gsettings when
653 we quit, but that does not excuse a poor default.
654
655 https://bugzilla.gnome.org/show_bug.cgi?id=701464
656
657M src/gpk-application.c
658
659commit 2ef4d641eaf2e725ca07ca128cda636727118e0e
660Author: Michael Catanzaro <mike.catanzaro@gmail.com>
661Date: 2013-06-01
662
663 Show a meaningful name in the about dialog
664
665 Fix the property name so that the name actually displays
666
667 https://bugzilla.gnome.org/show_bug.cgi?id=663692
668
669M src/gpk-application.c
670
671commit fd048d0bb4207341ff017d3d4d0ff0b6e954068f
672Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
673Date: 2013-07-15
674
675 l10n: Update Japanese translation
676
677M po/ja.po
678
679commit 4077ba3ea30354ef070d640a5af4b6a913e97f4b
680Author: Richard Hughes <richard@hughsie.com>
681Date: 2013-06-18
682
683 Ignore package progress updates when the transaction is being
684 simulated
685
686 PackageKit backends do not have to issue INFO_FINISHED when
687 simulating, and most
688 don't bother. As we didn't special-case simulation, we set up the
689 activity
690 spinner on the Package(INFO_UPDATING) event and do not cancel
691 the signal.
692
693 This leaves every row in the update viewer with a spinning cursor,
694 which due to
695 the way the code was structured lead to an O(n*n) exposion of updates
696 to the
697 cell renderers for each update. For a dozen or so updates it was
698 not noticable,
699 and nobody noticed the slight increase of CPU usage.
700
701 Now that TeX Live has officially jumped the shark and has many
702 hundreds of
703 sub-packages, it's quite plausible to have *thousands* of small
704 packages to
705 update. This means that the O(n*n) bug stops being a minor increase
706 in CPU and
707 starts to use the CPU at 100% for many hours before completing.
708
709 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=969852
710
711M src/gpk-update-viewer.c
712
713commit 5d755446ddd6daa9eebd8986d8f07f61e99741f7
714Author: Richard Hughes <richard@hughsie.com>
715Date: 2013-06-18
716
717 trivial: Fix up a tiny memory leak when getting updates
718
719M src/gpk-update-viewer.c
720
721commit c26b6869c1aee628d57bf082c41e7bbe40870834
722Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
723Date: 2013-06-05
724
725 Updated Marathi Translations
726
727M po/mr.po
728
729commit c4a3b2f0a7c7e411f15304bccfbedaea40a444b3
730Author: Cheng-Chia Tseng <pswo10680@gmail.com>
731Date: 2013-06-04
732
733 Updated Traditional Chinese translation(Hong Kong and Taiwan)
734
735M po/zh_HK.po
736M po/zh_TW.po
737
738commit 571f02037b84edf6d99f54b144a73b2d814966e3
739Author: Akom Chotiphantawanon <knight2000@gmail.com>
740Date: 2013-06-02
741
742 Updated Thai translation
743
744M po/th.po
745
746commit d1ac55ea8945160d2bc231199f30c617961b73ff
747Author: Fran Diéguez <fran.dieguez@mabishu.com>
748Date: 2013-05-31
749
750 Updated Galician translations
751
752M po/gl.po
753
754commit 4a5f08eb4fbde11a5595795cf7d8205e027edd22
755Author: Victor Ibragimov <victor.ibragimov@gmail.com>
756Date: 2013-05-28
757
758 Tajik updated
759
760M po/tg.po
761
762commit 8b7a1fed5c4187a79d6b447fbb0934b7db887333
763Author: Dušan Kazik <prescott66@gmail.com>
764Date: 2013-05-24
765
766 Updated slovak translation
767
768M po/sk.po
769
770commit b8169051a1cb0a339c4e1c2177e6145059328d26
771Author: Yuri Myasoedov <omerta13@yandex.ru>
772Date: 2013-05-18
773
774 Updated Russian translation
775
776M help/Makefile.am
777A help/ru/ru.po
778
779commit 0d7aa0dc8ac6fde107d130f4f0184659f6ec2a06
780Author: Kjartan Maraas <kmaraas@gnome.org>
781Date: 2013-05-16
782
783 Updated Norwegian bokmål translation
784
785M po/nb.po
786
787commit 6db44e544f27f501f791a8e95720a48125974d94
788Author: Shankar Prasad <svenkate@redhat.com>
789Date: 2013-05-14
790
791 updated kn translations
792
793M po/kn.po
794
795commit e89c71fcde52f1c5588d0d4963d76896c9ece775
796Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
797Date: 2013-05-13
798
799 l10n: Update Japanese translation
800
801M po/ja.po
802
803commit ea7275aec81f92a70d7b75e50c67c46e987e3f1d
26Author: Yuri Myasoedov <omerta13@yandex.ru>804Author: Yuri Myasoedov <omerta13@yandex.ru>
27Date: 2013-05-12805Date: 2013-05-12
28806
@@ -30,7 +808,7 @@
30808
31M po/ru.po809M po/ru.po
32810
33commit 37f41ccb795318174093c80b50e3b266bdab018e811commit d6dc0015f06d3f891b300a4d1fa47ea0e3da7636
34Author: Ask H. Larsen <asklarsen@gmail.com>812Author: Ask H. Larsen <asklarsen@gmail.com>
35Date: 2013-05-10813Date: 2013-05-10
36814
@@ -38,7 +816,7 @@
38816
39M po/da.po817M po/da.po
40818
41commit 55f0fb075a23eedb4c48f723a8dc5281279bdc70819commit 8999b04108979918a8ce60af4f7cff85fd89f52a
42Author: ManojKumar Giri <mgiri@redhat.com>820Author: ManojKumar Giri <mgiri@redhat.com>
43Date: 2013-05-09821Date: 2013-05-09
44822
@@ -46,7 +824,23 @@
46824
47M po/or.po825M po/or.po
48826
49commit 6a8e6e0d71c9aa685c1a96dde8e46301f98bc6cc827commit 7b8e5ea4b657a87f91c5daf956307e20c313a347
828Author: Krishnababu Krothapalli <kkrothap@redhat.com>
829Date: 2013-05-09
830
831 Updated Telugu Translations
832
833M po/te.po
834
835commit 9e863ebb29613ed0250b901eae50d76c8831e05d
836Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
837Date: 2013-05-08
838
839 l10n: Update Japanese translation
840
841M po/ja.po
842
843commit 316df494c1f3c5e89146239167697bf69be09239
50Author: Matthias Clasen <mclasen@redhat.com>844Author: Matthias Clasen <mclasen@redhat.com>
51Date: 2013-05-07845Date: 2013-05-07
52846
@@ -60,7 +854,7 @@
60854
61M src/gpk-application.c855M src/gpk-application.c
62856
63commit 9859fa946915562a389d0fff8aa96bb54a82ab9e857commit bf5a8e78a5f99b737f284444397395c1b6b23bfe
64Author: Richard Hughes <richard@hughsie.com>858Author: Richard Hughes <richard@hughsie.com>
65Date: 2013-05-07859Date: 2013-05-07
66860
@@ -80,7 +874,60 @@
80R082 man/gpk-repo.sgml man/gpk-service-pack.sgml874R082 man/gpk-repo.sgml man/gpk-service-pack.sgml
81M man/gpk-update-viewer.sgml875M man/gpk-update-viewer.sgml
82876
83commit 7acda5c62c06259e8d3479819ebc7759c34e6182877commit 78e8442265b5b029383392d355fedf1cba86f748
878Author: Matej Urbančič <mateju@svn.gnome.org>
879Date: 2013-05-02
880
881 Updated Slovenian translation
882
883M po/sl.po
884
885commit ef50fd85f5fb8a1f4dd4da451692ad62480e7c55
886Author: Shantha kumar <shkumar@redhat.com>
887Date: 2013-04-26
888
889 Tamil Translation Updated
890
891M po/ta.po
892
893commit 0c504068c6135560f933a9246567889ffcc36592
894Author: Anish A <aneesh.nl@gmail.com>
895Date: 2013-04-25
896
897 Updated Malayalam Translation
898
899M po/ml.po
900
901commit cf7fe24cb59faadef415d691228142a1ddd827a2
902Author: Dimitris Spingos <dmtrs32@gmail.com>
903Date: 2013-04-25
904
905 Updated Greek translation
906
907M po/el.po
908
909commit 0eb7c6ceb8467c200df7496f74e133ea847362bc
910Author: Matthias Klumpp <matthias@tenstral.net>
911Date: 2013-04-24
912
913 Remove redundant calls to g_type_init()
914
915 This removes some compiler warnings.
916
917M src/gpk-dbus-service.c
918M src/gpk-distro-upgrade.c
919M src/gpk-install-catalog.c
920M src/gpk-install-local-file.c
921M src/gpk-install-mime-type.c
922M src/gpk-install-package-name.c
923M src/gpk-install-provide-file.c
924M src/gpk-log.c
925M src/gpk-prefs.c
926M src/gpk-self-test.c
927M src/gpk-service-pack.c
928M src/gpk-update-viewer.c
929
930commit 7256ce3bb7d8da7de35e31fcb22c7b63e9650413
84Author: Matthias Klumpp <matthias@tenstral.net>931Author: Matthias Klumpp <matthias@tenstral.net>
85Date: 2013-04-24932Date: 2013-04-24
86933
@@ -93,47 +940,15 @@
93940
94M data/gpk-install-local-file.desktop.in941M data/gpk-install-local-file.desktop.in
95942
96commit b39da213164bae4cfbb0c571eb5e7d9e3636b8cb943commit 386e3bed60d14418bbe833ecee43115cc3deb096
97Author: Krishnababu Krothapalli <kkrothap@redhat.com>944Author: Daniel Mustieles <daniel.mustieles@gmail.com>
98Date: 2013-05-09945Date: 2013-04-22
99946
100 Updated Telugu Translations947 Updated Spanish translation
101948
102M po/te.po949M po/es.po
103950
104commit 94a505d34dc8a6178f17ea5894f511ccf2a08eae951commit 5ef70385b65f5a0e990a38d1fd17c6e82db42a35
105Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
106Date: 2013-05-08
107
108 l10n: Update Japanese translation
109
110M po/ja.po
111
112commit 53ab9136f39b879b7f98d3befedab63f1632b667
113Author: Rajesh Ranjan <rranjan@redhat.com>
114Date: 2013-05-02
115
116 hindi update
117
118M po/hi.po
119
120commit 842660a233335507dd0cc7a47f8bc31baede4da5
121Author: Shantha kumar <shkumar@redhat.com>
122Date: 2013-04-26
123
124 Tamil Translation Updated
125
126M po/ta.po
127
128commit 308cf654852391e6304721b99b4f4a12fcf17cf1
129Author: Andika Triwidada <andika@gmail.com>
130Date: 2013-04-25
131
132 Updated Indonesian translation
133
134M po/id.po
135
136commit 59cd3649d2288f36269a0a9d9a6556622b114603
137Author: Sweta Kothari <swkothar@redhat.com>952Author: Sweta Kothari <swkothar@redhat.com>
138Date: 2013-04-22953Date: 2013-04-22
139954
@@ -141,7 +956,7 @@
141956
142M po/gu.po957M po/gu.po
143958
144commit 7e655cc5d152a8b5fabc16c5a51db3d6f428c80b959commit ffde2d52378c5ffcc7c1e54b77d0bf0393f5d3e9
145Author: Christian Kirbach <Christian.Kirbach@googlemail.com>960Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
146Date: 2013-04-20961Date: 2013-04-20
147962
@@ -149,16 +964,7 @@
149964
150M po/de.po965M po/de.po
151966
152commit ff4903f20dbb7a5693607f2fdb9bacc73402d82e967commit 1595b60831c72b0d223fef76585d63eb272b2b89
153Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
154Date: 2013-04-20
155
156 Updated Serbian translation
157
158M po/sr.po
159M po/sr@latin.po
160
161commit 70995acc725240fc5dd648c9ca744a2581a7d75b
162Author: Wylmer Wang <wantinghard@gmail.com>968Author: Wylmer Wang <wantinghard@gmail.com>
163Date: 2013-04-20969Date: 2013-04-20
164970
@@ -166,7 +972,7 @@
166972
167M po/zh_CN.po973M po/zh_CN.po
168974
169commit a79040833d5fe0613b9ea035053e55401fa41964975commit ae69fd49386bfa37544715d06174694bb4cbe710
170Author: Gianvito Cavasoli <gianvito@gmx.it>976Author: Gianvito Cavasoli <gianvito@gmx.it>
171Date: 2013-04-19977Date: 2013-04-19
172978
@@ -174,7 +980,7 @@
174980
175M po/it.po981M po/it.po
176982
177commit b93012ed1445902616f9fdfd36388524e4f38ffd983commit 4db7215eee438c5510c92d649a15fbc55d00d9ab
178Author: Nilamdyuti Goswami <ngoswami@redhat.com>984Author: Nilamdyuti Goswami <ngoswami@redhat.com>
179Date: 2013-04-18985Date: 2013-04-18
180986
@@ -182,15 +988,7 @@
182988
183M po/as.po989M po/as.po
184990
185commit 3651ae4916522fdab358219c546346f0a5e04ca5991commit df37622f7f39f0bb8a45acad758408b1349c1647
186Author: A S Alam <aalam@users.sf.net>
187Date: 2013-04-17
188
189 update Punjabi Translation
190
191M po/pa.po
192
193commit cad0083b6cf26a61a370ec282ba71be5b5bf9fd8
194Author: Matej Urbančič <mateju@svn.gnome.org>992Author: Matej Urbančič <mateju@svn.gnome.org>
195Date: 2013-04-16993Date: 2013-04-16
196994
@@ -198,7 +996,15 @@
198996
199M po/sl.po997M po/sl.po
200998
201commit cde511a7bf425d2927d692c96b44f48b88eae3f4999commit 81ab2640ce60874eda9c6f6cc7c29b4ab4da2871
1000Author: Sílvia Miranda <silvia@softcatala.cat>
1001Date: 2013-04-16
1002
1003 [l10n] Fix Catalan translation
1004
1005M po/ca.po
1006
1007commit c2bceadacb90c697306bdcf634e51433eb1e20a9
202Author: Daniel Mustieles <daniel.mustieles@gmail.com>1008Author: Daniel Mustieles <daniel.mustieles@gmail.com>
203Date: 2013-04-161009Date: 2013-04-16
2041010
@@ -206,34 +1012,93 @@
2061012
207M po/es.po1013M po/es.po
2081014
209commit 61227d139142e91c340f807c902364c14220d77e1015commit 64012d1a81cd6eb0e98f654300277a5733bb4e8e
210Author: Aurimas Černius <aurisc4@gmail.com>1016Author: Rafael Ferreira <rafael.f.f1@gmail.com>
211Date: 2013-04-151017Date: 2013-04-14
2121018
213 Updated Lithuanian translation1019 Updated Brazilian Portuguese translation
2141020
215M po/lt.po1021M po/pt_BR.po
2161022
217commit d874acf1e06958bbe2672064323954d29663d52d1023commit 013c068974b65fa90d7d7cefcd9f1add7e9869c7
218Author: Richard Hughes <richard@hughsie.com>1024Author: Akom Chotiphantawanon <knight2000@gmail.com>
219Date: 2013-04-151025Date: 2013-04-14
2201026
221 trivial: Post release version bump1027 Updated Thai translation
2221028
223M RELEASE1029M po/th.po
224M configure.ac1030
2251031commit a618a17a43396b984cd75881f6cb74f98ffc5016
226commit 99dba8439f99195caa7b0876369160aa687b469c1032Author: Carles Ferrando <carles.ferrando@gmail.com>
227Author: Richard Hughes <richard@hughsie.com>1033Date: 2013-04-14
228Date: 2013-04-151034
2291035 [l10n] Updated Catalan (Valencian) translation
230 Release version 3.8.11036
2311037M po/ca@valencia.po
232M NEWS1038
233M RELEASE1039commit a2632e5bba5beb96d4c0c27ae99001b96dc04f5b
234M configure.ac1040Author: Gil Forcada <gforcada@gnome.org>
2351041Date: 2013-04-14
236commit 2d3c08335fe9c3dcff9f41b5b27d02a4d7304a991042
1043 [l10n] Update Catalan translation
1044
1045M po/ca.po
1046
1047commit be0eced211610203041663d9d320b2c13f17c56e
1048Author: Marek Černocký <marek@manet.cz>
1049Date: 2013-04-13
1050
1051 Updated Czech translation
1052
1053M po/cs.po
1054
1055commit 652849ce112c250f614265d3c3600239f060b9e0
1056Author: Piotr Drąg <piotrdrag@gmail.com>
1057Date: 2013-04-13
1058
1059 Updated Polish translation
1060
1061M po/pl.po
1062
1063commit bd6145e165564a9dd3aa6efdef8a2c4ce40195b0
1064Author: Matthias Clasen <mclasen@redhat.com>
1065Date: 2013-04-10
1066
1067 Fix a string
1068
1069 No space before :
1070 https://bugzilla.gnome.org/show_bug.cgi?id=695546
1071
1072 Signed-off-by: Richard Hughes <richard@hughsie.com>
1073
1074M src/gpk-modal-dialog.c
1075
1076commit ac6dca1984db855abd844062b30506cfed4dd8c7
1077Author: Matthias Clasen <mclasen@redhat.com>
1078Date: 2013-04-10
1079
1080 Add some translator comments
1081
1082 https://bugzilla.gnome.org/show_bug.cgi?id=687484
1083
1084 Signed-off-by: Richard Hughes <richard@hughsie.com>
1085
1086M src/gpk-common.c
1087
1088commit 5842cd16317fdf322699fa265b8e0e72682ff11d
1089Author: Matthias Clasen <mclasen@redhat.com>
1090Date: 2013-04-10
1091
1092 Fix a spelling
1093
1094 The C locale uses US English.
1095 https://bugzilla.gnome.org/show_bug.cgi?id=687484
1096
1097 Signed-off-by: Richard Hughes <richard@hughsie.com>
1098
1099M data/gpk-application.ui
1100
1101commit abdbaadc2632c86968581a43784b416569f155cb
237Author: Matthias Clasen <mclasen@redhat.com>1102Author: Matthias Clasen <mclasen@redhat.com>
238Date: 2013-04-101103Date: 2013-04-10
2391104
@@ -248,7 +1113,51 @@
2481113
249M src/gpk-application.c1114M src/gpk-application.c
2501115
251commit 28d2027b96716611d5138407c3771a307720da511116commit 1976972530e9f4526d952a243978d3ea5a7cf00a
1117Author: Matthias Clasen <mclasen@redhat.com>
1118Date: 2013-04-10
1119
1120 Mark strings as translatable
1121
1122 https://bugzilla.gnome.org/show_bug.cgi?id=692987
1123
1124 Signed-off-by: Richard Hughes <richard@hughsie.com>
1125
1126M data/gpk-application.ui
1127
1128commit 0eb8d01f5b2c8ada706702f61f189aaccf1849c5
1129Author: Richard Hughes <richard@hughsie.com>
1130Date: 2013-04-11
1131
1132 Port from a homegrown EggTest to GTest
1133
1134M src/.gitignore
1135M src/Makefile.am
1136M src/egg-console-kit.c
1137M src/egg-markdown.c
1138M src/egg-string.c
1139D src/egg-test.c
1140D src/egg-test.h
1141M src/gpk-animated-icon.c
1142M src/gpk-application.c
1143M src/gpk-common.c
1144M src/gpk-common.h
1145M src/gpk-dbus-service.c
1146M src/gpk-dbus-task.c
1147M src/gpk-dbus-task.h
1148M src/gpk-dbus.c
1149M src/gpk-desktop.c
1150M src/gpk-enum.c
1151M src/gpk-enum.h
1152M src/gpk-error.c
1153M src/gpk-gnome.c
1154M src/gpk-language.c
1155M src/gpk-modal-dialog.c
1156M src/gpk-self-test.c
1157M src/gpk-task.c
1158M src/gpk-task.h
1159
1160commit f341c65a7967c1a8c276cdfc4e66cf2c9a20c171
252Author: Richard Hughes <richard@hughsie.com>1161Author: Richard Hughes <richard@hughsie.com>
253Date: 2013-04-111162Date: 2013-04-11
2541163
@@ -268,7 +1177,7 @@
268M src/gpk-dbus.c1177M src/gpk-dbus.c
269M src/gpk-dbus.h1178M src/gpk-dbus.h
2701179
271commit 15731a36c5d750421181276705a54e122328b0561180commit c627554a91a044991700dcf28b25f54eaa6d383f
272Author: Richard Hughes <richard@hughsie.com>1181Author: Richard Hughes <richard@hughsie.com>
273Date: 2013-04-111182Date: 2013-04-11
2741183
@@ -282,7 +1191,7 @@
282M src/gpk-install-package-name.c1191M src/gpk-install-package-name.c
283M src/gpk-install-provide-file.c1192M src/gpk-install-provide-file.c
2841193
285commit 06e5bcea3fb2488befef2b1fc18725a5a34ce1051194commit b08c1ff3f924b085acb9a01ee7bf9e4d2b20fcff
286Author: Richard Hughes <richard@hughsie.com>1195Author: Richard Hughes <richard@hughsie.com>
287Date: 2013-04-111196Date: 2013-04-11
2881197
@@ -290,103 +1199,7 @@
2901199
291M contrib/gnome-packagekit.spec.in1200M contrib/gnome-packagekit.spec.in
2921201
293commit a9d5b9e8592499f0e3163c2ce347304d9c0f70cf1202commit b6c42e4417b9e8c6cbad69910f2c6eccc8f1c3f4
294Author: Fran Diéguez <fran.dieguez@mabishu.com>
295Date: 2013-04-15
296
297 Updated Galician translations
298
299M po/gl.po
300
301commit 3e55481a925047c9594e8b949599143463d760c2
302Author: Rafael Ferreira <rafael.f.f1@gmail.com>
303Date: 2013-04-14
304
305 Updated Brazilian Portuguese translation
306
307M po/pt_BR.po
308
309commit 4c235cecf281b434da305f3479bbfb2a5f9d4bfa
310Author: Dimitris Spingos <dmtrs32@gmail.com>
311Date: 2013-04-14
312
313 Updated Greek translation
314
315M po/el.po
316
317commit 19cea5d550e39654d600656c20b3161d52f889ca
318Author: Akom Chotiphantawanon <knight2000@gmail.com>
319Date: 2013-04-14
320
321 Updated Thai translation
322
323M po/th.po
324
325commit 6b30e5ef2b6f0eeb8fe75b28f191a5d7b51b8355
326Author: Carles Ferrando <carles.ferrando@gmail.com>
327Date: 2013-04-14
328
329 [l10n] Updated Catalan (Valencian) translation
330
331M po/ca@valencia.po
332
333commit eddea49b70a22c33181ac16c41437c1658774864
334Author: Gil Forcada <gforcada@gnome.org>
335Date: 2013-04-14
336
337 [l10n] Update Catalan translation
338
339M po/ca.po
340
341commit 883768fe2d67c910d7e9247a7970256a295e4c04
342Author: Gabor Kelemen <kelemeng@gnome.hu>
343Date: 2013-04-14
344
345 Updated Hungarian translation
346
347M po/hu.po
348
349commit 2b28828fe5c4a63368d14cc09c40e94e7ecbc81e
350Author: Marek Černocký <marek@manet.cz>
351Date: 2013-04-13
352
353 Updated Czech translation
354
355M po/cs.po
356
357commit a1ba7f6f95b37f137aeb2a7ec3ac6e77f1fcf770
358Author: Piotr Drąg <piotrdrag@gmail.com>
359Date: 2013-04-13
360
361 Updated Polish translation
362
363M po/pl.po
364
365commit 37f5aff434355a2bb583cd8176615e6dd6cc977f
366Author: Matthias Clasen <mclasen@redhat.com>
367Date: 2013-04-10
368
369 Add some translator comments
370
371 https://bugzilla.gnome.org/show_bug.cgi?id=687484
372
373 Signed-off-by: Richard Hughes <richard@hughsie.com>
374
375M src/gpk-common.c
376
377commit 66b18a13413bc392a86f837ff6398c02a73a2911
378Author: Matthias Clasen <mclasen@redhat.com>
379Date: 2013-04-10
380
381 Mark strings as translatable
382
383 https://bugzilla.gnome.org/show_bug.cgi?id=692987
384
385 Signed-off-by: Richard Hughes <richard@hughsie.com>
386
387M data/gpk-application.ui
388
389commit c3f4dc4ddf6243faf39213f8841b473d0b5b7c96
390Author: Richard Hughes <richard@hughsie.com>1203Author: Richard Hughes <richard@hughsie.com>
391Date: 2013-04-101204Date: 2013-04-10
3921205
@@ -396,7 +1209,7 @@
3961209
397M data/gpk-update-viewer.desktop.in1210M data/gpk-update-viewer.desktop.in
3981211
399commit f1a856aa1cca22f957eda28a0fdb6acc63368f5d1212commit b095f82e36152a75844f4fa2cf51a2a39978a7fe
400Author: Richard Hughes <richard@hughsie.com>1213Author: Richard Hughes <richard@hughsie.com>
401Date: 2013-04-091214Date: 2013-04-09
4021215
@@ -404,7 +1217,16 @@
4041217
405M src/gpk-application.c1218M src/gpk-application.c
4061219
407commit a7a34d92657ccad2f58964dbe0c2fc025fd962041220commit 78b6aa1b036e19b389a28e4e24568bd9b233133b
1221Author: Richard Hughes <richard@hughsie.com>
1222Date: 2013-04-09
1223
1224 trivial: Post branch version update
1225
1226M RELEASE
1227M configure.ac
1228
1229commit 16e9f6870d0c13dfe18cba1b542440873422845a
408Author: Bruce Cowan <bruce@bcowan.me.uk>1230Author: Bruce Cowan <bruce@bcowan.me.uk>
409Date: 2013-04-061231Date: 2013-04-06
4101232
@@ -412,7 +1234,7 @@
4121234
413M po/en_GB.po1235M po/en_GB.po
4141236
415commit 426677a5c5325a86a6d4dbb8941f72521e1da3611237commit 61e6393aca4579bac3bc79d8f559adebd780bff4
416Author: Wojciech Szczęsny <wszczesny@aviary.pl>1238Author: Wojciech Szczęsny <wszczesny@aviary.pl>
417Date: 2013-04-051239Date: 2013-04-05
4181240
@@ -420,23 +1242,7 @@
4201242
421M po/pl.po1243M po/pl.po
4221244
423commit 965fe26b329413d1f1477ed8f2268d40751d7e601245commit 39dac32176e42ebd29cbfb1942c84b8e9e8f1a8b
424Author: Kjartan Maraas <kmaraas@gnome.org>
425Date: 2013-04-03
426
427 Updated Norwegian bokmål translation
428
429M po/nb.po
430
431commit eb64c220d7d5748d95cd19ed7c32e7524e7aae30
432Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
433Date: 2013-04-02
434
435 Updated Basque language
436
437M po/eu.po
438
439commit 01f506fd0c3fcdb8a89a4c36084d09d76cf89445
440Author: OKANO Takayoshi <kano@na.rim.or.jp>1246Author: OKANO Takayoshi <kano@na.rim.or.jp>
441Date: 2013-04-011247Date: 2013-04-01
4421248
@@ -444,7 +1250,7 @@
4441250
445M po/ja.po1251M po/ja.po
4461252
447commit d52639218ee9b144e3d9bb224ce19ef251ffd15a1253commit 7930c5cd0655d58f1eed5ed3d48f0dcadaba137c
448Author: Fran Diéguez <fran.dieguez@mabishu.com>1254Author: Fran Diéguez <fran.dieguez@mabishu.com>
449Date: 2013-03-271255Date: 2013-03-27
4501256
4511257
=== modified file 'INSTALL'
--- INSTALL 2013-06-04 14:16:12 +0000
+++ INSTALL 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1Installation Instructions1Installation Instructions
2*************************2*************************
33
4Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,4Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
5Inc.5Inc.
66
7 Copying and distribution of this file, with or without modification,7 Copying and distribution of this file, with or without modification,
88
=== modified file 'Makefile.in'
--- Makefile.in 2013-06-04 14:16:12 +0000
+++ Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -211,6 +239,7 @@
211GREP = @GREP@239GREP = @GREP@
212GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@240GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
213GTKDOC_CHECK = @GTKDOC_CHECK@241GTKDOC_CHECK = @GTKDOC_CHECK@
242GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
214GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@243GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
215GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@244GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
216GTKDOC_MKPDF = @GTKDOC_MKPDF@245GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -455,13 +484,12 @@
455# (which will cause the Makefiles to be regenerated when you run 'make');484# (which will cause the Makefiles to be regenerated when you run 'make');
456# (2) otherwise, pass the desired values on the 'make' command line.485# (2) otherwise, pass the desired values on the 'make' command line.
457$(am__recursive_targets):486$(am__recursive_targets):
458 @fail= failcom='exit 1'; \487 @fail=; \
459 for f in x $$MAKEFLAGS; do \488 if $(am__make_keepgoing); then \
460 case $$f in \489 failcom='fail=yes'; \
461 *=* | --[!k]*);; \490 else \
462 *k*) failcom='fail=yes';; \491 failcom='exit 1'; \
463 esac; \492 fi; \
464 done; \
465 dot_seen=no; \493 dot_seen=no; \
466 target=`echo $@ | sed s/-recursive//`; \494 target=`echo $@ | sed s/-recursive//`; \
467 case "$@" in \495 case "$@" in \
468496
=== modified file 'NEWS'
--- NEWS 2013-06-04 14:16:12 +0000
+++ NEWS 2014-01-19 08:23:49 +0000
@@ -1,63 +1,116 @@
1Version 3.8.21Version 3.10.1
2~~~~~~~~~~~~~2~~~~~~~~~~~~~~
3Released: 2013-05-133Released: 2013-10-14
44
5* Translations5* Translations
6 - Added Brazilian Portuguese translation for help files (Rafael Ferreira)
7 - Updated Catalan (Valencian) translation (Carles Ferrando)
8 - Updated Czech translation (Marek Černocký)
9 - Updated Italian translation (Gianvito Cavasoli)
10 - Updated Norwegian bokmål translation (Kjartan Maraas)
11 - Updated Serbian translation (Мирослав Николић)
12 - Updated Traditional Chinese translation (Cheng-Chia Tseng)
13 - Updated Turkish translation (Muhammet Kara)
14
15* New Features:
16 - Use the new 16:9 AppData screenshots (Richard Hughes)
17
18* Bugfix:
19 - Add Copyright information to the AppData files (Richard Hughes)
20
21Version 3.10.0
22~~~~~~~~~~~~~~
23Released: 2013-09-24
24
25* Translations
26 - Updated Basque translation (Inaki Larranaga Murgoitio)
27 - Updated Catalan translation (Josep Sànchez)
28 - Updated Danish translation (Kris Thomsen)
29 - Updated Finnish translation (Jiri Grönroos)
30 - Updated German translation (Benjamin Steinwender)
31 - Updated Irish translation (Seán de Búrca)
32 - Updated Japanese translation (Jiro Matsuzawa)
33 - Updated Korean translation (Changwoo Ryu)
34 - Updated Portuguese translation (António Lima)
35 - Updated Punjabi translation (A S Alam)
36 - Updated Russian translation (Dmitriy S. Seregin)
37 - Updated Slovak translation (Pavol Klačanský)
38 - Updated Thai translation (Akom Chotiphantawanon)
39 - Updated Traditional Chinese translation (Chao-Hsiung Liao)
40 - Updated Ukrainian translation (Daniel Korostil)
41
42Version 3.9.92
43~~~~~~~~~~~~~~
44Released: 2013-09-13
45
46* Translations
47 - Updated Catalan translation (Gil Forcada)
6 - Updated Assamese translation (Nilamdyuti Goswami)48 - Updated Assamese translation (Nilamdyuti Goswami)
49 - Updated Belarusian translation (Ihar Hrachyshka)
50 - Updated Brazilian Portuguese translation (Enrico Nicoletto)
51 - Updated Brazilian Portuguese translation (Rafael Ferreira)
52 - Updated British English translation (Bruce Cowan)
53 - Updated Catalan translation (Sílvia Miranda)
54 - Updated Catalan (Valencian) translation (Carles Ferrando)
55 - Updated Czech translation (Marek Černocký)
7 - Updated Danish translation (Ask H. Larsen)56 - Updated Danish translation (Ask H. Larsen)
57 - Updated Estonian translation (Mattias Põldaru)
58 - Updated Finnish translation (Timo Jyrinki)
59 - Updated Galician translation (Fran Diéguez)
8 - Updated German translation (Christian Kirbach)60 - Updated German translation (Christian Kirbach)
61 - Updated Greek translation (Dimitris Spingos)
9 - Updated Gujarati translation (Sweta Kothari)62 - Updated Gujarati translation (Sweta Kothari)
10 - Updated Hindi translation (Rajesh Ranjan)63 - Updated Hebrew translation (Yaron Shahrabani)
64 - Updated Hungarian translation (Balázs Úr)
65 - Updated Hungarian translation (Gabor Kelemen)
11 - Updated Indonesian translation (Andika Triwidada)66 - Updated Indonesian translation (Andika Triwidada)
67 - Updated Irish translation (Seán de Búrca)
12 - Updated Italian translation (Gianvito Cavasoli)68 - Updated Italian translation (Gianvito Cavasoli)
13 - Updated Japanese translation (Jiro Matsuzawa)69 - Updated kn translation (Shankar Prasad)
70 - Updated Latvian translation (Rūdolfs Mazurs)
14 - Updated Lithuanian translation (Aurimas Černius)71 - Updated Lithuanian translation (Aurimas Černius)
72 - Updated Malayalam translation (Anish A)
73 - Updated Marathi translation (Sandeep Sheshrao Shedmake)
15 - Updated Norwegian bokmål translation (Kjartan Maraas)74 - Updated Norwegian bokmål translation (Kjartan Maraas)
16 - Updated Odia translation (ManojKumar Giri)75 - Updated Odia translation (ManojKumar Giri)
17 - Updated Punjabi translation (A S Alam)76 - Updated Polish translation (Piotr Drąg)
77 - Updated Polish translation (Wojciech Szczęsny)
18 - Updated Russian translation (Yuri Myasoedov)78 - Updated Russian translation (Yuri Myasoedov)
19 - Updated Serbian translation (Мирослав Николић)79 - Updated Serbian translation (Мирослав Николић)
80 - Updated slovak translation (Dušan Kazik)
81 - Updated Slovenian translation (Matej Urbančič)
82 - Updated Spanish translation (Daniel Mustieles)
83 - Updated Tajik translation (Victor Ibragimov)
84 - Updated Tamil translation (Shantha kumar)
85 - Updated Telugu translation (Krishnababu Krothapalli)
86 - Updated Thai translation (Akom Chotiphantawanon)
87 - Updated Traditional Chinese translation (Cheng-Chia Tseng)
88 - Updated Japanese translation (Jiro Matsuzawa)
89 - Updated Japanese translation (OKANO Takayoshi)
20 - Updated Simplified Chinese translation (Wylmer Wang)90 - Updated Simplified Chinese translation (Wylmer Wang)
21 - Updated Slovenian translation (Matej Urbančič)
22 - Updated Spanish translation (Daniel Mustieles)
23 - Updated Tamil translation (Shantha kumar)
24 - Updated Telugu translations (Krishnababu Krothapalli)
2591
26* Bugfix:92* New Features:
27 - Fix the search menu (Matthias Clasen)93 - Add some desktop file categories (Elad Alfassa)
94 - Add two AppData files for gnome-software (Richard Hughes)
28 - Open Listaller packages with gpk-install-local-file (Matthias Klumpp)95 - Open Listaller packages with gpk-install-local-file (Matthias Klumpp)
29 - Update the man pages to reflect reality (Richard Hughes)
30
31Version 3.8.1
32~~~~~~~~~~~~~
33Released: 2013-04-15
34
35* Translations
36 - Updated Basque language (Inaki Larranaga Murgoitio)
37 - Updated Brazilian Portuguese translation (Rafael Ferreira)
38 - Updated British English translation (Bruce Cowan)
39 - Updated Catalan translation (Gil Forcada)
40 - Updated Catalan (Valencian) translation (Carles Ferrando)
41 - Updated Czech translation (Marek Černocký)
42 - Updated Galician translation (Fran Diéguez)
43 - Updated Greek translation (Dimitris Spingos)
44 - Updated Hungarian translation (Gabor Kelemen)
45 - Updated Japanese translation (OKANO Takayoshi)
46 - Updated Norwegian bokmål translation (Kjartan Maraas)
47 - Updated Polish translation (Piotr Drąg)
48 - Updated Polish translation (Wojciech Szczęsny)
49 - Updated Thai translation (Akom Chotiphantawanon)
50
51* New Features:
52 - Show the update viewer in the app overview (Richard Hughes)
5396
54* Bugfix:97* Bugfix:
55 - Add some translator comments (Matthias Clasen)98 - Change the name of the package installer from 'Software' to 'Packages' (Richard Hughes)
56 - Do not maximize by default as we do not have a draggable header yet (Richard Hughes)99 - Do not maximize by default as we do not have a draggable header yet (Richard Hughes)
57 - Do not try and duplicate all the PackageKit errors in the session helper (Richard Hughes)100 - Do not try and duplicate all the PackageKit errors in the session helper (Richard Hughes)
58 - Mark strings as translatable (Matthias Clasen)101 - Do not use the deprecated gtk_icon_size_lookup_for_settings() (Richard Hughes)
102 - Don't pass relative file-paths to the session-service (Matthias Klumpp)
103 - Ignore package progress updates when the transaction is being simulated (Richard Hughes)
104 - Mark some strings as translatable (Matthias Clasen)
59 - Never show two modal dialog boxes when using the install helpers (Richard Hughes)105 - Never show two modal dialog boxes when using the install helpers (Richard Hughes)
60 - Show a meaningful name in the about dialog (Matthias Clasen)106 - Port from a homegrown EggTest to GTest (Richard Hughes)
107 - Remove redundant calls to g_type_init (Matthias Klumpp)
108 - Set the default height of the details expander (Gary Ching-Pang Lin)
109 - Show a meaningful name in the about dialog (Michael Catanzaro, Matthias Clasen)
110 - Show the update viewer in the app overview (Richard Hughes)
111 - Swapped "Required packages" and "Dependent packages" button functionality (Ignaker)
112 - Updated the man pages to reflect reality (Richard Hughes)
113 - Use a reasonable default window size (Michael Catanzaro)
61114
62Version 3.8.0115Version 3.8.0
63~~~~~~~~~~~~~116~~~~~~~~~~~~~
64117
=== modified file 'aclocal.m4'
--- aclocal.m4 2013-06-04 14:16:12 +0000
+++ aclocal.m4 2014-01-19 08:23:49 +0000
@@ -1,6 +1,6 @@
1# generated automatically by aclocal 1.13.1 -*- Autoconf -*-1# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
22
3# Copyright (C) 1996-2012 Free Software Foundation, Inc.3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
44
5# This file is free software; the Free Software Foundation5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,6# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@
35[am__api_version='1.13'35[am__api_version='1.13'
36dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to36dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
37dnl require some minimum version. Point them to the right macro.37dnl require some minimum version. Point them to the right macro.
38m4_if([$1], [1.13.1], [],38m4_if([$1], [1.13.4], [],
39 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl39 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
40])40])
4141
@@ -51,7 +51,7 @@
51# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.51# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.52# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
53AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],53AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54[AM_AUTOMAKE_VERSION([1.13.1])dnl54[AM_AUTOMAKE_VERSION([1.13.4])dnl
55m4_ifndef([AC_AUTOCONF_VERSION],55m4_ifndef([AC_AUTOCONF_VERSION],
56 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl56 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
57_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])57_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -373,7 +373,7 @@
373 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`373 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
374 test -z "$DEPDIR" && continue374 test -z "$DEPDIR" && continue
375 am__include=`sed -n 's/^am__include = //p' < "$mf"`375 am__include=`sed -n 's/^am__include = //p' < "$mf"`
376 test -z "am__include" && continue376 test -z "$am__include" && continue
377 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`377 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
378 # Find all dependency output files, they are included files with378 # Find all dependency output files, they are included files with
379 # $(DEPDIR) in their names. We invoke sed twice because it is the379 # $(DEPDIR) in their names. We invoke sed twice because it is the
@@ -1209,76 +1209,114 @@
1209# Substitute a variable $(am__untar) that extract such1209# Substitute a variable $(am__untar) that extract such
1210# a tarball read from stdin.1210# a tarball read from stdin.
1211# $(am__untar) < result.tar1211# $(am__untar) < result.tar
1212#
1212AC_DEFUN([_AM_PROG_TAR],1213AC_DEFUN([_AM_PROG_TAR],
1213[# Always define AMTAR for backward compatibility. Yes, it's still used1214[# Always define AMTAR for backward compatibility. Yes, it's still used
1214# in the wild :-( We should find a proper way to deprecate it ...1215# in the wild :-( We should find a proper way to deprecate it ...
1215AC_SUBST([AMTAR], ['$${TAR-tar}'])1216AC_SUBST([AMTAR], ['$${TAR-tar}'])
1217
1218# We'll loop over all known methods to create a tar archive until one works.
1219_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1220
1216m4_if([$1], [v7],1221m4_if([$1], [v7],
1217 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],1222 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1218 [m4_case([$1], [ustar],, [pax],,1223
1219 [m4_fatal([Unknown tar format])])1224 [m4_case([$1],
1220AC_MSG_CHECKING([how to create a $1 tar archive])1225 [ustar],
1221# Loop over all known methods to create a tar archive until one works.1226 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1222_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'1227 # There is notably a 21 bits limit for the UID and the GID. In fact,
1223_am_tools=${am_cv_prog_tar_$1-$_am_tools}1228 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1224# Do not fold the above two line into one, because Tru64 sh and1229 # and bug#13588).
1225# Solaris sh will not grok spaces in the rhs of '-'.1230 am_max_uid=2097151 # 2^21 - 1
1226for _am_tool in $_am_tools1231 am_max_gid=$am_max_uid
1227do1232 # The $UID and $GID variables are not portable, so we need to resort
1228 case $_am_tool in1233 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1229 gnutar)1234 # below are definitely unexpected, so allow the users to see them
1230 for _am_tar in tar gnutar gtar;1235 # (that is, avoid stderr redirection).
1231 do1236 am_uid=`id -u || echo unknown`
1232 AM_RUN_LOG([$_am_tar --version]) && break1237 am_gid=`id -g || echo unknown`
1233 done1238 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1234 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'1239 if test $am_uid -le $am_max_uid; then
1235 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'1240 AC_MSG_RESULT([yes])
1236 am__untar="$_am_tar -xf -"1241 else
1237 ;;1242 AC_MSG_RESULT([no])
1238 plaintar)1243 _am_tools=none
1239 # Must skip GNU tar: if it does not support --format= it doesn't create1244 fi
1240 # ustar tarball either.1245 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1241 (tar --version) >/dev/null 2>&1 && continue1246 if test $am_gid -le $am_max_gid; then
1242 am__tar='tar chf - "$$tardir"'1247 AC_MSG_RESULT([yes])
1243 am__tar_='tar chf - "$tardir"'1248 else
1244 am__untar='tar xf -'1249 AC_MSG_RESULT([no])
1245 ;;1250 _am_tools=none
1246 pax)1251 fi],
1247 am__tar='pax -L -x $1 -w "$$tardir"'1252
1248 am__tar_='pax -L -x $1 -w "$tardir"'1253 [pax],
1249 am__untar='pax -r'1254 [],
1250 ;;1255
1251 cpio)1256 [m4_fatal([Unknown tar format])])
1252 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'1257
1253 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'1258 AC_MSG_CHECKING([how to create a $1 tar archive])
1254 am__untar='cpio -i -H $1 -d'1259
1255 ;;1260 # Go ahead even if we have the value already cached. We do so because we
1256 none)1261 # need to set the values for the 'am__tar' and 'am__untar' variables.
1257 am__tar=false1262 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1258 am__tar_=false1263
1259 am__untar=false1264 for _am_tool in $_am_tools; do
1260 ;;1265 case $_am_tool in
1261 esac1266 gnutar)
12621267 for _am_tar in tar gnutar gtar; do
1263 # If the value was cached, stop now. We just wanted to have am__tar1268 AM_RUN_LOG([$_am_tar --version]) && break
1264 # and am__untar set.1269 done
1265 test -n "${am_cv_prog_tar_$1}" && break1270 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
12661271 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1267 # tar/untar a dummy directory, and stop if the command works1272 am__untar="$_am_tar -xf -"
1268 rm -rf conftest.dir1273 ;;
1269 mkdir conftest.dir1274 plaintar)
1270 echo GrepMe > conftest.dir/file1275 # Must skip GNU tar: if it does not support --format= it doesn't create
1271 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])1276 # ustar tarball either.
1272 rm -rf conftest.dir1277 (tar --version) >/dev/null 2>&1 && continue
1273 if test -s conftest.tar; then1278 am__tar='tar chf - "$$tardir"'
1274 AM_RUN_LOG([$am__untar <conftest.tar])1279 am__tar_='tar chf - "$tardir"'
1275 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break1280 am__untar='tar xf -'
1276 fi1281 ;;
1277done1282 pax)
1278rm -rf conftest.dir1283 am__tar='pax -L -x $1 -w "$$tardir"'
12791284 am__tar_='pax -L -x $1 -w "$tardir"'
1280AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])1285 am__untar='pax -r'
1281AC_MSG_RESULT([$am_cv_prog_tar_$1])])1286 ;;
1287 cpio)
1288 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1289 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1290 am__untar='cpio -i -H $1 -d'
1291 ;;
1292 none)
1293 am__tar=false
1294 am__tar_=false
1295 am__untar=false
1296 ;;
1297 esac
1298
1299 # If the value was cached, stop now. We just wanted to have am__tar
1300 # and am__untar set.
1301 test -n "${am_cv_prog_tar_$1}" && break
1302
1303 # tar/untar a dummy directory, and stop if the command works.
1304 rm -rf conftest.dir
1305 mkdir conftest.dir
1306 echo GrepMe > conftest.dir/file
1307 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1308 rm -rf conftest.dir
1309 if test -s conftest.tar; then
1310 AM_RUN_LOG([$am__untar <conftest.tar])
1311 AM_RUN_LOG([cat conftest.dir/file])
1312 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1313 fi
1314 done
1315 rm -rf conftest.dir
1316
1317 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1318 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1319
1282AC_SUBST([am__tar])1320AC_SUBST([am__tar])
1283AC_SUBST([am__untar])1321AC_SUBST([am__untar])
1284]) # _AM_PROG_TAR1322]) # _AM_PROG_TAR
@@ -10322,6 +10360,21 @@
10322m4_popdef([pkg_description])10360m4_popdef([pkg_description])
10323]) dnl PKG_NOARCH_INSTALLDIR10361]) dnl PKG_NOARCH_INSTALLDIR
1032410362
10363
10364# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
10365# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
10366# -------------------------------------------
10367# Retrieves the value of the pkg-config variable for the given module.
10368AC_DEFUN([PKG_CHECK_VAR],
10369[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
10370AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
10371
10372_PKG_CONFIG([$1], [variable="][$3]["], [$2])
10373AS_VAR_COPY([$1], [pkg_cv_][$1])
10374
10375AS_VAR_IF([$1], [""], [$5], [$4])dnl
10376])# PKG_CHECK_VAR
10377
10325# Copyright (C) 1995-2002 Free Software Foundation, Inc.10378# Copyright (C) 1995-2002 Free Software Foundation, Inc.
10326# Copyright (C) 2001-2003,2004 Red Hat, Inc.10379# Copyright (C) 2001-2003,2004 Red Hat, Inc.
10327#10380#
@@ -10639,7 +10692,6 @@
10639dnl10692dnl
10640glib_DEFUN([GLIB_GNU_GETTEXT],10693glib_DEFUN([GLIB_GNU_GETTEXT],
10641 [AC_REQUIRE([AC_PROG_CC])dnl10694 [AC_REQUIRE([AC_PROG_CC])dnl
10642 AC_REQUIRE([AC_HEADER_STDC])dnl
10643 10695
10644 GLIB_LC_MESSAGES10696 GLIB_LC_MESSAGES
10645 GLIB_WITH_NLS10697 GLIB_WITH_NLS
@@ -10759,10 +10811,20 @@
10759fi])10811fi])
1076010812
1076110813
10814# gnome-compiler-flags.m4
10815#
10816# serial 2
10817#
10818
10762dnl GNOME_COMPILE_WARNINGS10819dnl GNOME_COMPILE_WARNINGS
10763dnl Turn on many useful compiler warnings and substitute the result into10820dnl Turn on many useful compiler warnings and substitute the result into
10764dnl WARN_CFLAGS10821dnl WARN_CFLAGS
10765dnl For now, only works on GCC10822dnl For now, only works on GCC
10823dnl Pass the default value of the --enable-compile-warnings configure option as
10824dnl the first argument to the macro, defaulting to 'yes'.
10825dnl Additional warning/error flags can be passed as an optional second argument.
10826dnl
10827dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar])
10766AC_DEFUN([GNOME_COMPILE_WARNINGS],[10828AC_DEFUN([GNOME_COMPILE_WARNINGS],[
10767 dnl ******************************10829 dnl ******************************
10768 dnl More compiler warnings10830 dnl More compiler warnings
@@ -10802,6 +10864,11 @@
10802 -Werror=missing-include-dirs \10864 -Werror=missing-include-dirs \
10803 "10865 "
1080410866
10867 dnl Additional warning or error flags provided by the module author to
10868 dnl allow stricter standards to be imposed on a per-module basis.
10869 dnl The author can pass -W or -Werror flags here as they see fit.
10870 additional_flags="m4_default([$2],[])"
10871
10805 case "$enable_compile_warnings" in10872 case "$enable_compile_warnings" in
10806 no)10873 no)
10807 warning_flags=10874 warning_flags=
@@ -10810,10 +10877,10 @@
10810 warning_flags="-Wall"10877 warning_flags="-Wall"
10811 ;;10878 ;;
10812 yes)10879 yes)
10813 warning_flags="$base_warn_flags $base_error_flags"10880 warning_flags="$base_warn_flags $base_error_flags $additional_flags"
10814 ;;10881 ;;
10815 maximum|error)10882 maximum|error)
10816 warning_flags="$base_warn_flags $base_error_flags"10883 warning_flags="$base_warn_flags $base_error_flags $additional_flags"
10817 ;;10884 ;;
10818 *)10885 *)
10819 AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)10886 AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)
@@ -11022,7 +11089,12 @@
11022 AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first11089 AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
1102311090
11024 dnl check for tools we added during development11091 dnl check for tools we added during development
11025 AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])11092 dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that
11093 dnl may not be writable by the user. Currently, automake requires that the
11094 dnl test name must end in '.test'.
11095 dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638
11096 AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test])
11097 AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check])
11026 AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])11098 AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
11027 AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])11099 AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
1102811100
@@ -11135,7 +11207,8 @@
11135.PHONY: pot11207.PHONY: pot
11136pot: $(_HELP_POTFILE)11208pot: $(_HELP_POTFILE)
11137$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)11209$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
11138 $(AM_V_GEN)$(ITSTOOL) -o "[$]@" $(_HELP_C_FILES)11210 $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \
11211 $(ITSTOOL) -o "[$]@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)")
1113911212
11140.PHONY: repo11213.PHONY: repo
11141repo: $(_HELP_POTFILE)11214repo: $(_HELP_POTFILE)
1114211215
=== modified file 'configure'
--- configure 2013-06-04 14:16:12 +0000
+++ configure 2014-01-19 08:23:49 +0000
@@ -1,6 +1,6 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for gnome-packagekit 3.8.2.3# Generated by GNU Autoconf 2.69 for gnome-packagekit 3.10.1.
4#4#
5#5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
587# Identity of this package.587# Identity of this package.
588PACKAGE_NAME='gnome-packagekit'588PACKAGE_NAME='gnome-packagekit'
589PACKAGE_TARNAME='gnome-packagekit'589PACKAGE_TARNAME='gnome-packagekit'
590PACKAGE_VERSION='3.8.2'590PACKAGE_VERSION='3.10.1'
591PACKAGE_STRING='gnome-packagekit 3.8.2'591PACKAGE_STRING='gnome-packagekit 3.10.1'
592PACKAGE_BUGREPORT=''592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''593PACKAGE_URL=''
594594
@@ -712,6 +712,7 @@
712HTML_DIR712HTML_DIR
713GTKDOC_MKPDF713GTKDOC_MKPDF
714GTKDOC_REBASE714GTKDOC_REBASE
715GTKDOC_CHECK_PATH
715GTKDOC_CHECK716GTKDOC_CHECK
716PKG_CONFIG_LIBDIR717PKG_CONFIG_LIBDIR
717PKG_CONFIG_PATH718PKG_CONFIG_PATH
@@ -1474,7 +1475,7 @@
1474 # Omit some internal or obsolete options to make the list less imposing.1475 # Omit some internal or obsolete options to make the list less imposing.
1475 # This message is too long to be a string in the A/UX 3.1 sh.1476 # This message is too long to be a string in the A/UX 3.1 sh.
1476 cat <<_ACEOF1477 cat <<_ACEOF
1477\`configure' configures gnome-packagekit 3.8.2 to adapt to many kinds of systems.1478\`configure' configures gnome-packagekit 3.10.1 to adapt to many kinds of systems.
14781479
1479Usage: $0 [OPTION]... [VAR=VALUE]...1480Usage: $0 [OPTION]... [VAR=VALUE]...
14801481
@@ -1545,7 +1546,7 @@
15451546
1546if test -n "$ac_init_help"; then1547if test -n "$ac_init_help"; then
1547 case $ac_init_help in1548 case $ac_init_help in
1548 short | recursive ) echo "Configuration of gnome-packagekit 3.8.2:";;1549 short | recursive ) echo "Configuration of gnome-packagekit 3.10.1:";;
1549 esac1550 esac
1550 cat <<\_ACEOF1551 cat <<\_ACEOF
15511552
@@ -1709,7 +1710,7 @@
1709test -n "$ac_init_help" && exit $ac_status1710test -n "$ac_init_help" && exit $ac_status
1710if $ac_init_version; then1711if $ac_init_version; then
1711 cat <<\_ACEOF1712 cat <<\_ACEOF
1712gnome-packagekit configure 3.8.21713gnome-packagekit configure 3.10.1
1713generated by GNU Autoconf 2.691714generated by GNU Autoconf 2.69
17141715
1715Copyright (C) 2012 Free Software Foundation, Inc.1716Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2074,7 +2075,7 @@
2074This file contains any messages produced by compilers while2075This file contains any messages produced by compilers while
2075running configure, to aid debugging if configure makes a mistake.2076running configure, to aid debugging if configure makes a mistake.
20762077
2077It was created by gnome-packagekit $as_me 3.8.2, which was2078It was created by gnome-packagekit $as_me 3.10.1, which was
2078generated by GNU Autoconf 2.69. Invocation command line was2079generated by GNU Autoconf 2.69. Invocation command line was
20792080
2080 $ $0 $@2081 $ $0 $@
@@ -2938,7 +2939,7 @@
29382939
2939# Define the identity of the package.2940# Define the identity of the package.
2940 PACKAGE='gnome-packagekit'2941 PACKAGE='gnome-packagekit'
2941 VERSION='3.8.2'2942 VERSION='3.10.1'
29422943
29432944
2944cat >>confdefs.h <<_ACEOF2945cat >>confdefs.h <<_ACEOF
@@ -2979,92 +2980,132 @@
2979AMTAR='$${TAR-tar}'2980AMTAR='$${TAR-tar}'
29802981
29812982
2982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&52983# We'll loop over all known methods to create a tar archive until one works.
2984_am_tools='gnutar plaintar pax cpio none'
2985
2986# The POSIX 1988 'ustar' format is defined with fixed-size fields.
2987 # There is notably a 21 bits limit for the UID and the GID. In fact,
2988 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
2989 # and bug#13588).
2990 am_max_uid=2097151 # 2^21 - 1
2991 am_max_gid=$am_max_uid
2992 # The $UID and $GID variables are not portable, so we need to resort
2993 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
2994 # below are definitely unexpected, so allow the users to see them
2995 # (that is, avoid stderr redirection).
2996 am_uid=`id -u || echo unknown`
2997 am_gid=`id -g || echo unknown`
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
2999$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3000 if test $am_uid -le $am_max_uid; then
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3002$as_echo "yes" >&6; }
3003 else
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3005$as_echo "no" >&6; }
3006 _am_tools=none
3007 fi
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3009$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3010 if test $am_gid -le $am_max_gid; then
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3012$as_echo "yes" >&6; }
3013 else
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3015$as_echo "no" >&6; }
3016 _am_tools=none
3017 fi
3018
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2983$as_echo_n "checking how to create a ustar tar archive... " >&6; }3020$as_echo_n "checking how to create a ustar tar archive... " >&6; }
2984# Loop over all known methods to create a tar archive until one works.3021
2985_am_tools='gnutar plaintar pax cpio none'3022 # Go ahead even if we have the value already cached. We do so because we
2986_am_tools=${am_cv_prog_tar_ustar-$_am_tools}3023 # need to set the values for the 'am__tar' and 'am__untar' variables.
2987# Do not fold the above two line into one, because Tru64 sh and3024 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2988# Solaris sh will not grok spaces in the rhs of '-'.3025
2989for _am_tool in $_am_tools3026 for _am_tool in $_am_tools; do
2990do3027 case $_am_tool in
2991 case $_am_tool in3028 gnutar)
2992 gnutar)3029 for _am_tar in tar gnutar gtar; do
2993 for _am_tar in tar gnutar gtar;3030 { echo "$as_me:$LINENO: $_am_tar --version" >&5
2994 do
2995 { echo "$as_me:$LINENO: $_am_tar --version" >&5
2996 ($_am_tar --version) >&5 2>&53031 ($_am_tar --version) >&5 2>&5
2997 ac_status=$?3032 ac_status=$?
2998 echo "$as_me:$LINENO: \$? = $ac_status" >&53033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999 (exit $ac_status); } && break3034 (exit $ac_status); } && break
3000 done3035 done
3001 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'3036 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3002 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'3037 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3003 am__untar="$_am_tar -xf -"3038 am__untar="$_am_tar -xf -"
3004 ;;3039 ;;
3005 plaintar)3040 plaintar)
3006 # Must skip GNU tar: if it does not support --format= it doesn't create3041 # Must skip GNU tar: if it does not support --format= it doesn't create
3007 # ustar tarball either.3042 # ustar tarball either.
3008 (tar --version) >/dev/null 2>&1 && continue3043 (tar --version) >/dev/null 2>&1 && continue
3009 am__tar='tar chf - "$$tardir"'3044 am__tar='tar chf - "$$tardir"'
3010 am__tar_='tar chf - "$tardir"'3045 am__tar_='tar chf - "$tardir"'
3011 am__untar='tar xf -'3046 am__untar='tar xf -'
3012 ;;3047 ;;
3013 pax)3048 pax)
3014 am__tar='pax -L -x ustar -w "$$tardir"'3049 am__tar='pax -L -x ustar -w "$$tardir"'
3015 am__tar_='pax -L -x ustar -w "$tardir"'3050 am__tar_='pax -L -x ustar -w "$tardir"'
3016 am__untar='pax -r'3051 am__untar='pax -r'
3017 ;;3052 ;;
3018 cpio)3053 cpio)
3019 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'3054 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3020 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'3055 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3021 am__untar='cpio -i -H ustar -d'3056 am__untar='cpio -i -H ustar -d'
3022 ;;3057 ;;
3023 none)3058 none)
3024 am__tar=false3059 am__tar=false
3025 am__tar_=false3060 am__tar_=false
3026 am__untar=false3061 am__untar=false
3027 ;;3062 ;;
3028 esac3063 esac
30293064
3030 # If the value was cached, stop now. We just wanted to have am__tar3065 # If the value was cached, stop now. We just wanted to have am__tar
3031 # and am__untar set.3066 # and am__untar set.
3032 test -n "${am_cv_prog_tar_ustar}" && break3067 test -n "${am_cv_prog_tar_ustar}" && break
30333068
3034 # tar/untar a dummy directory, and stop if the command works3069 # tar/untar a dummy directory, and stop if the command works.
3035 rm -rf conftest.dir3070 rm -rf conftest.dir
3036 mkdir conftest.dir3071 mkdir conftest.dir
3037 echo GrepMe > conftest.dir/file3072 echo GrepMe > conftest.dir/file
3038 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&53073 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3039 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&53074 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3040 ac_status=$?3075 ac_status=$?
3041 echo "$as_me:$LINENO: \$? = $ac_status" >&53076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3042 (exit $ac_status); }3077 (exit $ac_status); }
3043 rm -rf conftest.dir3078 rm -rf conftest.dir
3044 if test -s conftest.tar; then3079 if test -s conftest.tar; then
3045 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&53080 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3046 ($am__untar <conftest.tar) >&5 2>&53081 ($am__untar <conftest.tar) >&5 2>&5
3047 ac_status=$?3082 ac_status=$?
3048 echo "$as_me:$LINENO: \$? = $ac_status" >&53083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049 (exit $ac_status); }3084 (exit $ac_status); }
3050 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break3085 { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3051 fi3086 (cat conftest.dir/file) >&5 2>&5
3052done3087 ac_status=$?
3053rm -rf conftest.dir3088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3089 (exit $ac_status); }
3090 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3091 fi
3092 done
3093 rm -rf conftest.dir
30543094
3055if ${am_cv_prog_tar_ustar+:} false; then :3095 if ${am_cv_prog_tar_ustar+:} false; then :
3056 $as_echo_n "(cached) " >&63096 $as_echo_n "(cached) " >&6
3057else3097else
3058 am_cv_prog_tar_ustar=$_am_tool3098 am_cv_prog_tar_ustar=$_am_tool
3059fi3099fi
30603100
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&53101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3062$as_echo "$am_cv_prog_tar_ustar" >&6; }3102$as_echo "$am_cv_prog_tar_ustar" >&6; }
30633103
30643104
30653105
30663106
30673107
3108
3068ac_config_headers="$ac_config_headers config.h"3109ac_config_headers="$ac_config_headers config.h"
30693110
30703111
@@ -12412,6 +12453,8 @@
12412 -Werror=missing-include-dirs \12453 -Werror=missing-include-dirs \
12413 "12454 "
1241412455
12456 additional_flags=""
12457
12415 case "$enable_compile_warnings" in12458 case "$enable_compile_warnings" in
12416 no)12459 no)
12417 warning_flags=12460 warning_flags=
@@ -12420,10 +12463,10 @@
12420 warning_flags="-Wall"12463 warning_flags="-Wall"
12421 ;;12464 ;;
12422 yes)12465 yes)
12423 warning_flags="$base_warn_flags $base_error_flags"12466 warning_flags="$base_warn_flags $base_error_flags $additional_flags"
12424 ;;12467 ;;
12425 maximum|error)12468 maximum|error)
12426 warning_flags="$base_warn_flags $base_error_flags"12469 warning_flags="$base_warn_flags $base_error_flags $additional_flags"
12427 ;;12470 ;;
12428 *)12471 *)
12429 as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 512472 as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
@@ -12630,7 +12673,8 @@
12630.PHONY: pot12673.PHONY: pot
12631pot: $(_HELP_POTFILE)12674pot: $(_HELP_POTFILE)
12632$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)12675$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA)
12633 $(AM_V_GEN)$(ITSTOOL) -o "$@" $(_HELP_C_FILES)12676 $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \
12677 $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)")
1263412678
12635.PHONY: repo12679.PHONY: repo
12636repo: $(_HELP_POTFILE)12680repo: $(_HELP_POTFILE)
@@ -12895,26 +12939,24 @@
1289512939
1289612940
1289712941
12898 # Extract the first word of "gtkdoc-check", so it can be a program name with args.12942 # Extract the first word of "gtkdoc-check", so it can be a program name with args.
12899set dummy gtkdoc-check; ac_word=$212943set dummy gtkdoc-check; ac_word=$2
12900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&512944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12901$as_echo_n "checking for $ac_word... " >&6; }12945$as_echo_n "checking for $ac_word... " >&6; }
12902if ${ac_cv_path_GTKDOC_CHECK+:} false; then :12946if ${ac_cv_prog_GTKDOC_CHECK+:} false; then :
12903 $as_echo_n "(cached) " >&612947 $as_echo_n "(cached) " >&6
12904else12948else
12905 case $GTKDOC_CHECK in12949 if test -n "$GTKDOC_CHECK"; then
12906 [\\/]* | ?:[\\/]*)12950 ac_cv_prog_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test.
12907 ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.12951else
12908 ;;12952as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12909 *)
12910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12911for as_dir in $PATH12953for as_dir in $PATH
12912do12954do
12913 IFS=$as_save_IFS12955 IFS=$as_save_IFS
12914 test -z "$as_dir" && as_dir=.12956 test -z "$as_dir" && as_dir=.
12915 for ac_exec_ext in '' $ac_executable_extensions; do12957 for ac_exec_ext in '' $ac_executable_extensions; do
12916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then12958 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12917 ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"12959 ac_cv_prog_GTKDOC_CHECK="gtkdoc-check.test"
12918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12919 break 212961 break 2
12920 fi12962 fi
@@ -12922,10 +12964,9 @@
12922 done12964 done
12923IFS=$as_save_IFS12965IFS=$as_save_IFS
1292412966
12925 ;;12967fi
12926esac12968fi
12927fi12969GTKDOC_CHECK=$ac_cv_prog_GTKDOC_CHECK
12928GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
12929if test -n "$GTKDOC_CHECK"; then12970if test -n "$GTKDOC_CHECK"; then
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&512971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
12931$as_echo "$GTKDOC_CHECK" >&6; }12972$as_echo "$GTKDOC_CHECK" >&6; }
@@ -12935,6 +12976,46 @@
12935fi12976fi
1293612977
1293712978
12979 # Extract the first word of "gtkdoc-check", so it can be a program name with args.
12980set dummy gtkdoc-check; ac_word=$2
12981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12982$as_echo_n "checking for $ac_word... " >&6; }
12983if ${ac_cv_path_GTKDOC_CHECK_PATH+:} false; then :
12984 $as_echo_n "(cached) " >&6
12985else
12986 case $GTKDOC_CHECK_PATH in
12987 [\\/]* | ?:[\\/]*)
12988 ac_cv_path_GTKDOC_CHECK_PATH="$GTKDOC_CHECK_PATH" # Let the user override the test with a path.
12989 ;;
12990 *)
12991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12992for as_dir in $PATH
12993do
12994 IFS=$as_save_IFS
12995 test -z "$as_dir" && as_dir=.
12996 for ac_exec_ext in '' $ac_executable_extensions; do
12997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12998 ac_cv_path_GTKDOC_CHECK_PATH="$as_dir/$ac_word$ac_exec_ext"
12999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13000 break 2
13001 fi
13002done
13003 done
13004IFS=$as_save_IFS
13005
13006 ;;
13007esac
13008fi
13009GTKDOC_CHECK_PATH=$ac_cv_path_GTKDOC_CHECK_PATH
13010if test -n "$GTKDOC_CHECK_PATH"; then
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5
13012$as_echo "$GTKDOC_CHECK_PATH" >&6; }
13013else
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13015$as_echo "no" >&6; }
13016fi
13017
13018
12938 for ac_prog in gtkdoc-rebase13019 for ac_prog in gtkdoc-rebase
12939do13020do
12940 # Extract the first word of "$ac_prog", so it can be a program name with args.13021 # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -16205,7 +16286,7 @@
16205# report actual input values of CONFIG_FILES etc. instead of their16286# report actual input values of CONFIG_FILES etc. instead of their
16206# values after options handling.16287# values after options handling.
16207ac_log="16288ac_log="
16208This file was extended by gnome-packagekit $as_me 3.8.2, which was16289This file was extended by gnome-packagekit $as_me 3.10.1, which was
16209generated by GNU Autoconf 2.69. Invocation command line was16290generated by GNU Autoconf 2.69. Invocation command line was
1621016291
16211 CONFIG_FILES = $CONFIG_FILES16292 CONFIG_FILES = $CONFIG_FILES
@@ -16271,7 +16352,7 @@
16271cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=116352cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16272ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"16353ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16273ac_cs_version="\\16354ac_cs_version="\\
16274gnome-packagekit config.status 3.8.216355gnome-packagekit config.status 3.10.1
16275configured by $0, generated by GNU Autoconf 2.69,16356configured by $0, generated by GNU Autoconf 2.69,
16276 with options \\"\$ac_cs_config\\"16357 with options \\"\$ac_cs_config\\"
1627716358
@@ -17360,7 +17441,7 @@
17360 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`17441 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17361 test -z "$DEPDIR" && continue17442 test -z "$DEPDIR" && continue
17362 am__include=`sed -n 's/^am__include = //p' < "$mf"`17443 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17363 test -z "am__include" && continue17444 test -z "$am__include" && continue
17364 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`17445 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17365 # Find all dependency output files, they are included files with17446 # Find all dependency output files, they are included files with
17366 # $(DEPDIR) in their names. We invoke sed twice because it is the17447 # $(DEPDIR) in their names. We invoke sed twice because it is the
1736717448
=== modified file 'configure.ac'
--- configure.ac 2013-06-04 14:16:12 +0000
+++ configure.ac 2014-01-19 08:23:49 +0000
@@ -1,6 +1,6 @@
1AC_PREREQ(2.65)1AC_PREREQ(2.65)
22
3AC_INIT([gnome-packagekit],[3.8.2])3AC_INIT([gnome-packagekit],[3.10.1])
4AC_CONFIG_SRCDIR(src)4AC_CONFIG_SRCDIR(src)
5AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])5AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])
6AC_CONFIG_HEADERS([config.h])6AC_CONFIG_HEADERS([config.h])
77
=== modified file 'data/Makefile.am'
--- data/Makefile.am 2012-03-28 01:59:22 +0000
+++ data/Makefile.am 2014-01-19 08:23:49 +0000
@@ -5,6 +5,11 @@
5migrationdir = $(datadir)/GConf/gsettings5migrationdir = $(datadir)/GConf/gsettings
6dist_migration_DATA = org.gnome.packagekit.gschema.migrate6dist_migration_DATA = org.gnome.packagekit.gschema.migrate
77
8appdatadir = $(datadir)/appdata
9dist_appdata_DATA = \
10 gpk-application.appdata.xml \
11 gpk-update-viewer.appdata.xml
12
8@INTLTOOL_DESKTOP_RULE@13@INTLTOOL_DESKTOP_RULE@
9desktopdir = $(datadir)/applications14desktopdir = $(datadir)/applications
10desktop_in_files = \15desktop_in_files = \
1116
=== modified file 'data/Makefile.in'
--- data/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -52,7 +80,7 @@
52host_triplet = @host@80host_triplet = @host@
53subdir = data81subdir = data
54DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
55 $(dist_migration_DATA)83 $(dist_appdata_DATA) $(dist_migration_DATA)
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m484ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/configure.ac85am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -115,11 +143,11 @@
115 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \143 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
116 $(am__cd) "$$dir" && rm -f $$files; }; \144 $(am__cd) "$$dir" && rm -f $$files; }; \
117 }145 }
118am__installdirs = "$(DESTDIR)$(desktopdir)" \146am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(appdatadir)" \
119 "$(DESTDIR)$(migrationdir)" "$(DESTDIR)$(pkgdatadir)" \147 "$(DESTDIR)$(migrationdir)" "$(DESTDIR)$(pkgdatadir)" \
120 "$(DESTDIR)$(servicedir)"148 "$(DESTDIR)$(servicedir)"
121DATA = $(desktop_DATA) $(dist_migration_DATA) $(pkgdata_DATA) \149DATA = $(desktop_DATA) $(dist_appdata_DATA) $(dist_migration_DATA) \
122 $(service_DATA)150 $(pkgdata_DATA) $(service_DATA)
123RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \151RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
124 distclean-recursive maintainer-clean-recursive152 distclean-recursive maintainer-clean-recursive
125am__recursive_targets = \153am__recursive_targets = \
@@ -221,6 +249,7 @@
221GREP = @GREP@249GREP = @GREP@
222GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@250GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
223GTKDOC_CHECK = @GTKDOC_CHECK@251GTKDOC_CHECK = @GTKDOC_CHECK@
252GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
224GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@253GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
225GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@254GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
226GTKDOC_MKPDF = @GTKDOC_MKPDF@255GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -375,6 +404,11 @@
375SUBDIRS = icons404SUBDIRS = icons
376migrationdir = $(datadir)/GConf/gsettings405migrationdir = $(datadir)/GConf/gsettings
377dist_migration_DATA = org.gnome.packagekit.gschema.migrate406dist_migration_DATA = org.gnome.packagekit.gschema.migrate
407appdatadir = $(datadir)/appdata
408dist_appdata_DATA = \
409 gpk-application.appdata.xml \
410 gpk-update-viewer.appdata.xml
411
378desktopdir = $(datadir)/applications412desktopdir = $(datadir)/applications
379desktop_in_files = \413desktop_in_files = \
380 gpk-install-local-file.desktop.in \414 gpk-install-local-file.desktop.in \
@@ -486,6 +520,27 @@
486 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \520 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
487 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \521 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
488 dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)522 dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
523install-dist_appdataDATA: $(dist_appdata_DATA)
524 @$(NORMAL_INSTALL)
525 @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
526 if test -n "$$list"; then \
527 echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
528 $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
529 fi; \
530 for p in $$list; do \
531 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
532 echo "$$d$$p"; \
533 done | $(am__base_list) | \
534 while read files; do \
535 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
536 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
537 done
538
539uninstall-dist_appdataDATA:
540 @$(NORMAL_UNINSTALL)
541 @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
542 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
543 dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
489install-dist_migrationDATA: $(dist_migration_DATA)544install-dist_migrationDATA: $(dist_migration_DATA)
490 @$(NORMAL_INSTALL)545 @$(NORMAL_INSTALL)
491 @list='$(dist_migration_DATA)'; test -n "$(migrationdir)" || list=; \546 @list='$(dist_migration_DATA)'; test -n "$(migrationdir)" || list=; \
@@ -557,13 +612,12 @@
557# (which will cause the Makefiles to be regenerated when you run 'make');612# (which will cause the Makefiles to be regenerated when you run 'make');
558# (2) otherwise, pass the desired values on the 'make' command line.613# (2) otherwise, pass the desired values on the 'make' command line.
559$(am__recursive_targets):614$(am__recursive_targets):
560 @fail= failcom='exit 1'; \615 @fail=; \
561 for f in x $$MAKEFLAGS; do \616 if $(am__make_keepgoing); then \
562 case $$f in \617 failcom='fail=yes'; \
563 *=* | --[!k]*);; \618 else \
564 *k*) failcom='fail=yes';; \619 failcom='exit 1'; \
565 esac; \620 fi; \
566 done; \
567 dot_seen=no; \621 dot_seen=no; \
568 target=`echo $@ | sed s/-recursive//`; \622 target=`echo $@ | sed s/-recursive//`; \
569 case "$@" in \623 case "$@" in \
@@ -710,7 +764,7 @@
710all-am: Makefile $(DATA)764all-am: Makefile $(DATA)
711installdirs: installdirs-recursive765installdirs: installdirs-recursive
712installdirs-am:766installdirs-am:
713 for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(migrationdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(servicedir)"; do \767 for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(migrationdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(servicedir)"; do \
714 test -z "$$dir" || $(MKDIR_P) "$$dir"; \768 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
715 done769 done
716install: install-recursive770install: install-recursive
@@ -764,8 +818,9 @@
764818
765info-am:819info-am:
766820
767install-data-am: install-desktopDATA install-dist_migrationDATA \821install-data-am: install-desktopDATA install-dist_appdataDATA \
768 install-pkgdataDATA install-serviceDATA822 install-dist_migrationDATA install-pkgdataDATA \
823 install-serviceDATA
769824
770install-dvi: install-dvi-recursive825install-dvi: install-dvi-recursive
771826
@@ -809,8 +864,9 @@
809864
810ps-am:865ps-am:
811866
812uninstall-am: uninstall-desktopDATA uninstall-dist_migrationDATA \867uninstall-am: uninstall-desktopDATA uninstall-dist_appdataDATA \
813 uninstall-pkgdataDATA uninstall-serviceDATA868 uninstall-dist_migrationDATA uninstall-pkgdataDATA \
869 uninstall-serviceDATA
814870
815.MAKE: $(am__recursive_targets) install-am install-strip871.MAKE: $(am__recursive_targets) install-am install-strip
816872
@@ -819,15 +875,16 @@
819 cscopelist-am ctags ctags-am distclean distclean-generic \875 cscopelist-am ctags ctags-am distclean distclean-generic \
820 distclean-libtool distclean-tags distdir dvi dvi-am html \876 distclean-libtool distclean-tags distdir dvi dvi-am html \
821 html-am info info-am install install-am install-data \877 html-am info info-am install install-am install-data \
822 install-data-am install-desktopDATA install-dist_migrationDATA \878 install-data-am install-desktopDATA install-dist_appdataDATA \
823 install-dvi install-dvi-am install-exec install-exec-am \879 install-dist_migrationDATA install-dvi install-dvi-am \
824 install-html install-html-am install-info install-info-am \880 install-exec install-exec-am install-html install-html-am \
825 install-man install-pdf install-pdf-am install-pkgdataDATA \881 install-info install-info-am install-man install-pdf \
826 install-ps install-ps-am install-serviceDATA install-strip \882 install-pdf-am install-pkgdataDATA install-ps install-ps-am \
827 installcheck installcheck-am installdirs installdirs-am \883 install-serviceDATA install-strip installcheck installcheck-am \
828 maintainer-clean maintainer-clean-generic mostlyclean \884 installdirs installdirs-am maintainer-clean \
829 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \885 maintainer-clean-generic mostlyclean mostlyclean-generic \
830 tags tags-am uninstall uninstall-am uninstall-desktopDATA \886 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
887 uninstall-am uninstall-desktopDATA uninstall-dist_appdataDATA \
831 uninstall-dist_migrationDATA uninstall-pkgdataDATA \888 uninstall-dist_migrationDATA uninstall-pkgdataDATA \
832 uninstall-serviceDATA889 uninstall-serviceDATA
833890
834891
=== added file 'data/gpk-application.appdata.xml'
--- data/gpk-application.appdata.xml 1970-01-01 00:00:00 +0000
+++ data/gpk-application.appdata.xml 2014-01-19 08:23:49 +0000
@@ -0,0 +1,26 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
3<application>
4 <id type="desktop">gpk-application.desktop</id>
5 <licence>CC0</licence>
6 <name>GNOME Package Installer</name>
7 <description>
8 <p>
9 Package Installer allows you to install and remove packages on your system.
10 You can view search packages by name, details or even file name and also
11 see dependencies of one package on other packages.
12 Searching by groups is possible and is an easy way to find software in
13 your favorite desktop environment.
14 </p>
15 <p>
16 Package Installer uses PackageKit and can work on any distribution using
17 the native package management framework.
18 </p>
19 </description>
20 <screenshots>
21 <screenshot type="default">https://git.gnome.org/browse/gnome-packagekit/plain/data/appdata/ss-application.png</screenshot>
22 <screenshot>https://git.gnome.org/browse/gnome-packagekit/plain/data/appdata/ss-application-details.png</screenshot>
23 </screenshots>
24 <url type="homepage">http://www.packagekit.org/</url>
25 <updatecontact>richard_at_hughsie.com</updatecontact>
26</application>
027
=== modified file 'data/gpk-application.desktop.in'
--- data/gpk-application.desktop.in 2013-06-04 14:16:12 +0000
+++ data/gpk-application.desktop.in 2014-01-19 08:23:49 +0000
@@ -1,11 +1,11 @@
1[Desktop Entry]1[Desktop Entry]
2_Name=Software2_Name=Packages
3_Comment=Add or remove software installed on the system3_Comment=Add or remove software installed on the system
4Icon=system-software-install4Icon=system-software-install
5Exec=gpk-application5Exec=gpk-application
6Terminal=false6Terminal=false
7Type=Application7Type=Application
8Categories=GNOME;GTK;System;8Categories=GNOME;GTK;System;Settings;PackageManager;
9_Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Store;9_Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Store;
10NotShowIn=KDE;10NotShowIn=KDE;
11StartupNotify=true11StartupNotify=true
1212
=== modified file 'data/gpk-application.ui'
--- data/gpk-application.ui 2013-06-04 14:16:12 +0000
+++ data/gpk-application.ui 2014-01-19 08:23:49 +0000
@@ -325,7 +325,7 @@
325 <property name="visible">True</property>325 <property name="visible">True</property>
326 <property name="can_focus">False</property>326 <property name="can_focus">False</property>
327 <property name="xalign">1</property>327 <property name="xalign">1</property>
328 <property name="label" translatable="yes">Licence</property>328 <property name="label" translatable="yes">License</property>
329 <style>329 <style>
330 <class name="dim-label"/>330 <class name="dim-label"/>
331 </style>331 </style>
332332
=== added file 'data/gpk-update-viewer.appdata.xml'
--- data/gpk-update-viewer.appdata.xml 1970-01-01 00:00:00 +0000
+++ data/gpk-update-viewer.appdata.xml 2014-01-19 08:23:49 +0000
@@ -0,0 +1,23 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
3<application>
4 <id type="desktop">gpk-update-viewer.desktop</id>
5 <licence>CC0</licence>
6 <name>GNOME Package Updater</name>
7 <description>
8 <p>
9 Package Updater allows you to update packages on your system without
10 rebooting.
11 You can view details about each update and choose which updates to apply.
12 </p>
13 <p>
14 Package Updater uses PackageKit and can work on any distribution using
15 the native package management framework.
16 </p>
17 </description>
18 <screenshots>
19 <screenshot type="default">https://git.gnome.org/browse/gnome-packagekit/plain/data/appdata/ss-updater.png</screenshot>
20 </screenshots>
21 <url type="homepage">http://www.packagekit.org/</url>
22 <updatecontact>richard_at_hughsie.com</updatecontact>
23</application>
024
=== modified file 'data/gpk-update-viewer.ui'
--- data/gpk-update-viewer.ui 2011-11-10 22:12:52 +0000
+++ data/gpk-update-viewer.ui 2014-01-19 08:23:49 +0000
@@ -234,6 +234,7 @@
234 <property name="can_focus">True</property>234 <property name="can_focus">True</property>
235 <child>235 <child>
236 <object class="GtkScrolledWindow" id="scrolledwindow_details">236 <object class="GtkScrolledWindow" id="scrolledwindow_details">
237 <property name="height_request">100</property>
237 <property name="visible">True</property>238 <property name="visible">True</property>
238 <property name="can_focus">True</property>239 <property name="can_focus">True</property>
239 <property name="shadow_type">in</property>240 <property name="shadow_type">in</property>
240241
=== modified file 'data/icons/16x16/Makefile.in'
--- data/icons/16x16/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/16x16/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -187,6 +215,7 @@
187GREP = @GREP@215GREP = @GREP@
188GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@216GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
189GTKDOC_CHECK = @GTKDOC_CHECK@217GTKDOC_CHECK = @GTKDOC_CHECK@
218GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
190GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@219GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
191GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@220GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
192GTKDOC_MKPDF = @GTKDOC_MKPDF@221GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -385,13 +414,12 @@
385# (which will cause the Makefiles to be regenerated when you run 'make');414# (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.415# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):416$(am__recursive_targets):
388 @fail= failcom='exit 1'; \417 @fail=; \
389 for f in x $$MAKEFLAGS; do \418 if $(am__make_keepgoing); then \
390 case $$f in \419 failcom='fail=yes'; \
391 *=* | --[!k]*);; \420 else \
392 *k*) failcom='fail=yes';; \421 failcom='exit 1'; \
393 esac; \422 fi; \
394 done; \
395 dot_seen=no; \423 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \424 target=`echo $@ | sed s/-recursive//`; \
397 case "$@" in \425 case "$@" in \
398426
=== modified file 'data/icons/16x16/animations/Makefile.in'
--- data/icons/16x16/animations/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/16x16/animations/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/16x16/categories/Makefile.in'
--- data/icons/16x16/categories/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/16x16/categories/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/16x16/status/Makefile.in'
--- data/icons/16x16/status/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/16x16/status/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/22x22/Makefile.in'
--- data/icons/22x22/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/22x22/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -187,6 +215,7 @@
187GREP = @GREP@215GREP = @GREP@
188GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@216GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
189GTKDOC_CHECK = @GTKDOC_CHECK@217GTKDOC_CHECK = @GTKDOC_CHECK@
218GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
190GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@219GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
191GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@220GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
192GTKDOC_MKPDF = @GTKDOC_MKPDF@221GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -385,13 +414,12 @@
385# (which will cause the Makefiles to be regenerated when you run 'make');414# (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.415# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):416$(am__recursive_targets):
388 @fail= failcom='exit 1'; \417 @fail=; \
389 for f in x $$MAKEFLAGS; do \418 if $(am__make_keepgoing); then \
390 case $$f in \419 failcom='fail=yes'; \
391 *=* | --[!k]*);; \420 else \
392 *k*) failcom='fail=yes';; \421 failcom='exit 1'; \
393 esac; \422 fi; \
394 done; \
395 dot_seen=no; \423 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \424 target=`echo $@ | sed s/-recursive//`; \
397 case "$@" in \425 case "$@" in \
398426
=== modified file 'data/icons/22x22/animations/Makefile.in'
--- data/icons/22x22/animations/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/22x22/animations/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/22x22/categories/Makefile.in'
--- data/icons/22x22/categories/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/22x22/categories/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/22x22/status/Makefile.in'
--- data/icons/22x22/status/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/22x22/status/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/24x24/Makefile.in'
--- data/icons/24x24/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/24x24/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -187,6 +215,7 @@
187GREP = @GREP@215GREP = @GREP@
188GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@216GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
189GTKDOC_CHECK = @GTKDOC_CHECK@217GTKDOC_CHECK = @GTKDOC_CHECK@
218GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
190GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@219GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
191GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@220GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
192GTKDOC_MKPDF = @GTKDOC_MKPDF@221GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -385,13 +414,12 @@
385# (which will cause the Makefiles to be regenerated when you run 'make');414# (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.415# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):416$(am__recursive_targets):
388 @fail= failcom='exit 1'; \417 @fail=; \
389 for f in x $$MAKEFLAGS; do \418 if $(am__make_keepgoing); then \
390 case $$f in \419 failcom='fail=yes'; \
391 *=* | --[!k]*);; \420 else \
392 *k*) failcom='fail=yes';; \421 failcom='exit 1'; \
393 esac; \422 fi; \
394 done; \
395 dot_seen=no; \423 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \424 target=`echo $@ | sed s/-recursive//`; \
397 case "$@" in \425 case "$@" in \
398426
=== modified file 'data/icons/24x24/animations/Makefile.in'
--- data/icons/24x24/animations/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/24x24/animations/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/24x24/categories/Makefile.in'
--- data/icons/24x24/categories/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/24x24/categories/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/24x24/status/Makefile.in'
--- data/icons/24x24/status/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/24x24/status/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/48x48/Makefile.in'
--- data/icons/48x48/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/48x48/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -187,6 +215,7 @@
187GREP = @GREP@215GREP = @GREP@
188GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@216GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
189GTKDOC_CHECK = @GTKDOC_CHECK@217GTKDOC_CHECK = @GTKDOC_CHECK@
218GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
190GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@219GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
191GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@220GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
192GTKDOC_MKPDF = @GTKDOC_MKPDF@221GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -385,13 +414,12 @@
385# (which will cause the Makefiles to be regenerated when you run 'make');414# (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.415# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):416$(am__recursive_targets):
388 @fail= failcom='exit 1'; \417 @fail=; \
389 for f in x $$MAKEFLAGS; do \418 if $(am__make_keepgoing); then \
390 case $$f in \419 failcom='fail=yes'; \
391 *=* | --[!k]*);; \420 else \
392 *k*) failcom='fail=yes';; \421 failcom='exit 1'; \
393 esac; \422 fi; \
394 done; \
395 dot_seen=no; \423 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \424 target=`echo $@ | sed s/-recursive//`; \
397 case "$@" in \425 case "$@" in \
398426
=== modified file 'data/icons/48x48/animations/Makefile.in'
--- data/icons/48x48/animations/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/48x48/animations/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/48x48/categories/Makefile.in'
--- data/icons/48x48/categories/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/48x48/categories/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/48x48/status/Makefile.in'
--- data/icons/48x48/status/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/48x48/status/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/Makefile.am'
--- data/icons/Makefile.am 2011-02-23 18:23:07 +0000
+++ data/icons/Makefile.am 2014-01-19 08:23:49 +0000
@@ -1,13 +1,15 @@
1SUBDIRS = scalable 16x16 22x22 24x24 48x481SUBDIRS = scalable 16x16 22x22 24x24 48x48
22
3gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor3gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
44
5install-data-hook:5install-data-hook: update-icon-cache
6uninstall-hook: update-icon-cache
7update-icon-cache:
6 @-if test -z "$(DESTDIR)"; then \8 @-if test -z "$(DESTDIR)"; then \
7 echo "Updating Gtk icon cache."; \9 echo "Updating Gtk icon cache."; \
8 $(gtk_update_icon_cache); \10 $(gtk_update_icon_cache); \
9 else \11 else \
10 echo "*** Icon cache not updated. After install, run this:"; \12 echo "*** Icon cache not updated. After (un)install, run this:"; \
11 echo "*** $(gtk_update_icon_cache)"; \13 echo "*** $(gtk_update_icon_cache)"; \
12 fi14 fi
1315
1416
=== modified file 'data/icons/Makefile.in'
--- data/icons/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -187,6 +215,7 @@
187GREP = @GREP@215GREP = @GREP@
188GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@216GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
189GTKDOC_CHECK = @GTKDOC_CHECK@217GTKDOC_CHECK = @GTKDOC_CHECK@
218GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
190GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@219GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
191GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@220GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
192GTKDOC_MKPDF = @GTKDOC_MKPDF@221GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -338,7 +367,7 @@
338top_builddir = @top_builddir@367top_builddir = @top_builddir@
339top_srcdir = @top_srcdir@368top_srcdir = @top_srcdir@
340SUBDIRS = scalable 16x16 22x22 24x24 48x48369SUBDIRS = scalable 16x16 22x22 24x24 48x48
341gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor370gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
342all: all-recursive371all: all-recursive
343372
344.SUFFIXES:373.SUFFIXES:
@@ -386,13 +415,12 @@
386# (which will cause the Makefiles to be regenerated when you run 'make');415# (which will cause the Makefiles to be regenerated when you run 'make');
387# (2) otherwise, pass the desired values on the 'make' command line.416# (2) otherwise, pass the desired values on the 'make' command line.
388$(am__recursive_targets):417$(am__recursive_targets):
389 @fail= failcom='exit 1'; \418 @fail=; \
390 for f in x $$MAKEFLAGS; do \419 if $(am__make_keepgoing); then \
391 case $$f in \420 failcom='fail=yes'; \
392 *=* | --[!k]*);; \421 else \
393 *k*) failcom='fail=yes';; \422 failcom='exit 1'; \
394 esac; \423 fi; \
395 done; \
396 dot_seen=no; \424 dot_seen=no; \
397 target=`echo $@ | sed s/-recursive//`; \425 target=`echo $@ | sed s/-recursive//`; \
398 case "$@" in \426 case "$@" in \
@@ -635,9 +663,10 @@
635ps-am:663ps-am:
636664
637uninstall-am:665uninstall-am:
638666 @$(NORMAL_INSTALL)
667 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
639.MAKE: $(am__recursive_targets) install-am install-data-am \668.MAKE: $(am__recursive_targets) install-am install-data-am \
640 install-strip669 install-strip uninstall-am
641670
642.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \671.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
643 check-am clean clean-generic clean-libtool cscopelist-am ctags \672 check-am clean clean-generic clean-libtool cscopelist-am ctags \
@@ -651,15 +680,17 @@
651 installcheck-am installdirs installdirs-am maintainer-clean \680 installcheck-am installdirs installdirs-am maintainer-clean \
652 maintainer-clean-generic mostlyclean mostlyclean-generic \681 maintainer-clean-generic mostlyclean mostlyclean-generic \
653 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \682 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
654 uninstall-am683 uninstall-am uninstall-hook
655684
656685
657install-data-hook:686install-data-hook: update-icon-cache
687uninstall-hook: update-icon-cache
688update-icon-cache:
658 @-if test -z "$(DESTDIR)"; then \689 @-if test -z "$(DESTDIR)"; then \
659 echo "Updating Gtk icon cache."; \690 echo "Updating Gtk icon cache."; \
660 $(gtk_update_icon_cache); \691 $(gtk_update_icon_cache); \
661 else \692 else \
662 echo "*** Icon cache not updated. After install, run this:"; \693 echo "*** Icon cache not updated. After (un)install, run this:"; \
663 echo "*** $(gtk_update_icon_cache)"; \694 echo "*** $(gtk_update_icon_cache)"; \
664 fi695 fi
665696
666697
=== modified file 'data/icons/scalable/Makefile.in'
--- data/icons/scalable/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/scalable/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34pkgdatadir = $(datadir)/@PACKAGE@62pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@63pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@64pkglibdir = $(libdir)/@PACKAGE@
@@ -187,6 +215,7 @@
187GREP = @GREP@215GREP = @GREP@
188GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@216GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
189GTKDOC_CHECK = @GTKDOC_CHECK@217GTKDOC_CHECK = @GTKDOC_CHECK@
218GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
190GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@219GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
191GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@220GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
192GTKDOC_MKPDF = @GTKDOC_MKPDF@221GTKDOC_MKPDF = @GTKDOC_MKPDF@
@@ -385,13 +414,12 @@
385# (which will cause the Makefiles to be regenerated when you run 'make');414# (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.415# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):416$(am__recursive_targets):
388 @fail= failcom='exit 1'; \417 @fail=; \
389 for f in x $$MAKEFLAGS; do \418 if $(am__make_keepgoing); then \
390 case $$f in \419 failcom='fail=yes'; \
391 *=* | --[!k]*);; \420 else \
392 *k*) failcom='fail=yes';; \421 failcom='exit 1'; \
393 esac; \422 fi; \
394 done; \
395 dot_seen=no; \423 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \424 target=`echo $@ | sed s/-recursive//`; \
397 case "$@" in \425 case "$@" in \
398426
=== modified file 'data/icons/scalable/categories/Makefile.in'
--- data/icons/scalable/categories/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/scalable/categories/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'data/icons/scalable/status/Makefile.in'
--- data/icons/scalable/status/Makefile.in 2013-06-04 14:16:12 +0000
+++ data/icons/scalable/status/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15@SET_MAKE@15@SET_MAKE@
1616
17VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \19am__make_running_with_option = \
20 am__dry=no; \20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
21 case $$MAKEFLAGS in \31 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \32 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \33 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \36 esac; \
27 case $$am__flg in \37 fi; \
28 *=*|--*) ;; \38 skip_next=no; \
29 *n*) am__dry=yes; break;; \39 strip_trailopt () \
30 esac; \40 { \
31 done;; \41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
32 esac; \42 }; \
33 test $$am__dry = yes; \43 for flg in $$sane_makeflags; do \
34 }44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@63pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@64pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@65pkglibdir = $(libdir)/@PACKAGE@
@@ -157,6 +185,7 @@
157GREP = @GREP@185GREP = @GREP@
158GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@186GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159GTKDOC_CHECK = @GTKDOC_CHECK@187GTKDOC_CHECK = @GTKDOC_CHECK@
188GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
160GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@189GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
161GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@190GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
162GTKDOC_MKPDF = @GTKDOC_MKPDF@191GTKDOC_MKPDF = @GTKDOC_MKPDF@
163192
=== modified file 'debian/changelog'
--- debian/changelog 2013-08-28 06:56:44 +0000
+++ debian/changelog 2014-01-19 08:23:49 +0000
@@ -1,3 +1,25 @@
1gnome-packagekit (3.10.1-1ubuntu1) trusty; urgency=medium
2
3 * Merge from debian. Remaining changes:
4 - Drop build dependency on obsoleted gtk-doc-utils and libapt-pkg-dev
5 - Raise version of the libglib2.0-dev build dependency
6 - Alternatively depend on aptdaemon's PackageKit compatibility layer
7 * Revert update-notifier transition change from debian
8
9 -- Jackson Doak <noskcaj@ubuntu.com> Sat, 21 Dec 2013 09:51:49 +1100
10
11gnome-packagekit (3.10.1-1) unstable; urgency=low
12
13 * New upstream release: 3.10.1
14 - Closes: #717898
15 - Closes: #657801 (partially)
16 * Remove the old and outdated python-packagekit-gtk package
17 * Build-depend on yelp-tools instead of gnome-doc-utils
18 * Provide transition from update-notifier
19 to GNOME-PackageKit (Closes: #707706)
20
21 -- Matthias Klumpp <mak@debian.org> Wed, 04 Dec 2013 18:46:38 +0100
22
1gnome-packagekit (3.8.2-4ubuntu1) saucy; urgency=low23gnome-packagekit (3.8.2-4ubuntu1) saucy; urgency=low
224
3 * Merge with Debian Unstable (LP: #1200303). Remaining change:25 * Merge with Debian Unstable (LP: #1200303). Remaining change:
426
=== modified file 'debian/control'
--- debian/control 2013-08-28 06:56:44 +0000
+++ debian/control 2014-01-19 08:23:49 +0000
@@ -2,13 +2,12 @@
2Section: gnome2Section: gnome
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Matthias Klumpp <matthias@tenstral.net>5XSBC-Original-Maintainer: Matthias Klumpp <mak@debian.org>
6Vcs-Git: git://anonscm.debian.org/pkg-packagekit/gnome-packagekit.git6Vcs-Git: git://anonscm.debian.org/pkg-packagekit/gnome-packagekit.git
7Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-packagekit/gnome-packagekit.git7Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-packagekit/gnome-packagekit.git
8Build-Depends: debhelper (>= 9.0.0),8Build-Depends: debhelper (>= 9.0.0),
9 dh-autoreconf,9 dh-autoreconf,
10 docbook-utils,10 docbook-utils,
11 yelp-tools,
12 intltool (>= 0.40),11 intltool (>= 0.40),
13 itstool,12 itstool,
14 libcanberra-gtk3-dev,13 libcanberra-gtk3-dev,
@@ -24,7 +23,8 @@
24 libx11-dev,23 libx11-dev,
25 python-dev,24 python-dev,
26 rarian-compat,25 rarian-compat,
27 xmlto26 xmlto,
27 yelp-tools
28Standards-Version: 3.9.428Standards-Version: 3.9.4
29Homepage: http://help.gnome.org/users/gnome-packagekit/stable/29Homepage: http://help.gnome.org/users/gnome-packagekit/stable/
3030
@@ -93,4 +93,4 @@
93 This package contains several small GUI helper tools for sofware management,93 This package contains several small GUI helper tools for sofware management,
94 which are able to install mime-types or package catalogs.94 which are able to install mime-types or package catalogs.
95 It also contains an utility to generate service packs for offline package95 It also contains an utility to generate service packs for offline package
96 installation.96 installation.
97\ No newline at end of file97\ No newline at end of file
9898
=== modified file 'debian/gnome-packagekit.install'
--- debian/gnome-packagekit.install 2013-06-04 14:16:12 +0000
+++ debian/gnome-packagekit.install 2014-01-19 08:23:49 +0000
@@ -1,6 +1,7 @@
1usr/bin/gpk-application1usr/bin/gpk-application
2usr/bin/gpk-install-local-file2usr/bin/gpk-install-local-file
3usr/bin/gpk-update-viewer3usr/bin/gpk-update-viewer
4usr/share/appdata/*
4usr/share/applications/gpk-application.desktop5usr/share/applications/gpk-application.desktop
5usr/share/applications/gpk-install-local-file.desktop6usr/share/applications/gpk-install-local-file.desktop
6usr/share/applications/gpk-update-viewer.desktop7usr/share/applications/gpk-update-viewer.desktop
78
=== modified file 'debian/rules'
--- debian/rules 2012-09-27 23:50:55 +0000
+++ debian/rules 2014-01-19 08:23:49 +0000
@@ -8,7 +8,7 @@
8INSTALLDIR = $(CURDIR)/debian/tmp8INSTALLDIR = $(CURDIR)/debian/tmp
99
10%:10%:
11 dh $@ --parallel --with python211 dh $@ --parallel
1212
13override_dh_auto_configure:13override_dh_auto_configure:
14 dh_auto_configure -- $(GPK_CONFIGURE_FLAGS)14 dh_auto_configure -- $(GPK_CONFIGURE_FLAGS)
@@ -19,6 +19,7 @@
19 # We don't ship these files19 # We don't ship these files
20 rm -f $(INSTALLDIR)/usr/share/applications/gpk-distro-upgrade.desktop20 rm -f $(INSTALLDIR)/usr/share/applications/gpk-distro-upgrade.desktop
21 rm -f $(INSTALLDIR)/usr/bin/gpk-distro-upgrade21 rm -f $(INSTALLDIR)/usr/bin/gpk-distro-upgrade
22 rm -rf $(INSTALLDIR)/usr/lib/python*
2223
23override_dh_install:24override_dh_install:
24 dh_install --list-missing25 dh_install --list-missing
2526
=== modified file 'depcomp'
--- depcomp 2013-06-04 14:16:12 +0000
+++ depcomp 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1#! /bin/sh1#! /bin/sh
2# depcomp - compile a program generating dependencies as side-effects2# depcomp - compile a program generating dependencies as side-effects
33
4scriptversion=2012-10-18.11; # UTC4scriptversion=2013-05-30.07; # UTC
55
6# Copyright (C) 1999-2013 Free Software Foundation, Inc.6# Copyright (C) 1999-2013 Free Software Foundation, Inc.
77
@@ -552,6 +552,7 @@
552 G552 G
553 p553 p
554}' >> "$depfile"554}' >> "$depfile"
555 echo >> "$depfile" # make sure the fragment doesn't end with a backslash
555 rm -f "$tmpdepfile"556 rm -f "$tmpdepfile"
556 ;;557 ;;
557558
558559
=== modified file 'docs/Makefile.in'
--- docs/Makefile.in 2013-06-04 14:16:12 +0000
+++ docs/Makefile.in 2014-01-19 08:23:49 +0000
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.13.1 from Makefile.am.1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55
6# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
1414
15@SET_MAKE@15@SET_MAKE@
16VPATH = @srcdir@16VPATH = @srcdir@
17am__make_dryrun = \17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 { \18am__make_running_with_option = \
19 am__dry=no; \19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
20 case $$MAKEFLAGS in \30 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \31 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \32 bs=\\; \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
24 *) \34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
25 for am__flg in $$MAKEFLAGS; do \35 esac; \
26 case $$am__flg in \36 fi; \
27 *=*|--*) ;; \37 skip_next=no; \
28 *n*) am__dry=yes; break;; \38 strip_trailopt () \
29 esac; \39 { \
30 done;; \40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
31 esac; \41 }; \
32 test $$am__dry = yes; \42 for flg in $$sane_makeflags; do \
33 }43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: