weston-1.12
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=58
This commit is contained in:
parent
afe86041de
commit
afd829c5b3
@ -9,13 +9,13 @@ src/libinput-seat.c:30:22: fatal error: libinput.h: No such file or directory
|
||||
Makefile.am | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
Index: weston-1.8.0/Makefile.am
|
||||
Index: weston-1.12.0/Makefile.am
|
||||
===================================================================
|
||||
--- weston-1.8.0.orig/Makefile.am
|
||||
+++ weston-1.8.0/Makefile.am
|
||||
@@ -51,7 +51,8 @@ AM_CPPFLAGS = \
|
||||
--- weston-1.12.0.orig/Makefile.am
|
||||
+++ weston-1.12.0/Makefile.am
|
||||
@@ -53,7 +53,8 @@ AM_CPPFLAGS = \
|
||||
-DDATADIR='"$(datadir)"' \
|
||||
-DMODULEDIR='"$(moduledir)"' \
|
||||
-DLIBWESTON_MODULEDIR='"$(libweston_moduledir)"' \
|
||||
-DLIBEXECDIR='"$(libexecdir)"' \
|
||||
- -DBINDIR='"$(bindir)"'
|
||||
+ -DBINDIR='"$(bindir)"' \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125
|
||||
size 1242244
|
Binary file not shown.
3
weston-1.12.0.tar.xz
Normal file
3
weston-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac7ac2a32e3b9f50131fccded5d2326bd36b2226712d90b61999118a09af5033
|
||||
size 1260892
|
BIN
weston-1.12.0.tar.xz.sig
Normal file
BIN
weston-1.12.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 05:17:56 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.12.0
|
||||
- Drop 0001-build-honor-results-obtained-by-pkg-config-libinput.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 08:32:54 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
41
weston.spec
41
weston.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: weston
|
||||
%define lname libweston0
|
||||
Version: 1.11.0
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Wayland Reference Compositor
|
||||
License: HPND and CC-BY-SA-3.0
|
||||
@ -96,6 +96,25 @@ desktop shell. Finally, weston also provides integration with the
|
||||
Xorg server and can pull X clients into the Wayland desktop and act
|
||||
as a X window manager.
|
||||
|
||||
%package -n libweston-1
|
||||
Summary: Weston backend collection
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libweston-1
|
||||
|
||||
%package -n libweston-1-0
|
||||
Summary: The Weston compositor as a shared library
|
||||
Group: System/Libraries
|
||||
Requires: libweston-1 >= %version
|
||||
|
||||
%description -n libweston-1-0
|
||||
|
||||
%package -n libweston-desktop-1-0
|
||||
Summary: The Weston compositor as a shared library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libweston-desktop-1-0
|
||||
|
||||
%package devel
|
||||
Summary: Development files for Weston plugins
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -139,6 +158,11 @@ if ! make BACKEND=headless-backend.so check; then
|
||||
fi
|
||||
%endif
|
||||
|
||||
%post -n libweston-1-0 -p /sbin/ldconfig
|
||||
%postun -n libweston-1-0 -p /sbin/ldconfig
|
||||
%post -n libweston-desktop-1-0 -p /sbin/ldconfig
|
||||
%postun -n libweston-desktop-1-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README
|
||||
@ -149,9 +173,22 @@ fi
|
||||
%_datadir/wayland-sessions/
|
||||
%_mandir/man?/*.*
|
||||
|
||||
%files -n libweston-1-0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-1.so.0*
|
||||
|
||||
%files -n libweston-1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-1/
|
||||
|
||||
%files -n libweston-desktop-1-0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-desktop-1.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/%name/
|
||||
%_libdir/pkgconfig/%name.pc
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_libdir/libweston*.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user