change mangala icon to 40x40
authorReto Zingg <g.d0b3rm4n@gmail.com>
Thu, 8 Oct 2009 12:46:14 +0000 (15:46 +0300)
committerReto Zingg <g.d0b3rm4n@gmail.com>
Thu, 8 Oct 2009 12:46:14 +0000 (15:46 +0300)
Makefile
debian/postinst
res/mancala.png [new file with mode: 0644]

index 810fb49..cc5af05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ subsystem:
 install:
        $(MAKE) -C src install
        mkdir -p $(DESTDIR)/usr/share/applications/hildon
-       mkdir -p $(DESTDIR)/usr/share/icons/hicolor/48x48/apps
+       mkdir -p $(DESTDIR)/usr/share/icons/hicolor/40x40/apps
        mkdir -p $(DESTDIR)/usr/share/dbus-1/services
        cp maemo/mancala.desktop $(DESTDIR)/usr/share/applications/hildon
-       cp res/icon.png $(DESTDIR)/usr/share/icons/hicolor/48x48/apps/mancala.png
+       cp res/mancala.png $(DESTDIR)/usr/share/icons/hicolor/40x40/apps/mancala.png
        cp maemo/com.nokia.mancala.service $(DESTDIR)/usr/share/dbus-1/services/
 
 clean:
index c7ab12c..3a830fc 100644 (file)
@@ -3,3 +3,4 @@
 echo "update the icon cache"
 gtk-update-icon-cache -f /usr/share/icons/hicolor
 
+exit 0
\ No newline at end of file
diff --git a/res/mancala.png b/res/mancala.png
new file mode 100644 (file)
index 0000000..4a995dd
Binary files /dev/null and b/res/mancala.png differ