From: Jiansong Jin Date: Thu, 30 Aug 2012 01:52:17 +0000 (+0900) Subject: Apply new menu icon X-Git-Tag: 2.0_alpha~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=424162a3a3d8ab204d43d01db2235c95aeab2e7e;p=apps%2Fcore%2Fpreloaded%2Fgallery.git Apply new menu icon Change-Id: I4f9411ac2a64090291331880a4604cbb81e47585 --- diff --git a/org.tizen.gallery.desktop.in b/org.tizen.gallery.desktop.in deleted file mode 100755 index 26d6ef0..0000000 --- a/org.tizen.gallery.desktop.in +++ /dev/null @@ -1,26 +0,0 @@ -Name=Gallery -Name[en_US] = Gallery -Name[nl_NL] = Galerij -Name[de_DE] = Galerie -Name[zh_HK] = 媒體 -Name[zh_CN] = 相册 -Name[ru_RU] = Галерея -Name[zh_TW] = 相簿 -Name[ja_JP] = ギャラリー -Name[es_ES] = Galeria -Name[el_GR] = Συλλογή -Name[it_IT] = Galleria -Name[tr_TR] = Galeri -Name[pt_PT] = Galeria -Name[fr_FR] = Galerie -Name[ko_KR] = 갤러리 -Exec=/opt/apps/org.tizen.gallery/bin/gallery -Icon=org.tizen.gallery.png -Type=Application -Version=0.3.0-1 -MimeType=gallery.uri -nodisplay=False -x-tizen-taskmanage=True -x-tizen-multiple=False -x-tizen-svc= http://tizen.org/appsvc/operation/pick|NULL|image/*;http://tizen.org/appsvc/operation/pick|NULL|video/*;http://tizen.org/appsvc/operation/pick|NULL|NULL;http://tizen.org/appsvc/operation/view|NULL|NULL;http://tizen.org/appsvc/operation/wallpaper|NULL|NULL -x-tizen-removable=false diff --git a/packaging/org.tizen.gallery.spec b/packaging/org.tizen.gallery.spec index ee5756c..bc7480b 100755 --- a/packaging/org.tizen.gallery.spec +++ b/packaging/org.tizen.gallery.spec @@ -4,7 +4,7 @@ Name: org.tizen.gallery Summary: org.tizen.gallery UX -Version: 1.1.29 +Version: 1.1.30 Release: 1 Group: Applications License: Flora Software License diff --git a/res/icon/org.tizen.gallery.png b/res/icon/org.tizen.gallery.png index a420dd7..7f58c2d 100755 Binary files a/res/icon/org.tizen.gallery.png and b/res/icon/org.tizen.gallery.png differ diff --git a/ug/ug-gallery-efl/CMakeLists.txt b/ug/ug-gallery-efl/CMakeLists.txt index 281c218..186eeb8 100755 --- a/ug/ug-gallery-efl/CMakeLists.txt +++ b/ug/ug-gallery-efl/CMakeLists.txt @@ -97,7 +97,5 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/res/images DESTINATION /opt/ug/res/images/gallery-efl) INSTALL(TARGETS ${PROJECT_NAME} DESTINATION /opt/ug/lib) -#CONFIGURE_FILE(${PROJECT_NAME}.desktop.in ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.desktop) -#INSTALL(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.desktop DESTINATION /opt/share/applications) INSTALL(FILES ${PROJECT_NAME}.xml DESTINATION /opt/share/packages) diff --git a/ug/ug-gallery-efl/ug-gallery-efl.desktop.in b/ug/ug-gallery-efl/ug-gallery-efl.desktop.in deleted file mode 100755 index 00ada74..0000000 --- a/ug/ug-gallery-efl/ug-gallery-efl.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -Name=gallery-efl -Exec=/opt/ug/bin/gallery-efl -Icon= -Type=Application -Version=1.1.25 -NoDisplay=true -X-TIZEN-Multiple=true -X-TIZEN-TaskManage=false -X-TIZEN-Removable=false -X-TIZEN-SVC=http://tizen.org/appsvc/operation/test|NULL|NULL -