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 19:11:21 +0200 |
commit | cc05dcc61a2545eaa29a18c59d926639c0636cad (patch) | |
tree | d477ba3354df1878cb0e28a9e1beb2001308a4e1 | |
parent | 98faf48ec7ae6480c40dce046f11842db8209d2e (diff) | |
download | desktop-skin-origin/tizen.tar.gz desktop-skin-origin/tizen.tar.bz2 desktop-skin-origin/tizen.zip |
update background; add symlink to choose current backgroundsubmit/tizen_common/20140526.171226origin/tizen
Change-Id: Iec843e54b1bcb14ebee2a8dc746123754ff68ef7
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 | 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/* |