mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
packaging: add dms-open.desktop and danklogo.svg to all distributions
- Add dms-open.desktop to /usr/share/applications - Add danklogo.svg to /usr/share/icons/hicolor/scalable/apps - Updated packaging for: - Fedora (dms.spec) - OpenSUSE (dms.spec, dms-git.spec) - Debian (dms, dms-git) - Ubuntu (dms, dms-git) Fixes #860
This commit is contained in:
@@ -56,6 +56,8 @@ override_dh_auto_install:
|
||||
if [ -d DankMaterialShell-$(UPSTREAM_VERSION) ]; then \
|
||||
cp -r DankMaterialShell-$(UPSTREAM_VERSION)/quickshell/* debian/dms/usr/share/quickshell/dms/; \
|
||||
install -Dm644 DankMaterialShell-$(UPSTREAM_VERSION)/quickshell/assets/systemd/dms.service debian/dms/usr/lib/systemd/user/dms.service; \
|
||||
install -Dm644 DankMaterialShell-$(UPSTREAM_VERSION)/assets/dms-open.desktop debian/dms/usr/share/applications/dms-open.desktop; \
|
||||
install -Dm644 DankMaterialShell-$(UPSTREAM_VERSION)/core/assets/danklogo.svg debian/dms/usr/share/icons/hicolor/scalable/apps/danklogo.svg; \
|
||||
else \
|
||||
echo "ERROR: DankMaterialShell-$(UPSTREAM_VERSION) directory not found!" && \
|
||||
echo "Contents of current directory:" && ls -la && \
|
||||
|
||||
Reference in New Issue
Block a user