Initial packaging. accepted/tizen/ivi/release accepted/tizen/ivi/20140114.230555 accepted/tizen/ivi/release/20140114.004404 submit/tizen/20140114.002117 submit/tizen_ivi_release/20140114.003258
authorOssama Othman <ossama.othman@intel.com>
Tue, 14 Jan 2014 00:18:29 +0000 (16:18 -0800)
committerOssama Othman <ossama.othman@intel.com>
Tue, 14 Jan 2014 00:18:53 +0000 (16:18 -0800)
Change-Id: I5c1c6bf98d5965d005ceaf6a5e0c48afc1a9e75a
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
packaging/weston-ivi.changes [new file with mode: 0644]
packaging/weston-ivi.manifest [new file with mode: 0644]
packaging/weston-ivi.spec [new file with mode: 0644]
weston.ini [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..17ed02e
--- /dev/null
@@ -0,0 +1,2 @@
+*~
+*#*#
diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..ca2c18b
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,19 @@
+Copyright © 2013 Intel Corporation
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and
+that the name of the copyright holders not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission.  The copyright holders make no representations
+about the suitability of this software for any purpose.  It is provided "as
+is" without express or implied warranty.
+
+THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+OF THIS SOFTWARE.
diff --git a/packaging/weston-ivi.changes b/packaging/weston-ivi.changes
new file mode 100644 (file)
index 0000000..1743076
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Jan 13 2014 Ossama Othman <ossama.othman@intel.com> 8c3144f
+- Initial packaging.
+
diff --git a/packaging/weston-ivi.manifest b/packaging/weston-ivi.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/weston-ivi.spec b/packaging/weston-ivi.spec
new file mode 100644 (file)
index 0000000..1d0bd3b
--- /dev/null
@@ -0,0 +1,32 @@
+Name:       weston-ivi
+Version:    1
+Release:    0
+Summary:    Tizen IVI Weston configuration and set-up
+License:    MIT
+Group:      Automotive/Configuration
+BuildArch:  noarch
+Source0:    %{name}-%{version}.tar.bz2
+Source1001: weston-ivi.manifest
+Requires: weekeyboard
+
+%description
+This package contains Tizen IVI-specific configuration and set-up for
+the Weston compositor.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+
+%install
+
+%define weston_config_dir %{_sysconfdir}/xdg/weston
+mkdir -p %{buildroot}%{weston_config_dir}
+install -m 0644 weston.ini %{buildroot}%{weston_config_dir}
+
+%files
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%license COPYING
+%config %{weston_config_dir}/weston.ini
diff --git a/weston.ini b/weston.ini
new file mode 100644 (file)
index 0000000..fce4c92
--- /dev/null
@@ -0,0 +1,36 @@
+[core]
+#modules=cms-colord.so
+#shell=desktop-shell.so
+
+[shell]
+background-image=/usr/share/backgrounds/gnome/Aqua.jpg
+background-color=0xff002244
+background-type=tile
+panel-color=0x90ff0000
+locking=true
+animation=zoom
+startup-animation=fade
+
+[input-method]
+path=/bin/weekeyboard
+
+#[output]
+#name=LVDS1
+#mode=1680x1050
+#transform=90
+#icc_profile=/usr/share/color/icc/colord/Bluish.icc
+
+#[output]
+#name=VGA1
+#mode=173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
+#transform=flipped
+
+#[output]
+#name=X1
+#mode=1024x768
+#transform=flipped-270
+
+#[touchpad]
+#constant_accel_factor = 50
+#min_accel_factor = 0.16
+#max_accel_factor = 1.0