Add default icon
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 6 Jun 2013 07:30:57 +0000 (16:30 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Thu, 6 Jun 2013 11:44:15 +0000 (20:44 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add default icon
[SCMRequest] N/A

Change-Id: I59df43d004f3ff493742b2876b27128dc14ce1d0

etc/CMakeLists.txt
etc/default_icon_tizen.png [new file with mode: 0644]
packaging/wrt-installer.spec

index c48caa4..372dcbe 100644 (file)
@@ -1,3 +1,5 @@
 SET(ETC_DIR ${PROJECT_SOURCE_DIR}/etc)
 
 INSTALL(PROGRAMS ${ETC_DIR}/wrt_preinstall_widgets.sh DESTINATION /usr/bin/)
+INSTALL(FILES ${ETC_DIR}/default_icon_tizen.png DESTINATION share/wrt-engine/)
+
diff --git a/etc/default_icon_tizen.png b/etc/default_icon_tizen.png
new file mode 100644 (file)
index 0000000..1c3ecd6
Binary files /dev/null and b/etc/default_icon_tizen.png differ
index 7a28830..6e47124 100644 (file)
@@ -110,3 +110,4 @@ mkdir -p /opt/share/icons/default/small
     %attr(755,root,root) %{_bindir}/wrt-installer-tests-*
     /opt/share/widget/tests/installer/widgets/*
 %endif
+%{_datadir}/wrt-engine/default_icon_tizen.png