Added a icon for datausage noti in plugin 98/134398/1
authorhyunuktak <hyunuk.tak@samsung.com>
Fri, 16 Jun 2017 07:56:49 +0000 (16:56 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Fri, 16 Jun 2017 07:56:52 +0000 (16:56 +0900)
Change-Id: Ib6524cb938f0e5155951123cce092dff403701ab
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/stc-manager.spec
plugin/CMakeLists.txt
plugin/data/stc_noti_datausage.png [new file with mode: 0755]

index 3afe575..f82f5c7 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