Skip to content

Latest commit

 

History

History
609 lines (476 loc) · 19.1 KB

sociald.spec

File metadata and controls

609 lines (476 loc) · 19.1 KB
 
1
2
Name: sociald
Summary: Syncs device data from social services
Jan 14, 2019
Jan 14, 2019
3
Version: 0.2.3
4
Release: 1
Apr 7, 2014
Apr 7, 2014
5
Group: System/Libraries
Jun 13, 2014
Jun 13, 2014
6
License: LGPLv2.1
7
8
URL: https://bitbucket.org/jolla/base-sociald
Source0: %{name}-%{version}.tar.bz2
Jun 24, 2013
Jun 24, 2013
9
10
11
12
13
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(mlite5)
Jun 11, 2014
Jun 11, 2014
14
BuildRequires: pkgconfig(buteosyncfw5) >= 0.6.36
Jun 24, 2013
Jun 24, 2013
15
BuildRequires: pkgconfig(libsignon-qt5)
Feb 3, 2015
Feb 3, 2015
16
BuildRequires: pkgconfig(accounts-qt5) >= 1.13
Oct 13, 2015
Oct 13, 2015
17
BuildRequires: pkgconfig(socialcache) >= 0.0.48
Apr 7, 2014
Apr 7, 2014
18
BuildRequires: pkgconfig(libsailfishkeyprovider)
Jun 28, 2013
Jun 28, 2013
19
BuildRequires: qt5-qttools-linguist
Nov 6, 2015
Nov 6, 2015
20
BuildRequires: ssu-devel
Jun 24, 2013
Jun 24, 2013
21
Requires: buteo-syncfw-qt5-msyncd
Feb 19, 2014
Feb 19, 2014
22
23
Requires: systemd
Requires(post): systemd
Mar 9, 2018
Mar 9, 2018
24
Obsoletes: sociald-facebook-notifications
25
26
%description
Apr 7, 2014
Apr 7, 2014
27
A Buteo plugin which provides data synchronization with various social services.
28
29
30
%files
%defattr(-,root,root,-)
Jun 11, 2014
Jun 11, 2014
31
32
33
34
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/sociald-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libsociald-client.so
Jun 24, 2013
Jun 24, 2013
35
%config %{_sysconfdir}/buteo/profiles/client/sociald.xml
Apr 7, 2014
Apr 7, 2014
36
37
38
39
40
%config %{_sysconfdir}/buteo/profiles/sync/sociald.All.xml
%package facebook-calendars
Summary: Provides calendar synchronisation with Facebook
Jun 13, 2014
Jun 13, 2014
41
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
42
43
44
45
46
47
48
49
50
Group: System/Libraries
BuildRequires: pkgconfig(libmkcal-qt5)
BuildRequires: pkgconfig(libkcalcoren-qt5)
Requires: %{name} = %{version}-%{release}
%description facebook-calendars
Provides calendar synchronisation with Facebook
%files facebook-calendars
Jun 11, 2014
Jun 11, 2014
51
52
53
54
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/facebook-calendars-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libfacebook-calendars-client.so
Apr 7, 2014
Apr 7, 2014
55
%config %{_sysconfdir}/buteo/profiles/client/facebook-calendars.xml
Sep 25, 2013
Sep 25, 2013
56
%config %{_sysconfdir}/buteo/profiles/sync/facebook.Calendars.xml
Apr 7, 2014
Apr 7, 2014
57
58
%pre facebook-calendars
Oct 4, 2017
Oct 4, 2017
59
60
rm -f /home/nemo/.cache/msyncd/sync/client/facebook-calendars.xml || :
rm -f /home/nemo/.cache/msyncd/sync/facebook.Calendars.xml || :
Apr 7, 2014
Apr 7, 2014
61
62
%post facebook-calendars
Jun 1, 2015
Jun 1, 2015
63
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
64
65
66
67
%package facebook-contacts
Summary: Provides contact synchronisation with Facebook
Jun 13, 2014
Jun 13, 2014
68
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
69
Group: System/Libraries
Jan 30, 2019
Jan 30, 2019
70
BuildRequires: pkgconfig(Qt5Gui)
Apr 7, 2014
Apr 7, 2014
71
72
73
74
75
76
77
78
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions)
Requires: %{name} = %{version}-%{release}
%description facebook-contacts
Provides contact synchronisation with Facebook
%files facebook-contacts
Jun 11, 2014
Jun 11, 2014
79
80
81
82
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/facebook-contacts-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libfacebook-contacts-client.so
Apr 7, 2014
Apr 7, 2014
83
%config %{_sysconfdir}/buteo/profiles/client/facebook-contacts.xml
Sep 25, 2013
Sep 25, 2013
84
%config %{_sysconfdir}/buteo/profiles/sync/facebook.Contacts.xml
Apr 7, 2014
Apr 7, 2014
85
86
%pre facebook-contacts
Oct 4, 2017
Oct 4, 2017
87
88
rm -f /home/nemo/.cache/msyncd/sync/client/facebook-contacts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/facebook.Contacts.xml || :
Apr 7, 2014
Apr 7, 2014
89
90
%post facebook-contacts
Jun 1, 2015
Jun 1, 2015
91
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
92
93
94
95
%package facebook-images
Summary: Provides image synchronisation with Facebook
Jun 13, 2014
Jun 13, 2014
96
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
97
98
99
100
101
102
103
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description facebook-images
Provides image synchronisation with Facebook
%files facebook-images
Jun 11, 2014
Jun 11, 2014
104
105
106
107
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/facebook-images-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libfacebook-images-client.so
Apr 7, 2014
Apr 7, 2014
108
%config %{_sysconfdir}/buteo/profiles/client/facebook-images.xml
Sep 25, 2013
Sep 25, 2013
109
%config %{_sysconfdir}/buteo/profiles/sync/facebook.Images.xml
Apr 7, 2014
Apr 7, 2014
110
111
%pre facebook-images
Oct 4, 2017
Oct 4, 2017
112
113
rm -f /home/nemo/.cache/msyncd/sync/client/facebook-images.xml || :
rm -f /home/nemo/.cache/msyncd/sync/facebook.Images.xml || :
Apr 7, 2014
Apr 7, 2014
114
115
%post facebook-images
Jun 1, 2015
Jun 1, 2015
116
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
117
118
Apr 16, 2014
Apr 16, 2014
119
120
%package facebook-signon
Summary: Provides signon credentials refreshing with Facebook
Jun 13, 2014
Jun 13, 2014
121
License: LGPLv2.1
Apr 16, 2014
Apr 16, 2014
122
123
124
125
126
127
128
129
Group: System/Libraries
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description facebook-signon
Provides signon credentials refreshing with Facebook
%files facebook-signon
Jun 11, 2014
Jun 11, 2014
130
131
132
133
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/facebook-signon-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libfacebook-signon-client.so
Apr 16, 2014
Apr 16, 2014
134
135
136
137
%config %{_sysconfdir}/buteo/profiles/client/facebook-signon.xml
%config %{_sysconfdir}/buteo/profiles/sync/facebook.Signon.xml
%pre facebook-signon
Oct 4, 2017
Oct 4, 2017
138
139
rm -f /home/nemo/.cache/msyncd/sync/client/facebook-signon.xml || :
rm -f /home/nemo/.cache/msyncd/sync/facebook.Signon.xml || :
Apr 16, 2014
Apr 16, 2014
140
141
%post facebook-signon
Jun 1, 2015
Jun 1, 2015
142
systemctl-user try-restart msyncd.service || :
Apr 16, 2014
Apr 16, 2014
143
144
145
Apr 7, 2014
Apr 7, 2014
146
147
%package google-calendars
Summary: Provides calendar synchronisation with Google
Jun 13, 2014
Jun 13, 2014
148
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
149
150
151
152
153
154
155
156
157
Group: System/Libraries
BuildRequires: pkgconfig(libmkcal-qt5)
BuildRequires: pkgconfig(libkcalcoren-qt5)
Requires: %{name} = %{version}-%{release}
%description google-calendars
Provides calendar synchronisation with Google
%files google-calendars
Jun 11, 2014
Jun 11, 2014
158
159
160
161
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/google-calendars-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libgoogle-calendars-client.so
Apr 7, 2014
Apr 7, 2014
162
163
164
165
%config %{_sysconfdir}/buteo/profiles/client/google-calendars.xml
%config %{_sysconfdir}/buteo/profiles/sync/google.Calendars.xml
%pre google-calendars
Oct 4, 2017
Oct 4, 2017
166
167
rm -f /home/nemo/.cache/msyncd/sync/client/google-calendars.xml || :
rm -f /home/nemo/.cache/msyncd/sync/google.Calendars.xml || :
Apr 7, 2014
Apr 7, 2014
168
169
%post google-calendars
Jun 1, 2015
Jun 1, 2015
170
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
171
172
173
174
%package google-contacts
Summary: Provides contact synchronisation with Google
Jun 13, 2014
Jun 13, 2014
175
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
176
Group: System/Libraries
Jan 30, 2019
Jan 30, 2019
177
BuildRequires: pkgconfig(Qt5Gui)
Apr 7, 2014
Apr 7, 2014
178
BuildRequires: pkgconfig(Qt5Contacts)
Apr 30, 2014
Apr 30, 2014
179
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions) >= 0.1.58
Apr 7, 2014
Apr 7, 2014
180
181
182
183
184
185
Requires: %{name} = %{version}-%{release}
%description google-contacts
Provides contact synchronisation with Google
%files google-contacts
Jun 11, 2014
Jun 11, 2014
186
187
188
189
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/google-contacts-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libgoogle-contacts-client.so
Apr 7, 2014
Apr 7, 2014
190
191
192
193
%config %{_sysconfdir}/buteo/profiles/client/google-contacts.xml
%config %{_sysconfdir}/buteo/profiles/sync/google.Contacts.xml
%pre google-contacts
Oct 4, 2017
Oct 4, 2017
194
195
rm -f /home/nemo/.cache/msyncd/sync/client/google-contacts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/google.Contacts.xml || :
Apr 7, 2014
Apr 7, 2014
196
197
%post google-contacts
Jun 1, 2015
Jun 1, 2015
198
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
199
200
Apr 16, 2014
Apr 16, 2014
201
202
%package google-signon
Summary: Provides signon credentials refreshing with Google
Jun 13, 2014
Jun 13, 2014
203
License: LGPLv2.1
Apr 16, 2014
Apr 16, 2014
204
205
206
207
208
209
210
211
Group: System/Libraries
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description google-signon
Provides signon credentials refreshing with Google
%files google-signon
Jun 11, 2014
Jun 11, 2014
212
213
214
215
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/google-signon-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libgoogle-signon-client.so
Apr 16, 2014
Apr 16, 2014
216
217
218
219
%config %{_sysconfdir}/buteo/profiles/client/google-signon.xml
%config %{_sysconfdir}/buteo/profiles/sync/google.Signon.xml
%pre google-signon
Oct 4, 2017
Oct 4, 2017
220
221
rm -f /home/nemo/.cache/msyncd/sync/client/google-signon.xml || :
rm -f /home/nemo/.cache/msyncd/sync/google.Signon.xml || :
Apr 16, 2014
Apr 16, 2014
222
223
%post google-signon
Jun 1, 2015
Jun 1, 2015
224
systemctl-user try-restart msyncd.service || :
Apr 16, 2014
Apr 16, 2014
225
226
Apr 7, 2014
Apr 7, 2014
227
228
229
%package twitter-notifications
Summary: Provides notification synchronisation with Twitter
Jun 13, 2014
Jun 13, 2014
230
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
231
232
233
234
235
236
237
238
239
240
241
Group: System/Libraries
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions)
BuildRequires: nemo-qml-plugin-notifications-qt5-devel
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description twitter-notifications
Provides notification synchronisation with Twitter
%files twitter-notifications
Jun 11, 2014
Jun 11, 2014
242
243
244
245
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/twitter-notifications-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libtwitter-notifications-client.so
Apr 7, 2014
Apr 7, 2014
246
247
248
%config %{_sysconfdir}/buteo/profiles/client/twitter-notifications.xml
%config %{_sysconfdir}/buteo/profiles/sync/twitter.Notifications.xml
%{_datadir}/lipstick/notificationcategories/x-nemo.social.twitter.mention.conf
Jun 5, 2015
Jun 5, 2015
249
250
%{_datadir}/lipstick/notificationcategories/x-nemo.social.twitter.retweet.conf
%{_datadir}/lipstick/notificationcategories/x-nemo.social.twitter.follower.conf
May 9, 2014
May 9, 2014
251
%{_datadir}/translations/lipstick-jolla-home-twitter-notif_eng_en.qm
Apr 7, 2014
Apr 7, 2014
252
253
%pre twitter-notifications
Oct 4, 2017
Oct 4, 2017
254
255
rm -f /home/nemo/.cache/msyncd/sync/client/twitter-notifications.xml || :
rm -f /home/nemo/.cache/msyncd/sync/twitter.Notifications.xml || :
Apr 7, 2014
Apr 7, 2014
256
257
%post twitter-notifications
Jun 1, 2015
Jun 1, 2015
258
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
259
260
261
262
%package twitter-posts
Summary: Provides post synchronisation with Twitter
Jun 13, 2014
Jun 13, 2014
263
License: LGPLv2.1
Apr 7, 2014
Apr 7, 2014
264
265
266
267
268
269
270
271
272
273
Group: System/Libraries
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions)
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description twitter-posts
Provides post synchronisation with Twitter
%files twitter-posts
Jun 11, 2014
Jun 11, 2014
274
275
276
277
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/twitter-posts-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libtwitter-posts-client.so
Apr 7, 2014
Apr 7, 2014
278
279
280
281
282
%config %{_sysconfdir}/buteo/profiles/client/twitter-posts.xml
%config %{_sysconfdir}/buteo/profiles/sync/twitter.Posts.xml
%{_datadir}/lipstick/notificationcategories/x-nemo.social.twitter.tweet.conf
%pre twitter-posts
Oct 4, 2017
Oct 4, 2017
283
284
rm -f /home/nemo/.cache/msyncd/sync/client/twitter-posts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/twitter.Posts.xml || :
Apr 7, 2014
Apr 7, 2014
285
286
%post twitter-posts
Jun 1, 2015
Jun 1, 2015
287
systemctl-user try-restart msyncd.service || :
Apr 7, 2014
Apr 7, 2014
288
289
Sep 11, 2015
Sep 11, 2015
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
%package onedrive-signon
Summary: Provides signon credentials refreshing with OneDrive
License: LGPLv2.1
Group: System/Libraries
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description onedrive-signon
Provides signon credentials refreshing with OneDrive
%files onedrive-signon
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/onedrive-signon-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libonedrive-signon-client.so
%config %{_sysconfdir}/buteo/profiles/client/onedrive-signon.xml
%config %{_sysconfdir}/buteo/profiles/sync/onedrive.Signon.xml
%pre onedrive-signon
Oct 4, 2017
Oct 4, 2017
309
310
rm -f /home/nemo/.cache/msyncd/sync/client/onedrive-signon.xml || :
rm -f /home/nemo/.cache/msyncd/sync/onedrive.Signon.xml || :
Sep 11, 2015
Sep 11, 2015
311
312
313
314
315
%post onedrive-signon
systemctl-user try-restart msyncd.service || :
Oct 12, 2015
Oct 12, 2015
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
%package vk-posts
Summary: Provides post synchronisation with VK
License: LGPLv2.1
Group: System/Libraries
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions)
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description vk-posts
Provides post synchronisation with VK
%files vk-posts
%{_datadir}/lipstick/notificationcategories/x-nemo.social.vk.statuspost.conf
#%{_datadir}/translations/lipstick-jolla-home-vk_eng_en.qm
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/vk-posts-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libvk-posts-client.so
%config %{_sysconfdir}/buteo/profiles/client/vk-posts.xml
%config %{_sysconfdir}/buteo/profiles/sync/vk.Posts.xml
%pre vk-posts
Oct 4, 2017
Oct 4, 2017
339
340
rm -f /home/nemo/.cache/msyncd/sync/client/vk-posts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/vk.Posts.xml || :
Oct 12, 2015
Oct 12, 2015
341
342
343
%post vk-posts
systemctl-user restart msyncd.service || :
Sep 11, 2015
Sep 11, 2015
344
Oct 9, 2015
Oct 9, 2015
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
%package dropbox-images
Summary: Provides image synchronisation with Dropbox
License: LGPLv2.1
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description dropbox-images
Provides image synchronisation with Dropbox
%files dropbox-images
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/dropbox-images-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libdropbox-images-client.so
%config %{_sysconfdir}/buteo/profiles/client/dropbox-images.xml
%config %{_sysconfdir}/buteo/profiles/sync/dropbox.Images.xml
%pre dropbox-images
Oct 4, 2017
Oct 4, 2017
363
364
rm -f /home/nemo/.cache/msyncd/sync/client/dropbox-images.xml || :
rm -f /home/nemo/.cache/msyncd/sync/dropbox.Images.xml || :
Oct 9, 2015
Oct 9, 2015
365
366
367
368
%post dropbox-images
systemctl-user try-restart msyncd.service || :
Oct 9, 2015
Oct 9, 2015
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
%package onedrive-images
Summary: Provides image synchronisation with OneDrive
License: LGPLv2.1
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description onedrive-images
Provides image synchronisation with OneDrive
%files onedrive-images
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/onedrive-images-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libonedrive-images-client.so
%config %{_sysconfdir}/buteo/profiles/client/onedrive-images.xml
%config %{_sysconfdir}/buteo/profiles/sync/onedrive.Images.xml
%pre onedrive-images
Oct 4, 2017
Oct 4, 2017
387
388
rm -f /home/nemo/.cache/msyncd/sync/client/onedrive-images.xml || :
rm -f /home/nemo/.cache/msyncd/sync/onedrive.Images.xml || :
Oct 9, 2015
Oct 9, 2015
389
390
391
392
393
394
%post onedrive-images
systemctl-user try-restart msyncd.service || :
Oct 9, 2015
Oct 9, 2015
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
%package onedrive-backup
Summary: Provides backup-blob synchronization for OneDrive
License: LGPLv2.1
Group: System/Libraries
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description onedrive-backup
Provides backup-blob synchronization for OneDrive
%files onedrive-backup
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/onedrive-backup-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libonedrive-backup-client.so
%config %{_sysconfdir}/buteo/profiles/client/onedrive-backup.xml
%config %{_sysconfdir}/buteo/profiles/sync/onedrive.Backup.xml
%pre onedrive-backup
Oct 4, 2017
Oct 4, 2017
414
415
rm -f /home/nemo/.cache/msyncd/sync/client/onedrive-backup.xml || :
rm -f /home/nemo/.cache/msyncd/sync/onedrive.Backup.xml || :
Oct 9, 2015
Oct 9, 2015
416
417
418
419
%post onedrive-backup
systemctl-user try-restart msyncd.service || :
Sep 11, 2015
Sep 11, 2015
420
Oct 9, 2015
Oct 9, 2015
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
%package dropbox-backup
Summary: Provides backup-blob synchronization for Dropbox
License: LGPLv2.1
Group: System/Libraries
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description dropbox-backup
Provides backup-blob synchronization for Dropbox
%files dropbox-backup
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/dropbox-backup-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libdropbox-backup-client.so
%config %{_sysconfdir}/buteo/profiles/client/dropbox-backup.xml
%config %{_sysconfdir}/buteo/profiles/sync/dropbox.Backup.xml
%pre dropbox-backup
Oct 4, 2017
Oct 4, 2017
441
442
rm -f /home/nemo/.cache/msyncd/sync/client/dropbox-backup.xml || :
rm -f /home/nemo/.cache/msyncd/sync/dropbox.Backup.xml || :
Oct 9, 2015
Oct 9, 2015
443
444
445
446
447
448
%post dropbox-backup
systemctl-user try-restart msyncd.service || :
Oct 12, 2015
Oct 12, 2015
449
450
%package vk-notifications
Summary: Provides notification synchronisation with VK
Oct 12, 2015
Oct 12, 2015
451
License: LGPLv2.1
Oct 12, 2015
Oct 12, 2015
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
Group: System/Libraries
BuildRequires: nemo-qml-plugin-notifications-qt5-devel
BuildRequires: qt5-qttools-linguist
Requires: %{name} = %{version}-%{release}
%description vk-notifications
Provides notification synchronisation with VK
%files vk-notifications
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/vk-notifications-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libvk-notifications-client.so
%config %{_sysconfdir}/buteo/profiles/client/vk-notifications.xml
%config %{_sysconfdir}/buteo/profiles/sync/vk.Notifications.xml
%{_datadir}/lipstick/notificationcategories/x-nemo.social.vk.notification.conf
%pre vk-notifications
Oct 4, 2017
Oct 4, 2017
470
471
rm -f /home/nemo/.cache/msyncd/sync/client/vk-notifications.xml || :
rm -f /home/nemo/.cache/msyncd/sync/vk.Notifications.xml || :
Oct 12, 2015
Oct 12, 2015
472
473
474
475
476
%post vk-notifications
systemctl-user restart msyncd.service || :
Oct 12, 2015
Oct 12, 2015
477
478
%package vk-calendars
Summary: Provides calendar synchronisation with VK
Oct 12, 2015
Oct 12, 2015
479
License: LGPLv2.1
Oct 12, 2015
Oct 12, 2015
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
Group: System/Libraries
BuildRequires: pkgconfig(libmkcal-qt5)
BuildRequires: pkgconfig(libkcalcoren-qt5)
Requires: %{name} = %{version}-%{release}
%description vk-calendars
Provides calendar synchronisation with VK
%files vk-calendars
#out-of-proces-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/vk-calendars-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libvk-calendars-client.so
%config %{_sysconfdir}/buteo/profiles/client/vk-calendars.xml
%config %{_sysconfdir}/buteo/profiles/sync/vk.Calendars.xml
%pre vk-calendars
Oct 4, 2017
Oct 4, 2017
497
498
rm -f /home/nemo/.cache/msyncd/sync/client/vk-calendars.xml || :
rm -f /home/nemo/.cache/msyncd/sync/vk.Calendars.xml || :
Oct 12, 2015
Oct 12, 2015
499
500
501
502
503
%post vk-calendars
systemctl-user restart msyncd.service || :
Oct 12, 2015
Oct 12, 2015
504
505
%package vk-contacts
Summary: Provides contact synchronisation with VK
Oct 12, 2015
Oct 12, 2015
506
License: LGPLv2.1
Oct 12, 2015
Oct 12, 2015
507
Group: System/Libraries
Jan 30, 2019
Jan 30, 2019
508
BuildRequires: pkgconfig(Qt5Gui)
Oct 12, 2015
Oct 12, 2015
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
BuildRequires: pkgconfig(Qt5Contacts)
BuildRequires: pkgconfig(qtcontacts-sqlite-qt5-extensions)
Requires: %{name} = %{version}-%{release}
%description vk-contacts
Provides contact synchronisation with VK
%files vk-contacts
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/vk-contacts-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libvk-contacts-client.so
%config %{_sysconfdir}/buteo/profiles/client/vk-contacts.xml
%config %{_sysconfdir}/buteo/profiles/sync/vk.Contacts.xml
%pre vk-contacts
Oct 4, 2017
Oct 4, 2017
525
526
rm -f /home/nemo/.cache/msyncd/sync/client/vk-contacts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/vk.Contacts.xml || :
Oct 12, 2015
Oct 12, 2015
527
528
529
530
%post vk-contacts
systemctl-user restart msyncd.service || :
Oct 12, 2015
Oct 12, 2015
531
Oct 12, 2015
Oct 12, 2015
532
533
%package vk-images
Summary: Provides image synchronisation with VK
Oct 12, 2015
Oct 12, 2015
534
License: LGPLv2.1
Oct 12, 2015
Oct 12, 2015
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description vk-images
Provides image synchronisation with VK
%files vk-images
#out-of-process-plugin form:
/usr/lib/buteo-plugins-qt5/oopp/vk-images-client
#in-process-plugin form:
#/usr/lib/buteo-plugins-qt5/libvk-images-client.so
%config %{_sysconfdir}/buteo/profiles/client/vk-images.xml
%config %{_sysconfdir}/buteo/profiles/sync/vk.Images.xml
%pre vk-images
Oct 4, 2017
Oct 4, 2017
550
551
rm -f /home/nemo/.cache/msyncd/sync/client/vk-images.xml || :
rm -f /home/nemo/.cache/msyncd/sync/vk.Images.xml || :
Oct 12, 2015
Oct 12, 2015
552
553
554
555
556
%post vk-images
systemctl-user restart msyncd.service || :
557
558
%package ts-devel
Summary: Translation source for sociald
Jun 13, 2014
Jun 13, 2014
559
License: LGPLv2.1
560
561
562
563
564
565
566
Group: System/Applications
%description ts-devel
Translation source for sociald
%files ts-devel
%defattr(-,root,root,-)
May 9, 2014
May 9, 2014
567
%{_datadir}/translations/source/lipstick-jolla-home-twitter-notif.ts
568
Jan 2, 2014
Jan 2, 2014
569
570
%package tests
Summary: Automatable tests for sociald
Jun 13, 2014
Jun 13, 2014
571
License: LGPLv2.1
Jan 2, 2014
Jan 2, 2014
572
Group: System/Applications
Jan 2, 2014
Jan 2, 2014
573
574
575
BuildRequires: pkgconfig(Qt5Test)
Requires: qt5-qtdeclarative-devel-tools
Requires: qt5-qtdeclarative-import-qttest
Jan 2, 2014
Jan 2, 2014
576
577
578
579
580
581
582
583
%description tests
Automatable tests for sociald
%files tests
%defattr(-,root,root,-)
/opt/tests/sociald/*
Apr 7, 2014
Apr 7, 2014
584
585
586
587
588
%prep
%setup -q -n %{name}-%{version}
%build
Jun 11, 2014
Jun 11, 2014
589
%qmake5 "DEFINES+=OUT_OF_PROCESS_PLUGIN"
Jul 3, 2017
Jul 3, 2017
590
make %{_smp_mflags}
591
Oct 25, 2013
Oct 25, 2013
592
%pre
Oct 4, 2017
Oct 4, 2017
593
594
595
596
597
598
599
600
601
rm -f /home/nemo/.cache/msyncd/sync/client/sociald.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.facebook.Calendars.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.facebook.Contacts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.facebook.Images.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.facebook.Notifications.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.twitter.Notifications.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.twitter.Posts.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.google.Calendars.xml || :
rm -f /home/nemo/.cache/msyncd/sync/sociald.google.Contacts.xml || :
Oct 25, 2013
Oct 25, 2013
602
603
604
%install
rm -rf %{buildroot}
Jun 24, 2013
Jun 24, 2013
605
%qmake5_install
Oct 25, 2013
Oct 25, 2013
606
607
%post
Jun 1, 2015
Jun 1, 2015
608
systemctl-user try-restart msyncd.service || :