[Scummvm-cvs-logs] scummvm master -> 2208edad329220872cf8dd3d7f8f66a206b51a74

digitall dgturner at iee.org
Sun Oct 26 17:50:59 CET 2014


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c2b1331587 install the theme-able SVG icon
2208edad32 Merge pull request #507 from Mailaender/patch-1


Commit: c2b1331587433904df92378ef84e6dec63c8a144
    https://github.com/scummvm/scummvm/commit/c2b1331587433904df92378ef84e6dec63c8a144
Author: Matthias Mailänder (Mailaender at users.noreply.github.com)
Date: 2014-09-14T10:48:45+02:00

Commit Message:
install the theme-able SVG icon

Changed paths:
    ports.mk



diff --git a/ports.mk b/ports.mk
index 97b43fe..fdab7e2 100644
--- a/ports.mk
+++ b/ports.mk
@@ -12,6 +12,8 @@ install:
 	$(INSTALL) -c -m 644 "$(srcdir)/dists/scummvm.6" "$(DESTDIR)$(mandir)/man6/scummvm.6"
 	$(INSTALL) -d "$(DESTDIR)$(datarootdir)/pixmaps/"
 	$(INSTALL) -c -m 644 "$(srcdir)/icons/scummvm.xpm" "$(DESTDIR)$(datarootdir)/pixmaps/scummvm.xpm"
+	$(INSTALL) -d "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/"
+	$(INSTALL) -c -m 644 "$(srcdir)/icons/scummvm.svg" "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/scummvm.svg"
 	$(INSTALL) -d "$(DESTDIR)$(docdir)"
 	$(INSTALL) -c -m 644 $(DIST_FILES_DOCS) "$(DESTDIR)$(docdir)"
 	$(INSTALL) -d "$(DESTDIR)$(datadir)"
@@ -28,6 +30,8 @@ install-strip:
 	$(INSTALL) -c -m 644 "$(srcdir)/dists/scummvm.6" "$(DESTDIR)$(mandir)/man6/scummvm.6"
 	$(INSTALL) -d "$(DESTDIR)$(datarootdir)/pixmaps/"
 	$(INSTALL) -c -m 644 "$(srcdir)/icons/scummvm.xpm" "$(DESTDIR)$(datarootdir)/pixmaps/scummvm.xpm"
+	$(INSTALL) -d "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/"
+	$(INSTALL) -c -m 644 "$(srcdir)/icons/scummvm.svg" "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/scummvm.svg"
 	$(INSTALL) -d "$(DESTDIR)$(docdir)"
 	$(INSTALL) -c -m 644 $(DIST_FILES_DOCS) "$(DESTDIR)$(docdir)"
 	$(INSTALL) -d "$(DESTDIR)$(datadir)"
@@ -41,6 +45,7 @@ uninstall:
 	rm -f "$(DESTDIR)$(bindir)/$(EXECUTABLE)"
 	rm -f "$(DESTDIR)$(mandir)/man6/scummvm.6"
 	rm -f "$(DESTDIR)$(datarootdir)/pixmaps/scummvm.xpm"
+	rm -f "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/scummvm.svg"
 	rm -rf "$(DESTDIR)$(docdir)"
 	rm -rf "$(DESTDIR)$(datadir)"
 ifdef DYNAMIC_MODULES


Commit: 2208edad329220872cf8dd3d7f8f66a206b51a74
    https://github.com/scummvm/scummvm/commit/2208edad329220872cf8dd3d7f8f66a206b51a74
Author: David Turner (dgturner at iee.org)
Date: 2014-10-26T16:50:03Z

Commit Message:
Merge pull request #507 from Mailaender/patch-1

Install the theme-able SVG icon

Changed paths:
    ports.mk









More information about the Scummvm-git-logs mailing list