From 696f68753f1b85299f64592f9cc57c2e77d914f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Kocao=C4=9Flu?= Date: Sat, 25 Sep 2021 08:00:21 +0300 Subject: [PATCH] Rename icon & desktop and add install-all in Makefile (#96) * Rename in Makefile Renamed {icon,desktop} => install-{icon,desktop} * Add install-all in Makefile * Added .PHONY targets and renamed icon_cleanup Added .PHONY targets and renamed icon_cleanup to uninstall_icon * Update README.md Co-authored-by: TAAPArthur --- Makefile | 12 +++++++----- README.md | 8 ++++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 1bae33b..e126211 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ LDLIBS = -lImlib2 -lX11 -lXft -lfontconfig $(OPTIONAL_LIBS) OBJS = autoreload_$(AUTORELOAD).o commands.o image.o main.o options.o \ thumbs.o util.o window.o -.PHONY: all clean install uninstall icon +.PHONY: all clean install uninstall install-all install-icon uninstall-icon install-desktop .SUFFIXES: .SUFFIXES: .c .o @@ -87,12 +87,14 @@ version.h: Makefile .git/index clean: $(RM) *.o nsxiv -desktop: +install-all: install install-desktop install-icon + +install-desktop: @echo "INSTALL nsxiv.desktop" mkdir -p $(DESTDIR)$(PREFIX)/share/applications cp nsxiv.desktop $(DESTDIR)$(PREFIX)/share/applications -icon: +install-icon: @echo "INSTALL icon" for f in $(ICONS); do \ dir="$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \ @@ -101,7 +103,7 @@ icon: chmod 644 "$$dir/nsxiv.png"; \ done -icon_cleanup: +uninstall-icon: @echo "REMOVE icon" for f in $(ICONS); do \ dir="$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \ @@ -119,7 +121,7 @@ install: all @echo "INSTALL share/nsxiv/" install -Dt $(DESTDIR)$(DOCPREFIX)/examples examples/* -uninstall: icon_cleanup +uninstall: uninstall-icon @echo "REMOVE bin/nsxiv" rm -f $(DESTDIR)$(PREFIX)/bin/nsxiv @echo "REMOVE nsxiv.1" diff --git a/README.md b/README.md index ff5bb4c..735bad3 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,15 @@ Installing nsxiv: Installing desktop entry: - # make desktop + # make install-desktop Installing icons: - # make icon + # make install-icon + +Installing all of the above: + + # make install-all Please note, that these requires root privileges. By default, nsxiv is installed using the prefix `/usr/local`, so the full path