diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-06-10 14:07:17 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-13 16:32:24 +0200 |
commit | 4c2c1ebe3ef16b15e3ee7e7bbee6b7c4d8a882c8 (patch) | |
tree | 391687a56ac2fff3d58ed9efaade24665f96fb03 | |
parent | 2f9b307b84fcf5edb35952ac3025d518f7e4d325 (diff) | |
download | weston-4c2c1ebe3ef16b15e3ee7e7bbee6b7c4d8a882c8.tar.gz weston-4c2c1ebe3ef16b15e3ee7e7bbee6b7c4d8a882c8.tar.bz2 weston-4c2c1ebe3ef16b15e3ee7e7bbee6b7c4d8a882c8.zip |
packaging: Bump to 1.5.0
Bug-Tizen: TIVI-3136
skip 0fdb097 This vfunc lets us read out a rectangle of pixels from the currently attached surface buffer.
skip cb6dd95 compositor: implement xdg_surface_set_minimized()
skip 8b5c42d compositor: use Mod-Tab to show/raise minimized surfaces
skip 1257826 toytoolkit: totally switch to xdg-shell protocol
skip d743102 shell: position input panel layer above fullscreen layer
Change-Id: If8c89c0a11977f14ef654a0093ce9d97ad52ca03
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/weston.spec | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/packaging/weston.spec b/packaging/weston.spec index 32288b7b..d7a96d1d 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -12,7 +12,7 @@ %endif Name: weston -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -122,22 +122,23 @@ make %{?_smp_mflags} %make_install # install example clients -install -m 755 clients/weston-simple-touch %{buildroot}%{_bindir} -install -m 755 clients/weston-simple-shm %{buildroot}%{_bindir} -install -m 755 clients/weston-simple-egl %{buildroot}%{_bindir} -install -m 755 clients/weston-flower %{buildroot}%{_bindir} -install -m 755 clients/weston-image %{buildroot}%{_bindir} -install -m 755 clients/weston-cliptest %{buildroot}%{_bindir} -install -m 755 clients/weston-dnd %{buildroot}%{_bindir} -install -m 755 clients/weston-editor %{buildroot}%{_bindir} -install -m 755 clients/weston-smoke %{buildroot}%{_bindir} -install -m 755 clients/weston-resizor %{buildroot}%{_bindir} -install -m 755 clients/weston-eventdemo %{buildroot}%{_bindir} -install -m 755 clients/weston-clickdot %{buildroot}%{_bindir} -install -m 755 clients/weston-subsurfaces %{buildroot}%{_bindir} -install -m 755 clients/weston-transformed %{buildroot}%{_bindir} -install -m 755 clients/weston-fullscreen %{buildroot}%{_bindir} -install -m 755 clients/weston-calibrator %{buildroot}%{_bindir} +install -m 755 weston-calibrator %{buildroot}%{_bindir} +install -m 755 weston-simple-touch %{buildroot}%{_bindir} +install -m 755 weston-simple-shm %{buildroot}%{_bindir} +install -m 755 weston-simple-egl %{buildroot}%{_bindir} +install -m 755 weston-flower %{buildroot}%{_bindir} +install -m 755 weston-image %{buildroot}%{_bindir} +install -m 755 weston-cliptest %{buildroot}%{_bindir} +install -m 755 weston-dnd %{buildroot}%{_bindir} +install -m 755 weston-editor %{buildroot}%{_bindir} +install -m 755 weston-smoke %{buildroot}%{_bindir} +install -m 755 weston-resizor %{buildroot}%{_bindir} +install -m 755 weston-eventdemo %{buildroot}%{_bindir} +install -m 755 weston-clickdot %{buildroot}%{_bindir} +install -m 755 weston-subsurfaces %{buildroot}%{_bindir} +install -m 755 weston-transformed %{buildroot}%{_bindir} +install -m 755 weston-fullscreen %{buildroot}%{_bindir} + install -d %{buildroot}%{_unitdir_user} install -m 644 %{SOURCE1} %{buildroot}%{_unitdir_user}/weston.target @@ -168,6 +169,7 @@ getent group weston-launch >/dev/null || %{_sbindir}/groupadd -o -r weston-launc %_libdir/weston/desktop-shell.so %_libdir/weston/drm-backend.so %_libdir/weston/fbdev-backend.so +%_libdir/weston/fullscreen-shell.so %_libdir/weston/headless-backend.so %_libdir/weston/wayland-backend.so %_libdir/weston/gl-renderer.so |