diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | isodumper.spec | 5 |
3 files changed, 7 insertions, 5 deletions
@@ -36,7 +36,7 @@ dirs: clean: rm -f polkit/isodumper polkit/org.mageia.isodumper.policy \ - isodumper.tar.xz + isodumper.tar.xz install: all @@ -88,7 +88,8 @@ 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 + mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps + install -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg # for isodumper.mo translations for locale in share/locale/*; \ @@ -25,7 +25,7 @@ This software is distributed under the terms of the [GNU General Public License version 2 (GPLv2+)](COPYING.GPL). The [isodumper icon](isodumper.svg) is licensed under the terms of the -[GNU Lesser General Public License version 2.1 (LGPLv2.1+)][COPYING.LGPL]. +[GNU Lesser General Public License version 2.1 (LGPLv2.1+)](COPYING.LGPL). It is part of the Crystal Clear icon set by Everaldo Coelho. diff --git a/isodumper.spec b/isodumper.spec index 12fe617..da0f94d 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -3,7 +3,7 @@ Version: 0.30 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB -License: GPLv2 +License: GPLv2+ and LGPLv2+ Group: System/Configuration URL: https://github.com/papoteur-mga/isodumper # wget https://github.com/papoteur-mga/isodumper/archive/%%{version}.tar.gz -O %%{name}-%%{version}.tar.gz @@ -60,4 +60,5 @@ Ce logiciel est écrit en python. %{_miconsdir}/%{name}.png %{_iconsdir}/%{name}.png %{_liconsdir}/%{name}.png -%{_iconsdir}/hicolor/*/*/%{name}.* +%{_iconsdir}/hicolor/*/*/%{name}.png +%{_iconsdir}/hicolor/*/*/%{name}.svg |