From 919a8b69e9193c44c5170d619212862aca4a874c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 19 Jun 2022 11:08:21 +0200 Subject: [PATCH] Add %{datadir}/pixmaps/system-logo-white.png required as standard icon by some tools --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c38882..153f47c 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ sysconfigdir= ${sysconfdir}/sysconfig profiledir = ${sysconfdir}/profile.d mambabasedatadir = ${datadir}/mambabase iconsdir = ${datadir}/icons +pixmapsdir = ${datadir}/pixmaps localesdir = ${datadir}/locale xdg_appsdir = ${datadir}/applications xdg_directorydir = ${datadir}/desktop-directories @@ -46,7 +47,9 @@ all: install-icons: $(INSTALL_DIR) $(DESTDIR)$(iconsdir); \ - cp -a hicolor $(DESTDIR)$(iconsdir) + cp -a hicolor $(DESTDIR)$(iconsdir); \ + @$(INSTALL_DIR) $(DESTDIR)$(pixmapsdir)/; \ + $(INSTALL_DATA) menu/icons/hicolor/128x128/apps/system-logo.png $(DESTDIR)$(pixmapsdir)/system-logo-white.png install: install-icons