SET(RSRC_DIR res)
SET(EDC_DIR white_theme/edc)
-SET(IMG_DIR white_theme/images)
-SET(SOUND_DIR white_theme/sounds)
+SET(IMG_DIR white_theme/edc/images)
+SET(SOUND_DIR white_theme/edc/sounds)
SET(SRCS
src/gallery.c
INSTALL(FILES ${CMAKE_SOURCE_DIR}/${RSRC_DIR}/icon/${PKGNAME}.png DESTINATION ${ICONDIR})
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/res/white_theme/images DESTINATION ${RESDIR}/)
-INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/res/white_theme/sounds DESTINATION ${RESDIR}/)
# install content shortcut uri file
INSTALL(FILES ${CMAKE_SOURCE_DIR}/${RSRC_DIR}/gallery.uri DESTINATION /opt/share/miregex )
Name: org.tizen.gallery
Summary: org.tizen.gallery UX
-Version: 1.1.33
+Version: 1.1.34
Release: 1
Group: Applications
License: Flora Software License
%{_appdir}/org.tizen.gallery/res/locale/*
/opt/share/icons/default/small/*
%{_appdir}/org.tizen.gallery/res/images/*
-%{_appdir}/org.tizen.gallery/res/sounds/*
%{_appdir}/org.tizen.gallery/res/edje/*
%{_appdir}/org.tizen.gallery/data
/opt/share/packages/*
# EDJE
ADD_CUSTOM_COMMAND(OUTPUT gallery-efl.edj
- COMMAND edje_cc -id ${CMAKE_CURRENT_SOURCE_DIR}/res/images
+ COMMAND edje_cc -id ${CMAKE_CURRENT_SOURCE_DIR}/res/edc/images
${CMAKE_CURRENT_SOURCE_DIR}/res/edc/gallery-efl.edc
${CMAKE_BINARY_DIR}/gallery-efl.edj
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/res/edc/gallery-efl.edc