mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-30 00:04:45 +00:00
Add QML plugin to file list
This commit is contained in:
parent
9b8fdbe993
commit
8dd048ffe7
2 changed files with 4 additions and 2 deletions
|
|
@ -116,5 +116,6 @@ done
|
||||||
%{_sharedstatedir}/environment/plasma-phone/*
|
%{_sharedstatedir}/environment/plasma-phone/*
|
||||||
%{_libdir}/systemd/user/*
|
%{_libdir}/systemd/user/*
|
||||||
%{_libdir}/systemd/user/user-session.target.wants/*
|
%{_libdir}/systemd/user/user-session.target.wants/*
|
||||||
|
%{_libdir}/qt5/qml/*
|
||||||
# >> files
|
# >> files
|
||||||
# << files
|
# << files
|
||||||
|
|
|
||||||
|
|
@ -47,3 +47,4 @@ Files:
|
||||||
- "%{_sharedstatedir}/environment/plasma-phone/*"
|
- "%{_sharedstatedir}/environment/plasma-phone/*"
|
||||||
- "%{_libdir}/systemd/user/*"
|
- "%{_libdir}/systemd/user/*"
|
||||||
- "%{_libdir}/systemd/user/user-session.target.wants/*"
|
- "%{_libdir}/systemd/user/user-session.target.wants/*"
|
||||||
|
- "%{_libdir}/qt5/qml/*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue