Add QML plugin to file list

This commit is contained in:
Pier Luigi Fiorini 2014-10-29 00:49:42 +01:00
parent 9b8fdbe993
commit 8dd048ffe7
2 changed files with 4 additions and 2 deletions

View file

@ -101,8 +101,8 @@ EOF
# Install systemd units
mkdir -p %{buildroot}%{_libdir}/systemd/user/user-session.target.wants/
for service in compositor kbuildsycoca5 kdeinit ksyncdbusenv shell; do
install -D -m 644 services/plasma-phone-${service}.service %{buildroot}%{_libdir}/systemd/user/plasma-phone-${service}.service
ln -s ../plasma-phone-${service}.service %{buildroot}%{_libdir}/systemd/user/user-session.target.wants/plasma-phone-${service}.service
install -D -m 644 services/plasma-phone-${service}.service %{buildroot}%{_libdir}/systemd/user/plasma-phone-${service}.service
ln -s ../plasma-phone-${service}.service %{buildroot}%{_libdir}/systemd/user/user-session.target.wants/plasma-phone-${service}.service
done
# << install post
@ -116,5 +116,6 @@ done
%{_sharedstatedir}/environment/plasma-phone/*
%{_libdir}/systemd/user/*
%{_libdir}/systemd/user/user-session.target.wants/*
%{_libdir}/qt5/qml/*
# >> files
# << files

View file

@ -47,3 +47,4 @@ Files:
- "%{_sharedstatedir}/environment/plasma-phone/*"
- "%{_libdir}/systemd/user/*"
- "%{_libdir}/systemd/user/user-session.target.wants/*"
- "%{_libdir}/qt5/qml/*"