diff options
-rw-r--r-- | backgrounds/tizen/tizen_common.png | bin | 0 -> 3554840 bytes | |||
-rw-r--r-- | backgrounds/tizen/tizen_common.xcf | bin | 0 -> 15944520 bytes | |||
-rw-r--r-- | packaging/desktop-skin.spec | 6 |
3 files changed, 5 insertions, 1 deletions
diff --git a/backgrounds/tizen/tizen_common.png b/backgrounds/tizen/tizen_common.png Binary files differnew file mode 100644 index 0000000..24b3a22 --- /dev/null +++ b/backgrounds/tizen/tizen_common.png diff --git a/backgrounds/tizen/tizen_common.xcf b/backgrounds/tizen/tizen_common.xcf Binary files differnew file mode 100644 index 0000000..c07f9c5 --- /dev/null +++ b/backgrounds/tizen/tizen_common.xcf diff --git a/packaging/desktop-skin.spec b/packaging/desktop-skin.spec index 34377e4..3e2e9e4 100644 --- a/packaging/desktop-skin.spec +++ b/packaging/desktop-skin.spec @@ -38,6 +38,10 @@ install -m 644 applications/tizen/* %{buildroot}%{_datadir}/applications/tizen mkdir -p %{buildroot}%{_datadir}/backgrounds/tizen install -m 644 backgrounds/tizen/golfe-morbihan.jpg %{buildroot}%{_datadir}/backgrounds/tizen/golfe-morbihan.jpg +install -m 644 backgrounds/tizen/tizen_common.png %{buildroot}%{_datadir}/backgrounds/tizen/tizen_common.png + +# create a symlink to "current" background (avoid to change the bg name in profile/common/weston-common/weston.ini) +ln -s tizen_common.png %{buildroot}%{_datadir}/backgrounds/tizen/current %files %{_bindir}/* @@ -46,4 +50,4 @@ install -m 644 backgrounds/tizen/golfe-morbihan.jpg %{buildroot}%{_datadir}/bac %{_datadir}/media/photos/* %{_datadir}/icons/tizen/32x32/* %{_datadir}/applications/tizen/* -%{_datadir}/backgrounds/tizen/golfe-morbihan.jpg +%{_datadir}/backgrounds/tizen/* |