Merge "Added a icon for datausage noti in plugin" into tizen submit/tizen/20170620.103311
authortaesub kim <taesub.kim@samsung.com>
Mon, 19 Jun 2017 05:54:47 +0000 (05:54 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 19 Jun 2017 05:54:47 +0000 (05:54 +0000)
packaging/stc-manager.spec
plugin/CMakeLists.txt
plugin/data/stc_noti_datausage.png [new file with mode: 0755]

index 6eb4d90..7247da5 100644 (file)
@@ -104,4 +104,5 @@ cp resources/dbus/stc-manager.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/st
 
 %files plugin
 %manifest %{name}.manifest
+%attr(644, -,-) %{_datadir}/icons/*.png
 %attr(500,root,root) %{_libdir}/stc-manager-plugin.so
index 66ab497..74cab33 100755 (executable)
@@ -34,3 +34,4 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES PREFIX "" OUTPUT_NAME ${PROJECT
 
 # install
 INSTALL(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${LIBDIR})
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/stc_noti_datausage.png DESTINATION /usr/share/icons)
diff --git a/plugin/data/stc_noti_datausage.png b/plugin/data/stc_noti_datausage.png
new file mode 100755 (executable)
index 0000000..7ac94bb
Binary files /dev/null and b/plugin/data/stc_noti_datausage.png differ