Skip to content

Commit

Permalink
[sociald] Install a Facebook event feed subview for Lipstick. Contrib…
Browse files Browse the repository at this point in the history
…utes to JB#6525
  • Loading branch information
Vesa Halttunen committed Jul 12, 2013
1 parent 0477341 commit 975c37f
Show file tree
Hide file tree
Showing 8 changed files with 557 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
Makefile
*.so
*.ts
*.qm
.moc
.obj
5 changes: 4 additions & 1 deletion rpm/sociald.spec
Expand Up @@ -24,6 +24,7 @@ BuildRequires: buteo-syncfw-qt5-devel
# for lupdate
BuildRequires: qt5-qttools-linguist
Requires: nemo-qml-plugin-notifications-qt5
Requires: nemo-qml-plugin-social-qt5 >= 0.0.6
Requires: buteo-syncfw-qt5-msyncd

%description
Expand All @@ -37,7 +38,8 @@ A daemon process which provides data synchronization with various social service
%{_datadir}/lipstick/notificationcategories/x-nemo.social.facebook.notification.conf
%{_datadir}/lipstick/notificationcategories/x-nemo.social.twitter.mention.conf
%{_datadir}/translations/sociald_eng_en.qm

%{_datadir}/translations/lipstick-jolla-home-facebook_eng_en.qm
%{_datadir}/lipstick/eventfeed/facebook.qml

%package ts-devel
Summary: Translation source for sociald
Expand All @@ -50,6 +52,7 @@ Translation source for sociald
%files ts-devel
%defattr(-,root,root,-)
%{_datadir}/translations/source/sociald.ts
%{_datadir}/translations/source/lipstick-jolla-home-facebook.ts

%prep
%setup -q -n %{name}-%{version}
Expand Down

0 comments on commit 975c37f

Please sign in to comment.