diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-26 18:42:17 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-26 18:44:54 +0200 |
commit | a53d32e7a342892ae7f2f05a20f32b4129eadbbd (patch) | |
tree | 0927861bbec00ac0bc1b15b8cead5a4dac0e05ec | |
parent | 98faf48ec7ae6480c40dce046f11842db8209d2e (diff) | |
download | desktop-skin-a53d32e7a342892ae7f2f05a20f32b4129eadbbd.tar.gz desktop-skin-a53d32e7a342892ae7f2f05a20f32b4129eadbbd.tar.bz2 desktop-skin-a53d32e7a342892ae7f2f05a20f32b4129eadbbd.zip |
background updated
Change-Id: Idbace4d4f66afab1c8ed97893897694b8aed9fbd
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-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 | 3 |
3 files changed, 2 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..71fb998 100644 --- a/packaging/desktop-skin.spec +++ b/packaging/desktop-skin.spec @@ -38,6 +38,7 @@ 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 %files %{_bindir}/* @@ -46,4 +47,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/* |