You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.9 KiB
95 lines
2.9 KiB
Name: kde-connect
|
|
Version: 0.5
|
|
Release: 1%{?dist}
|
|
License: GPLv2+
|
|
Summary: KDE Connect client for communication with smartphones
|
|
|
|
Url: https://projects.kde.org/projects/playground/base/kdeconnect-kde
|
|
Source0: http://download.kde.org/unstable/kdeconnect/%{version}/src/kdeconnect-kde-%{version}.tar.xz
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: kdelibs4-devel
|
|
BuildRequires: qjson-devel
|
|
BuildRequires: qca2-devel
|
|
|
|
Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
|
|
|
|
%description
|
|
KDE Connect adds communication between KDE and your smartphone.
|
|
|
|
Currently, you can pair with your Android devices over Wifi using the
|
|
KDE Connect app from Albert Vaka which you can obtain via Google Play, F-Droid
|
|
or the project website.
|
|
|
|
%prep
|
|
%setup -q -n kdeconnect-kde-%{version}
|
|
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kde4} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
%find_lang %{name} --all-name --with-kde
|
|
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%postun
|
|
/sbin/ldconfig ||:
|
|
if [ $1 -eq 0 ] ; then
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%doc COPYING README
|
|
#daemon
|
|
%{_libexecdir}/kde4/kdeconnectd
|
|
#kcm
|
|
%{_kde4_libdir}/kde4/kcm_kdeconnect.so
|
|
%{_datadir}/applications/kde4/kdeconnect.desktop
|
|
%{_kde4_datadir}/kde4/services/kcm_kdeconnect.desktop
|
|
#lib
|
|
%{_kde4_libdir}/kde4/imports/org/kde/kdeconnect/
|
|
%{_kde4_libdir}/kde4/kded_kdeconnect.so
|
|
%{_kde4_libdir}/libkdeconnect.so
|
|
%{_kde4_libdir}/libkdeconnect.so.1
|
|
%{_kde4_libdir}/libkdeconnect.so.1.0.1
|
|
#dbus interfaces
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.daemon.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.battery.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.notifications.notification.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.notifications.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.sftp.xml
|
|
%{_datadir}/dbus-1/interfaces/org.kde.kded.kdeconnect.xml
|
|
#modules
|
|
%{_kde4_libdir}/kde4/kdeconnect_*.so
|
|
%{_kde4_appsdir}/kdeconnect/
|
|
%{_kde4_appsdir}/plasma/plasmoids/kdeconnect/
|
|
#module desktop files
|
|
%{_kde4_datadir}/kde4/services/kdeconnect_*.desktop
|
|
%{_kde4_datadir}/kde4/services/kded/kdeconnect.desktop
|
|
%{_kde4_datadir}/kde4/services/plasma-kdeconnect.desktop
|
|
%{_kde4_datadir}/kde4/servicetypes/kdeconnect_plugin.desktop
|
|
#icons
|
|
%{_datadir}/icons/hicolor/*/apps/kdeconnect.*
|
|
|
|
|
|
%changelog
|
|
* Mon Feb 24 2014 Martin Briza <mbriza@redhat.com> - 0.5-1
|
|
- New release
|
|
|
|
* Thu Jan 02 2014 Martin Briza <mbriza@redhat.com> - 0.4.2-1
|
|
- Initial package |