Change package name to org.tizen.tv-volume 73/122873/1 accepted/tizen_4.0_unified accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_4.0 tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/4.0/unified/20170816.015910 accepted/tizen/4.0/unified/20170828.223045 accepted/tizen/5.0/unified/20181106.202238 accepted/tizen/5.5/unified/20191031.033844 accepted/tizen/5.5/unified/mobile/hotfix/20201027.070646 accepted/tizen/5.5/unified/wearable/hotfix/20201027.094424 accepted/tizen/6.0/unified/20201030.102739 accepted/tizen/6.0/unified/hotfix/20201103.045656 accepted/tizen/7.0/unified/20221110.062300 accepted/tizen/7.0/unified/hotfix/20221116.112013 accepted/tizen/8.0/unified/20231005.100113 accepted/tizen/unified/20170404.061028 submit/tizen/20170404.015233 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100009 submit/tizen_4.0_unified/20170814.115522 submit/tizen_5.0/20181101.000009 submit/tizen_5.0/20181106.000001 submit/tizen_5.5/20191031.000009 submit/tizen_5.5/20191031.000011 submit/tizen_5.5/20191031.000013 submit/tizen_5.5_mobile_hotfix/20201026.185109 submit/tizen_5.5_wearable_hotfix/20201026.184309 submit/tizen_6.0/20201029.205505 submit/tizen_6.0_hotfix/20201102.192905 submit/tizen_6.0_hotfix/20201103.115105 submit/tizen_6.5/20211028.164001 submit/tizen_6.5/20211029.140001 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorHyerim Kim <rimi.kim@samsung.com>
Tue, 4 Apr 2017 01:17:06 +0000 (10:17 +0900)
committerHyerim Kim <rimi.kim@samsung.com>
Tue, 4 Apr 2017 01:19:12 +0000 (10:19 +0900)
Change-Id: I42b06d9ea754c6712d5a0d68cbafe34dfa7b1a5e
Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
15 files changed:
CMakeLists.txt
data/tv-volume-theme.edc [new file with mode: 0644]
data/tv-volume.edc [new file with mode: 0644]
data/volume-theme.edc [deleted file]
data/volume.edc [deleted file]
org.tizen.tv-volume.xml.in [new file with mode: 0644]
org.tizen.volume.xml.in [deleted file]
packaging/org.tizen.tv-volume.manifest [new file with mode: 0644]
packaging/org.tizen.tv-volume.path [new file with mode: 0644]
packaging/org.tizen.tv-volume.service [new file with mode: 0644]
packaging/org.tizen.tv-volume.spec [new file with mode: 0644]
packaging/org.tizen.volume.manifest [deleted file]
packaging/org.tizen.volume.path [deleted file]
packaging/org.tizen.volume.service [deleted file]
packaging/org.tizen.volume.spec [deleted file]

index aa297720717d6031176233a6eb7dcc100ea51a00..cffb028629c63f5a8ceb90934319b83f8a07b40a 100644 (file)
@@ -14,7 +14,7 @@
 #
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT("volume")
+PROJECT("tv-volume")
 
 
 IF(NOT DEFINED PACKAGE_NAME)
diff --git a/data/tv-volume-theme.edc b/data/tv-volume-theme.edc
new file mode 100644 (file)
index 0000000..6376855
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include "../include/define.h"
+
+collections {
+       base_scale: 2.0;
+       #include "widget/progressbar.edc"
+}
diff --git a/data/tv-volume.edc b/data/tv-volume.edc
new file mode 100644 (file)
index 0000000..a2dc4f4
--- /dev/null
@@ -0,0 +1,205 @@
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include "../include/define.h"
+
+collections {
+       base_scale: 2.0;
+       group {
+               name: GRP_VOLUME;
+               images {
+                       image: "ic_volume_active.png" COMP;
+                       image: "ic_volume_mute.png" COMP;
+               }
+               parts {
+                       part {
+                               name, "padding.volume";
+                               type, SPACER;
+                               scale, 1;
+                               description {
+                                       state, "default" 0.0;
+                                       min, 46 0;
+                                       rel1.relative, 0.0 0.0;
+                                       rel2.relative, 0.0 0.0;
+                                       align, 0.0 0.0;
+                                       fixed, 1 1;
+                               }
+                       }
+                       part {
+                               name, "part.volume";
+                               type, SPACER;
+                               scale, 1;
+                               description {
+                                       state, "default" 0.0;
+                                       min, 74 530;
+                                       rel1 {
+                                               to, "padding.volume";
+                                               relative, 1.0 0.0;
+                                       }
+                                       rel2 {
+                                               to, "padding.volume";
+                                               relative, 1.0 0.0;
+                                       }
+                                       align, 0.0 0.0;
+                                       fixed, 1 1;
+                               }
+                               part {
+                                       name, PART_VOLUME_TEXT;
+                                       type, TEXT;
+                                       effect, OUTLINE_SOFT_SHADOW;
+                                       scale, 1;
+                                       description {
+                                               state, "default" 0.0;
+                                               rel1.relative, 0.5 0.0;
+                                               rel2.relative, 0.5 0.0;
+                                               text {
+                                                       font, FONT_LIGHT;
+                                                       size, 36;
+                                                       align, 0.5 0.5;
+                                               }
+                                               color, 255 255 255 255;
+                                               color2, 0 0 0 25;
+                                               color3, 0 0 0 78;
+                                               min, 62 36;
+                                               align, 0.5 0.0;
+                                               fixed, 1 1;
+                                       }
+                                       description {
+                                               state, "mute" 0.0;
+                                               inherit, "default" 0.0;
+                                               visible, 0;
+                                       }
+                               }
+                               part {
+                                       name, "padding.progressbar";
+                                       type, SPACER;
+                                       scale, 1;
+                                       description {
+                                               state, "default" 0.0;
+                                               min, 0 22;
+                                               rel1 {
+                                                       to, PART_VOLUME_TEXT;
+                                                       relative, 0.5 1.0;
+                                               }
+                                               rel2 {
+                                                       to, PART_VOLUME_TEXT;
+                                                       relative, 0.5 1.0;
+                                               }
+                                               align, 0.5 0.0;
+                                               fixed, 1 1;
+                                       }
+                               }
+                               part {
+                                       name, PART_VOLUME_PROGRESSBAR;
+                                       type, SWALLOW;
+                                       scale, 1;
+                                       description {
+                                               state, "default" 0.0;
+                                               min, 6 404;
+                                               rel1 {
+                                                       to, "padding.progressbar";
+                                                       relative, 0.5 1.0;
+                                               }
+                                               rel2 {
+                                                       to, "padding.progressbar";
+                                                       relative, 0.5 1.0;
+                                               }
+                                               align, 0.5 0.0;
+                                               fixed, 1 1;
+                                       }
+                                       description {
+                                               state, "mute" 0.0;
+                                               inherit, "default" 0.0;
+                                               visible, 0;
+                                       }
+                               }
+                               part {
+                                       name, "padding.icon";
+                                       type, SPACER;
+                                       scale, 1;
+                                       description {
+                                               state, "default" 0.0;
+                                               min, 0 18;
+                                               rel1 {
+                                                       to, PART_VOLUME_PROGRESSBAR;
+                                                       relative, 0.5 1.0;
+                                               }
+                                               rel2 {
+                                                       to, PART_VOLUME_PROGRESSBAR;
+                                                       relative, 0.5 1.0;
+                                               }
+                                               align, 0.5 0.0;
+                                               fixed, 1 1;
+                                       }
+                               }
+                               part {
+                                       name, PART_VOLUME_ICON;
+                                       type, IMAGE;
+                                       scale, 1;
+                                       description {
+                                               state, "default" 0.0;
+                                               image.normal, "ic_volume_active.png";
+                                               min, 74 50;
+                                               rel1 {
+                                                       to, "padding.icon";
+                                                       relative, 0.5 1.0;
+                                               }
+                                               rel2 {
+                                                       to, "padding.icon";
+                                                       relative, 0.5 1.0;
+                                               }
+                                               align, 0.5 0.0;
+                                               fixed, 1 1;
+                                       }
+                                       description {
+                                               state, "mute" 0.0;
+                                               inherit, "default" 0.0;
+                                               rel1 {
+                                                       to, "part.volume";
+                                                       relative, 0.5 0.5;
+                                               }
+                                               rel2 {
+                                                       to, "part.volume";
+                                                       relative, 0.5 0.5;
+                                               }
+                                               align, 0.5 0.5;
+                                               image.normal, "ic_volume_mute.png";
+                                       }
+                               }
+                       }
+               }
+               programs {
+                       program {
+                               name, "show.mute";
+                               signal, SIGNAL_SHOW_MUTE;
+                               source, SOURCE_PROGRAM;
+                               action, STATE_SET "mute" 0.0;
+                               target, PART_VOLUME_TEXT;
+                               target, PART_VOLUME_PROGRESSBAR;
+                               target, PART_VOLUME_ICON;
+                       }
+                       program {
+                               name, "hide.mute";
+                               signal, SIGNAL_HIDE_MUTE;
+                               source, SOURCE_PROGRAM;
+                               action, STATE_SET "default" 0.0;
+                               target, PART_VOLUME_TEXT;
+                               target, PART_VOLUME_PROGRESSBAR;
+                               target, PART_VOLUME_ICON;
+                       }
+               }
+       }
+}
diff --git a/data/volume-theme.edc b/data/volume-theme.edc
deleted file mode 100644 (file)
index 6376855..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#include "../include/define.h"
-
-collections {
-       base_scale: 2.0;
-       #include "widget/progressbar.edc"
-}
diff --git a/data/volume.edc b/data/volume.edc
deleted file mode 100644 (file)
index a2dc4f4..0000000
+++ /dev/null
@@ -1,205 +0,0 @@
-/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#include "../include/define.h"
-
-collections {
-       base_scale: 2.0;
-       group {
-               name: GRP_VOLUME;
-               images {
-                       image: "ic_volume_active.png" COMP;
-                       image: "ic_volume_mute.png" COMP;
-               }
-               parts {
-                       part {
-                               name, "padding.volume";
-                               type, SPACER;
-                               scale, 1;
-                               description {
-                                       state, "default" 0.0;
-                                       min, 46 0;
-                                       rel1.relative, 0.0 0.0;
-                                       rel2.relative, 0.0 0.0;
-                                       align, 0.0 0.0;
-                                       fixed, 1 1;
-                               }
-                       }
-                       part {
-                               name, "part.volume";
-                               type, SPACER;
-                               scale, 1;
-                               description {
-                                       state, "default" 0.0;
-                                       min, 74 530;
-                                       rel1 {
-                                               to, "padding.volume";
-                                               relative, 1.0 0.0;
-                                       }
-                                       rel2 {
-                                               to, "padding.volume";
-                                               relative, 1.0 0.0;
-                                       }
-                                       align, 0.0 0.0;
-                                       fixed, 1 1;
-                               }
-                               part {
-                                       name, PART_VOLUME_TEXT;
-                                       type, TEXT;
-                                       effect, OUTLINE_SOFT_SHADOW;
-                                       scale, 1;
-                                       description {
-                                               state, "default" 0.0;
-                                               rel1.relative, 0.5 0.0;
-                                               rel2.relative, 0.5 0.0;
-                                               text {
-                                                       font, FONT_LIGHT;
-                                                       size, 36;
-                                                       align, 0.5 0.5;
-                                               }
-                                               color, 255 255 255 255;
-                                               color2, 0 0 0 25;
-                                               color3, 0 0 0 78;
-                                               min, 62 36;
-                                               align, 0.5 0.0;
-                                               fixed, 1 1;
-                                       }
-                                       description {
-                                               state, "mute" 0.0;
-                                               inherit, "default" 0.0;
-                                               visible, 0;
-                                       }
-                               }
-                               part {
-                                       name, "padding.progressbar";
-                                       type, SPACER;
-                                       scale, 1;
-                                       description {
-                                               state, "default" 0.0;
-                                               min, 0 22;
-                                               rel1 {
-                                                       to, PART_VOLUME_TEXT;
-                                                       relative, 0.5 1.0;
-                                               }
-                                               rel2 {
-                                                       to, PART_VOLUME_TEXT;
-                                                       relative, 0.5 1.0;
-                                               }
-                                               align, 0.5 0.0;
-                                               fixed, 1 1;
-                                       }
-                               }
-                               part {
-                                       name, PART_VOLUME_PROGRESSBAR;
-                                       type, SWALLOW;
-                                       scale, 1;
-                                       description {
-                                               state, "default" 0.0;
-                                               min, 6 404;
-                                               rel1 {
-                                                       to, "padding.progressbar";
-                                                       relative, 0.5 1.0;
-                                               }
-                                               rel2 {
-                                                       to, "padding.progressbar";
-                                                       relative, 0.5 1.0;
-                                               }
-                                               align, 0.5 0.0;
-                                               fixed, 1 1;
-                                       }
-                                       description {
-                                               state, "mute" 0.0;
-                                               inherit, "default" 0.0;
-                                               visible, 0;
-                                       }
-                               }
-                               part {
-                                       name, "padding.icon";
-                                       type, SPACER;
-                                       scale, 1;
-                                       description {
-                                               state, "default" 0.0;
-                                               min, 0 18;
-                                               rel1 {
-                                                       to, PART_VOLUME_PROGRESSBAR;
-                                                       relative, 0.5 1.0;
-                                               }
-                                               rel2 {
-                                                       to, PART_VOLUME_PROGRESSBAR;
-                                                       relative, 0.5 1.0;
-                                               }
-                                               align, 0.5 0.0;
-                                               fixed, 1 1;
-                                       }
-                               }
-                               part {
-                                       name, PART_VOLUME_ICON;
-                                       type, IMAGE;
-                                       scale, 1;
-                                       description {
-                                               state, "default" 0.0;
-                                               image.normal, "ic_volume_active.png";
-                                               min, 74 50;
-                                               rel1 {
-                                                       to, "padding.icon";
-                                                       relative, 0.5 1.0;
-                                               }
-                                               rel2 {
-                                                       to, "padding.icon";
-                                                       relative, 0.5 1.0;
-                                               }
-                                               align, 0.5 0.0;
-                                               fixed, 1 1;
-                                       }
-                                       description {
-                                               state, "mute" 0.0;
-                                               inherit, "default" 0.0;
-                                               rel1 {
-                                                       to, "part.volume";
-                                                       relative, 0.5 0.5;
-                                               }
-                                               rel2 {
-                                                       to, "part.volume";
-                                                       relative, 0.5 0.5;
-                                               }
-                                               align, 0.5 0.5;
-                                               image.normal, "ic_volume_mute.png";
-                                       }
-                               }
-                       }
-               }
-               programs {
-                       program {
-                               name, "show.mute";
-                               signal, SIGNAL_SHOW_MUTE;
-                               source, SOURCE_PROGRAM;
-                               action, STATE_SET "mute" 0.0;
-                               target, PART_VOLUME_TEXT;
-                               target, PART_VOLUME_PROGRESSBAR;
-                               target, PART_VOLUME_ICON;
-                       }
-                       program {
-                               name, "hide.mute";
-                               signal, SIGNAL_HIDE_MUTE;
-                               source, SOURCE_PROGRAM;
-                               action, STATE_SET "default" 0.0;
-                               target, PART_VOLUME_TEXT;
-                               target, PART_VOLUME_PROGRESSBAR;
-                               target, PART_VOLUME_ICON;
-                       }
-               }
-       }
-}
diff --git a/org.tizen.tv-volume.xml.in b/org.tizen.tv-volume.xml.in
new file mode 100644 (file)
index 0000000..e41f08d
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="@PACKAGE_NAME@" version="@VERSION@" install-location="internal-only">
+       <label>volume</label>
+       <author email="jw0227.shin@samsung.com" href="www.samsung.com">Jinwoo Shin</author>
+       <description>volume</description>
+       <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="true" multiple="false" type="capp" taskmanage="true">
+               <label>volume</label>
+               <icon>@DESKTOP_ICON@</icon>
+       </ui-application>
+       <privileges>
+               <privilege>http://tizen.org/privilege/volume.set</privilege>
+               <privilege>http://tizen.org/privilege/keygrab</privilege>
+       </privileges>
+</manifest>
diff --git a/org.tizen.volume.xml.in b/org.tizen.volume.xml.in
deleted file mode 100644 (file)
index e41f08d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="@PACKAGE_NAME@" version="@VERSION@" install-location="internal-only">
-       <label>volume</label>
-       <author email="jw0227.shin@samsung.com" href="www.samsung.com">Jinwoo Shin</author>
-       <description>volume</description>
-       <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="true" multiple="false" type="capp" taskmanage="true">
-               <label>volume</label>
-               <icon>@DESKTOP_ICON@</icon>
-       </ui-application>
-       <privileges>
-               <privilege>http://tizen.org/privilege/volume.set</privilege>
-               <privilege>http://tizen.org/privilege/keygrab</privilege>
-       </privileges>
-</manifest>
diff --git a/packaging/org.tizen.tv-volume.manifest b/packaging/org.tizen.tv-volume.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
diff --git a/packaging/org.tizen.tv-volume.path b/packaging/org.tizen.tv-volume.path
new file mode 100644 (file)
index 0000000..2f5b597
--- /dev/null
@@ -0,0 +1,5 @@
+[Unit]
+Description=This path will tell you that volume is ready to launch
+
+[Path]
+PathExists=/run/.wm_ready
diff --git a/packaging/org.tizen.tv-volume.service b/packaging/org.tizen.tv-volume.service
new file mode 100644 (file)
index 0000000..edd456d
--- /dev/null
@@ -0,0 +1,7 @@
+[Unit]
+Description=volume
+Requires=launchpad-process-pool.service
+After=launchpad-process-pool.service
+
+[Service]
+ExecStart=/bin/sh -c -l '/usr/bin/aul_test launch org.tizen.tv-volume'
diff --git a/packaging/org.tizen.tv-volume.spec b/packaging/org.tizen.tv-volume.spec
new file mode 100644 (file)
index 0000000..8f794e1
--- /dev/null
@@ -0,0 +1,70 @@
+Name:      org.tizen.tv-volume
+Summary:   Volume widget for Tizen TV
+Version:   0.2
+Release:   1
+Group:     Applications/Core Applications
+License:   Apache-2.0
+Source0:   %{name}-%{version}.tar.gz
+Source1:   %{name}.service
+Source2:   %{name}.path
+Source3:   %{name}.manifest
+
+BuildRequires: cmake
+BuildRequires: pkgconfig(capi-appfw-application)
+BuildRequires: pkgconfig(capi-media-sound-manager)
+BuildRequires: pkgconfig(elementary)
+BuildRequires: pkgconfig(ecore)
+BuildRequires: pkgconfig(edje)
+BuildRequires: pkgconfig(app-utils)
+BuildRequires: gettext-devel
+BuildRequires: edje-bin
+
+%define _pkgdir /usr/apps/%{name}
+%define _bindir %{_pkgdir}/bin
+%define _resdir %{_pkgdir}/res
+%define _datadir %{_pkgdir}/data
+%define _edjedir %{_resdir}/edje
+%define _manifestdir /usr/share/packages
+%define _sysuserdir /systemd/user
+%define _servicedir /systemd/user/default.target.wants
+
+%description
+Volume widget for Tizen TV
+
+%prep
+%setup -q
+cp %{SOURCE3} .
+
+%build
+cmake \
+       -DCMAKE_INSTALL_PREFIX=%{_pkgdir} \
+       -DPACKAGE_NAME=%{name} \
+       -DBINDIR=%{_bindir} \
+       -DEDJEDIR=%{_edjedir} \
+       -DMANIFESTDIR=%{_manifestdir} \
+       -DVERSION=%{version}
+
+make %{?jobs:-j%jobs}
+
+%install
+%make_install
+install --directory %{buildroot}/%{_datadir}
+install --directory %{buildroot}%{_libdir}%{_servicedir}
+install -m 0644 %{SOURCE1} %{buildroot}%{_libdir}%{_sysuserdir}
+install -m 0644 %{SOURCE2} %{buildroot}%{_libdir}%{_sysuserdir}
+ln -sf ../%{name}.path %{buildroot}%{_libdir}%{_servicedir}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%{_bindir}/*
+%{_resdir}/*
+%{_datadir}
+%{_manifestdir}/%{name}.xml
+%{_libdir}%{_sysuserdir}/%{name}.service
+%{_libdir}%{_sysuserdir}/%{name}.path
+%{_libdir}%{_servicedir}/%{name}.path
+%{_datarootdir}/license/*
diff --git a/packaging/org.tizen.volume.manifest b/packaging/org.tizen.volume.manifest
deleted file mode 100644 (file)
index 97e8c31..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-</manifest>
diff --git a/packaging/org.tizen.volume.path b/packaging/org.tizen.volume.path
deleted file mode 100644 (file)
index 2f5b597..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[Unit]
-Description=This path will tell you that volume is ready to launch
-
-[Path]
-PathExists=/run/.wm_ready
diff --git a/packaging/org.tizen.volume.service b/packaging/org.tizen.volume.service
deleted file mode 100644 (file)
index 7cb5b93..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=volume
-Requires=launchpad-process-pool.service
-After=launchpad-process-pool.service
-
-[Service]
-ExecStart=/bin/sh -c -l '/usr/bin/aul_test launch org.tizen.volume'
diff --git a/packaging/org.tizen.volume.spec b/packaging/org.tizen.volume.spec
deleted file mode 100644 (file)
index cd586cb..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-Name:      org.tizen.volume
-Summary:   Volume widget for Tizen TV
-Version:   0.2
-Release:   1
-Group:     Applications/Core Applications
-License:   Apache-2.0
-Source0:   %{name}-%{version}.tar.gz
-Source1:   %{name}.service
-Source2:   %{name}.path
-Source3:   %{name}.manifest
-
-BuildRequires: cmake
-BuildRequires: pkgconfig(capi-appfw-application)
-BuildRequires: pkgconfig(capi-media-sound-manager)
-BuildRequires: pkgconfig(elementary)
-BuildRequires: pkgconfig(ecore)
-BuildRequires: pkgconfig(edje)
-BuildRequires: pkgconfig(app-utils)
-BuildRequires: gettext-devel
-BuildRequires: edje-bin
-
-%define _pkgdir /usr/apps/%{name}
-%define _bindir %{_pkgdir}/bin
-%define _resdir %{_pkgdir}/res
-%define _datadir %{_pkgdir}/data
-%define _edjedir %{_resdir}/edje
-%define _manifestdir /usr/share/packages
-%define _sysuserdir /systemd/user
-%define _servicedir /systemd/user/default.target.wants
-
-%description
-Volume widget for Tizen TV
-
-%prep
-%setup -q
-cp %{SOURCE3} .
-
-%build
-cmake \
-       -DCMAKE_INSTALL_PREFIX=%{_pkgdir} \
-       -DPACKAGE_NAME=%{name} \
-       -DBINDIR=%{_bindir} \
-       -DEDJEDIR=%{_edjedir} \
-       -DMANIFESTDIR=%{_manifestdir} \
-       -DVERSION=%{version}
-
-make %{?jobs:-j%jobs}
-
-%install
-%make_install
-install --directory %{buildroot}/%{_datadir}
-install --directory %{buildroot}%{_libdir}%{_servicedir}
-install -m 0644 %{SOURCE1} %{buildroot}%{_libdir}%{_sysuserdir}
-install -m 0644 %{SOURCE2} %{buildroot}%{_libdir}%{_sysuserdir}
-ln -sf ../%{name}.path %{buildroot}%{_libdir}%{_servicedir}
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%{_bindir}/*
-%{_resdir}/*
-%{_datadir}
-%{_manifestdir}/%{name}.xml
-%{_libdir}%{_sysuserdir}/%{name}.service
-%{_libdir}%{_sysuserdir}/%{name}.path
-%{_libdir}%{_servicedir}/%{name}.path
-%{_datarootdir}/license/*