Adding menu and desktop icons
authorValerio Valerio <vdv100@gmail.com>
Tue, 9 Mar 2010 22:56:21 +0000 (22:56 +0000)
committerValerio Valerio <vdv100@gmail.com>
Tue, 9 Mar 2010 22:56:21 +0000 (22:56 +0000)
bootscreen.pro
data/bootscreen_48.png [new file with mode: 0644]
data/bootscreen_64.png [new file with mode: 0644]

index 7369bac..5d5de4a 100644 (file)
@@ -14,7 +14,7 @@ install_dsk.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET).desktop $(DESTDIR)/u
 install_sd.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET).sudoers $(DESTDIR)/etc/sudoers.d/$(QMAKE_TARGET).sudoers
 install_evd.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET) $(DESTDIR)/etc/event.d/$(QMAKE_TARGET)
 install_scr.commands = $(INSTALL_FILE) script/$(QMAKE_TARGET) $(DESTDIR)/usr/bin/$(QMAKE_TARGET)
-#install_p48.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET)_48.png $(DESTDIR)/usr/share/icons/hicolor/48x48/apps/$(QMAKE_TARGET).png
-#install_p64.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET)_64.png $(DESTDIR)/usr/share/icons/hicolor/64x64/apps/$(QMAKE_TARGET).png
-install.depends = $(TARGET) install_app install_dsk install_sd install_evd install_scr
-QMAKE_EXTRA_TARGETS += install install_app install_dsk install_sd install_evd install_scr
+install_i48.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET)_48.png $(DESTDIR)/usr/share/icons/hicolor/48x48/apps/$(QMAKE_TARGET).png
+install_i64.commands = $(INSTALL_FILE) data/$(QMAKE_TARGET)_64.png $(DESTDIR)/usr/share/icons/hicolor/64x64/apps/$(QMAKE_TARGET).png
+install.depends = $(TARGET) install_app install_dsk install_sd install_evd install_scr install_i48 install_i64
+QMAKE_EXTRA_TARGETS += install install_app install_dsk install_sd install_evd install_scr install_i48 install_i64
diff --git a/data/bootscreen_48.png b/data/bootscreen_48.png
new file mode 100644 (file)
index 0000000..26756ec
Binary files /dev/null and b/data/bootscreen_48.png differ
diff --git a/data/bootscreen_64.png b/data/bootscreen_64.png
new file mode 100644 (file)
index 0000000..68a2dd0
Binary files /dev/null and b/data/bootscreen_64.png differ