Added install rules for Compton logo
This commit is contained in:
parent
7fe5512e91
commit
0e7d4364e0
3
Makefile
3
Makefile
|
@ -7,6 +7,7 @@ PREFIX ?= /usr
|
||||||
BINDIR ?= $(PREFIX)/bin
|
BINDIR ?= $(PREFIX)/bin
|
||||||
MANDIR ?= $(PREFIX)/share/man/man1
|
MANDIR ?= $(PREFIX)/share/man/man1
|
||||||
APPDIR ?= $(PREFIX)/share/applications
|
APPDIR ?= $(PREFIX)/share/applications
|
||||||
|
ICODIR ?= $(PREFIX)/share/icons/hicolor/
|
||||||
|
|
||||||
PACKAGES = x11 xcomposite xfixes xdamage xrender xext xrandr
|
PACKAGES = x11 xcomposite xfixes xdamage xrender xext xrandr
|
||||||
LIBS = -lm -lrt
|
LIBS = -lm -lrt
|
||||||
|
@ -155,6 +156,8 @@ install: $(BINS) docs
|
||||||
ifneq "$(MANPAGES)" ""
|
ifneq "$(MANPAGES)" ""
|
||||||
@install -m644 $(MANPAGES) "$(DESTDIR)$(MANDIR)"/
|
@install -m644 $(MANPAGES) "$(DESTDIR)$(MANDIR)"/
|
||||||
endif
|
endif
|
||||||
|
@install -m644 media/compton.svg "$(DESTDIR)$(ICODIR)/scalable/apps"/
|
||||||
|
@install -m644 media/icons/48x48/compton.png "$(DESTDIR)$(ICODIR)/48x48/apps"/
|
||||||
@install -m644 compton.desktop "$(DESTDIR)$(APPDIR)"/
|
@install -m644 compton.desktop "$(DESTDIR)$(APPDIR)"/
|
||||||
ifneq "$(DOCDIR)" ""
|
ifneq "$(DOCDIR)" ""
|
||||||
@install -d "$(DESTDIR)$(DOCDIR)"
|
@install -d "$(DESTDIR)$(DOCDIR)"
|
||||||
|
|
Loading…
Reference in New Issue