1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Merge branch 'master' of github.com:AvengeMedia/DankMaterialShell

This commit is contained in:
bbedward
2025-11-13 17:31:29 -05:00

View File

@@ -46,16 +46,19 @@ authentication, and dynamic theming.
%install %install
# Install greeter files to shared data location (from quickshell/ subdirectory) # Install greeter files to shared data location (from quickshell/ subdirectory)
install -dm755 %{buildroot}%{_datadir}/quickshell/dms-greeter install -dm755 %{buildroot}%{_datadir}/quickshell/dms-greeter
cp -r %{_builddir}/%{name}-%{version}/quickshell/* %{buildroot}%{_datadir}/quickshell/dms-greeter/ cp -r DankMaterialShell/quickshell/* %{buildroot}%{_datadir}/quickshell/dms-greeter/
# Install launcher script # Install launcher script
install -Dm755 %{_builddir}/%{name}-%{version}/quickshell/Modules/Greetd/assets/dms-greeter %{buildroot}%{_bindir}/dms-greeter install -Dm755 DankMaterialShell/quickshell/Modules/Greetd/assets/dms-greeter %{buildroot}%{_bindir}/dms-greeter
# Install documentation # Install documentation
install -Dm644 %{_builddir}/%{name}-%{version}/quickshell/Modules/Greetd/README.md %{buildroot}%{_docdir}/dms-greeter/README.md install -Dm644 DankMaterialShell/quickshell/Modules/Greetd/README.md %{buildroot}%{_docdir}/dms-greeter/README.md
# Create cache directory for greeter data # Create cache directory for greeter data
install -Dpm0644 %{_builddir}/%{name}-%{version}/quickshell/systemd/tmpfiles-dms-greeter.conf %{buildroot}%{_tmpfilesdir}/dms-greeter.conf install -Dpm0644 DankMaterialShell/quickshell/systemd/tmpfiles-dms-greeter.conf %{buildroot}%{_tmpfilesdir}/dms-greeter.conf
# Install LICENSE file
install -Dm644 DankMaterialShell/LICENSE %{buildroot}%{_docdir}/dms-greeter/LICENSE
# Create greeter home directory # Create greeter home directory
install -dm755 %{buildroot}%{_sharedstatedir}/greeter install -dm755 %{buildroot}%{_sharedstatedir}/greeter
@@ -79,7 +82,7 @@ if [ -d "%{_sysconfdir}/xdg/quickshell/dms-greeter" ]; then
fi fi
%files %files
%license %{_builddir}/%{name}-%{version}/LICENSE %license %{_docdir}/dms-greeter/LICENSE
%doc %{_docdir}/dms-greeter/README.md %doc %{_docdir}/dms-greeter/README.md
%{_bindir}/dms-greeter %{_bindir}/dms-greeter
%{_datadir}/quickshell/dms-greeter/ %{_datadir}/quickshell/dms-greeter/