From: Shinwoo Kim Date: Tue, 21 Aug 2012 09:41:13 +0000 (+0900) Subject: tizen open X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46ef3260ab021fcf0468b9429d34219be43e4297;p=apps%2Fcore%2Fpreloaded%2Ftickernoti.git tizen open --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4715365..2122b6c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,4 +4,4 @@ ADD_SUBDIRECTORY(src) add_subdirectory(data/) # install manifest file -INSTALL(FILES com.samsung.tickernoti-syspopup.xml DESTINATION /opt/share/packages/) +INSTALL(FILES org.tizen.tickernoti-syspopup.xml DESTINATION /opt/share/packages/) diff --git a/com.samsung.tickernoti-syspopup.xml b/com.samsung.tickernoti-syspopup.xml deleted file mode 100644 index 767d386..0000000 --- a/com.samsung.tickernoti-syspopup.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Shinwoo Kim - tickernoti system popup application - - null - - - diff --git a/org.tizen.tickernoti-syspopup.xml b/org.tizen.tickernoti-syspopup.xml new file mode 100644 index 0000000..c187408 --- /dev/null +++ b/org.tizen.tickernoti-syspopup.xml @@ -0,0 +1,10 @@ + + + + Shinwoo Kim + tickernoti system popup application + + null + + + diff --git a/packaging/com.samsung.tickernoti-syspopup.spec b/packaging/org.tizen.tickernoti-syspopup.spec similarity index 66% rename from packaging/com.samsung.tickernoti-syspopup.spec rename to packaging/org.tizen.tickernoti-syspopup.spec index 10c42c0..97d015e 100644 --- a/packaging/com.samsung.tickernoti-syspopup.spec +++ b/packaging/org.tizen.tickernoti-syspopup.spec @@ -1,4 +1,4 @@ -Name: com.samsung.tickernoti-syspopup +Name: org.tizen.tickernoti-syspopup Summary: tickernoti system popup application Version: 0.1.6 Release: 1 @@ -22,7 +22,7 @@ tickernoti system popup application %setup -q %build -cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/com.samsung.tickernoti-syspopup +cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.tickernoti-syspopup make %{?jobs:-j%jobs} @@ -32,6 +32,6 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -/opt/share/packages/com.samsung.tickernoti-syspopup.xml -/opt/apps/com.samsung.tickernoti-syspopup/res/edje/tickernoti.edj -/opt/apps/com.samsung.tickernoti-syspopup/bin/tickernoti-syspopup +/opt/share/packages/org.tizen.tickernoti-syspopup.xml +/opt/apps/org.tizen.tickernoti-syspopup/res/edje/tickernoti.edj +/opt/apps/org.tizen.tickernoti-syspopup/bin/tickernoti-syspopup