Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wins1ey committed Mar 27, 2024
1 parent 17bef22 commit 3f874a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ install: all
mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/"$$size"x"$$size"/apps ; \
rsvg-convert -w "$$size" -h "$$size" -f png -o $(DESTDIR)$(PREFIX)/share/icons/hicolor/"$$size"x"$$size"/apps/$(ICON).png $(ICON).svg ; \
done
gtk-update-icon-cache -f -t $(DESTDIR)$(PREFIX)/share/icons/hicolor
install -Dm644 $(SRC_DIR)/$(SCHEMA) $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/$(SCHEMA)
glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN)
rm -f $(DESTDIR)$(PREFIX)/share/applications/$(APP)
Expand All @@ -59,7 +57,6 @@ uninstall:

remove-schema:
rm $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/$(SCHEMA)
glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas

# Clean target to remove object files and LAS executable
clean:
Expand Down

0 comments on commit 3f874a3

Please sign in to comment.