forked from Lainports/freebsd-ports
written in Python and uses cairo for its rendering. It is intended to be as light and intuitive as possible, but still provide a wide range of powerful features. WWW: http://code.google.com/p/labyrinth/ PR: ports/123675 Submitted by: Romain Tartiere <romain@blogreen.org>
15 lines
676 B
Text
15 lines
676 B
Text
|
|
$FreeBSD$
|
|
|
|
--- data/Makefile.in.orig
|
|
+++ data/Makefile.in
|
|
@@ -437,8 +437,7 @@
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
install-icons:
|
|
-# This sucks
|
|
- for size in 16x16 22x22 24x24 scalable; do mkdir --parents $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
|
|
+ for size in 16x16 22x22 24x24 scalable; do install -d $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
|
|
install -m 644 $(srcdir)/labyrinth-16.png $(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/labyrinth.png
|
|
install -m 644 $(srcdir)/labyrinth-22.png $(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/labyrinth.png
|
|
install -m 644 $(srcdir)/labyrinth-24.png $(DESTDIR)/$(datadir)/icons/hicolor/24x24/apps/labyrinth.png
|