[mirall] Try 2 plasmaclient

Joseph Marrero jmarrero at fedoraproject.org
Wed Mar 6 00:45:04 UTC 2013


commit 23c72a500fd3551feb3da50f4644efa7185ebd12
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Tue Mar 5 20:44:33 2013 -0400

    Try 2 plasmaclient

 mirall.spec |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/mirall.spec b/mirall.spec
index 9f42335..3ef7fd5 100644
--- a/mirall.spec
+++ b/mirall.spec
@@ -12,7 +12,9 @@ BuildRequires:  owncloud-csync-devel >= 0.70.4
 BuildRequires:  iniparser-devel
 BuildRequires:  qt4-devel 
 BuildRequires:  desktop-file-utils
+##kdelibs4 for the plasma client
 BuildRequires:  kdelibs4-devel
+##
 Requires:       %{name}-common%{?_isa} = %{version}-%{release}
 
 %description
@@ -92,9 +94,13 @@ fi
 %{_datadir}/icons/hicolor/48x48/apps/mirall.png
 
 %files common
+#remove libmirallsync on official merge
+%{_libdir}/libmirallsync.so
 %{_libdir}/libowncloudsync.so  
-%{_libdir}/libowncloudsync.so.0
-%{_libdir}/libowncloudsync.so.%{version}
+
+# re activate when officially merged#%{_libdir}/libowncloudsync.so.0
+#%{_libdir}/libowncloudsync.so.%{version}
+
 %{_datadir}/mirall
 %doc README.md COPYING
 %config  %{_prefix}%{_sysconfdir}/sync-exclude.lst
@@ -104,6 +110,21 @@ fi
 %{_datadir}/applications/owncloud.desktop
 %{_datadir}/icons/hicolor/48x48/apps/owncloud.png
 
+####PLasmaClient files -n owncloud-plasma-client
+%{_kde4_datadir}/kde4/apps/plasma/packages/org.kde.active.settings.owncloud/*
+%{_kde4_datadir}/kde4/services/plasma-package-org.kde.active.settings.owncloud.desktop
+%{_kde4_datadir}/autostart/owncloudsyncd.desktop
+%{_kde4_libdir}/kde4/plasma_applet_owncloud.so
+%{_kde4_datadir}/kde4/services/plasma-applet-owncloud.desktop
+%{_kde4_datadir}/autostart/owncloudsync.desktop
+%{_kde4_libdir}/libkdeinit4_owncloudsyncd.so
+%{_kde4_bindir}/owncloudsyncd
+%{_kde4_libdir}/kde4/active_settings_owncloud.so
+%{_kde4_libdir}/kde4/kcm_owncloud.so
+%{_kde4_datadir}/kde4/services/owncloudconfig.desktop
+%{_kde4_datadir}/kde4/services/settings-synchronization.desktop
+
+
 %changelog
 * Tue Mar 05 2013 <jmarrero at fedoraproject.org> 1.2.2-1
 - New Plasma client package


More information about the scm-commits mailing list