From f34f0bc0ed394f05996c3938afbfa2e069d581fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 16 Jun 2014 00:42:59 +0200 Subject: Improvements to the Makefile and new SVG version of the icon - Add a new SVG version of the icon and install it - Proper instruction to create a tarball with "make tar" - Replace broken "make clean" instructions with correct ones --- Makefile | 11 ++++-- isodumper.svg | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+), 4 deletions(-) create mode 100644 isodumper.svg diff --git a/Makefile b/Makefile index 1a73fe3..eb4352b 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DOCDIR=$(PREFIX)/share/doc/isodumper PYTHON=/usr/bin/env python DIRS = polkit -all: dirs +all: dirs tar dirs: @for n in . $(DIRS); do \ @@ -35,7 +35,8 @@ dirs: done clean: - rm -f isodumper COPYING CHANGELOG + rm -f polkit/isodumper polkit/org.mageia.isodumper.policy \ + isodumper.tar.xz install: all @@ -87,6 +88,7 @@ install: all mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps; \ convert isodumper.png -geometry $$png $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps/isodumper.png; \ done + install -D -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg # for isodumper.mo translations for locale in share/locale/*; \ @@ -96,7 +98,8 @@ install: all done -tar: isodumper.tar.gz +tar: + tar cvJf isodumper.tar.xz * README.txt: README.md @@ -104,4 +107,4 @@ README.txt: README.md i18n.txt: i18n.md - pandoc -f markdown -t plain i18n.md -o i18n.txt \ No newline at end of file + pandoc -f markdown -t plain i18n.md -o i18n.txt diff --git a/isodumper.svg b/isodumper.svg new file mode 100644 index 0000000..9ab4896 --- /dev/null +++ b/isodumper.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1