diff --git a/wayland-0.85.0.tar.xz b/wayland-0.85.0.tar.xz deleted file mode 100644 index b7b2299..0000000 --- a/wayland-0.85.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e3d4579916e963a77a59c90b4524c1d28aca2654ec76907c7cd58cf4c5cbc30 -size 224496 diff --git a/wayland-0.94.90.tar.xz b/wayland-0.94.90.tar.xz new file mode 100644 index 0000000..3797585 --- /dev/null +++ b/wayland-0.94.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf6c8d986088f6ec216d4a00f2d32166ead723b2d98e613b23c1e89f19d3e54 +size 358332 diff --git a/wayland.changes b/wayland.changes index 160d4e1..43f2763 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,4 +1,4 @@ ------------------------------------------------------------------- -Sat Feb 11 15:55:16 UTC 2012 - jengelh@medozas.de +Sat Feb 11 15:55:16 UTC 2012 - jengelh@inai.de - Initial package for build.opensuse.org diff --git a/wayland.spec b/wayland.spec index a296ef3..d2cd16e 100644 --- a/wayland.spec +++ b/wayland.spec @@ -16,7 +16,7 @@ # Name: wayland %define lname libwayland0 -Version: 0.85.0 +Version: 0.94.90 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -51,6 +51,16 @@ evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. +%package -n libwayland-cursor0 +Group: System/Libraries +Summary: Wayland cursor library + +%description -n libwayland-cursor0 +The purpose of this library is to be the equivalent of libXcursor in +the X world. This library is compatible with X cursor themes and +loads them directly into an shm pool making it easy for the clients +to get buffer for each cursor image. + %package -n libwayland-server0 Group: System/Libraries Summary: Wayland core server library @@ -67,6 +77,7 @@ fullscreen) or other display servers. Summary: Development files for the Wayland Compositor Infrastructure Group: Development/Libraries/C and C++ Requires: libwayland-client0 = %version +Requires: libwayland-cursor0 = %version Requires: libwayland-server0 = %version %description devel @@ -93,6 +104,8 @@ rm -f "%buildroot/%_libdir"/*.la %post -n libwayland-client0 -p /sbin/ldconfig %postun -n libwayland-client0 -p /sbin/ldconfig +%post -n libwayland-cursor0 -p /sbin/ldconfig +%postun -n libwayland-cursor0 -p /sbin/ldconfig %post -n libwayland-server0 -p /sbin/ldconfig %postun -n libwayland-server0 -p /sbin/ldconfig @@ -100,6 +113,10 @@ rm -f "%buildroot/%_libdir"/*.la %defattr(-,root,root) %_libdir/libwayland-client.so.0* +%files -n libwayland-cursor0 +%defattr(-,root,root) +%_libdir/libwayland-cursor.so.0* + %files -n libwayland-server0 %defattr(-,root,root) %_libdir/libwayland-server.so.0*