Accepting request 429996 from KDE:Qt5
The Time Has Come to Shoot You Down... What a Sound OBS-URL: https://build.opensuse.org/request/show/429996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwayland?expand=0&rev=10
This commit is contained in:
parent
2699944848
commit
78b362dba9
@ -1,14 +0,0 @@
|
|||||||
diff --git a/examples/wayland/server-buffer/compositor/compositor.pro b/examples/wayland/server-buffer/compositor/compositor.pro
|
|
||||||
index 8d7f488..9f7751a 100644
|
|
||||||
--- a/examples/wayland/server-buffer/compositor/compositor.pro
|
|
||||||
+++ b/examples/wayland/server-buffer/compositor/compositor.pro
|
|
||||||
@@ -18,6 +18,9 @@ RESOURCES += compositor.qrc
|
|
||||||
CONFIG +=wayland-scanner
|
|
||||||
WAYLANDSERVERSOURCES += ../share-buffer.xml
|
|
||||||
|
|
||||||
+CONFIG += link_pkgconfig
|
|
||||||
+PKGCONFIG += wayland-server
|
|
||||||
+
|
|
||||||
DEFINES += QT_COMPOSITOR_QUICK
|
|
||||||
|
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/server-buffer/compositor
|
|
@ -1,7 +1,7 @@
|
|||||||
libqt5-qtwayland
|
libqt5-qtwayland
|
||||||
libQt5Compositor5
|
libQt5WaylandCompositor5
|
||||||
libQt5WaylandClient5
|
libQt5WaylandClient5
|
||||||
libqt5-qtwayland-devel
|
libqt5-qtwayland-devel
|
||||||
requires "libqt5-qtwayland-<targettype> = <version>"
|
requires "libqt5-qtwayland-<targettype> = <version>"
|
||||||
requires "libQt5Compositor5-<targettype> = <version>"
|
requires "libQt5WaylandCompositor5-<targettype> = <version>"
|
||||||
requires "libQt5WaylandClient5-<targettype> = <version>"
|
requires "libQt5WaylandClient5-<targettype> = <version>"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 24 18:39:09 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.qt.io/qt5-7/
|
||||||
|
- Drop dead 0001-partially-revert-505c373.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 8 14:15:22 UTC 2016 - hrvoje.senjan@gmail.com
|
Wed Jun 8 14:15:22 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%define qt5_snapshot 1
|
%define qt5_snapshot 1
|
||||||
%define libname libQt5Compositor5
|
%define libname libQt5WaylandCompositor5
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.6.1
|
%define real_version 5.7.0
|
||||||
%define so_version 5.6.1
|
%define so_version 5.7.0
|
||||||
%define tar_version qtwayland-opensource-src-%{real_version}
|
%define tar_version qtwayland-opensource-src-%{real_version}
|
||||||
Name: libqt5-qtwayland
|
Name: libqt5-qtwayland
|
||||||
Version: 5.6.1
|
Version: 5.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 Wayland Addon
|
Summary: Qt 5 Wayland Addon
|
||||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||||
@ -31,8 +31,6 @@ Group: Development/Libraries/X11
|
|||||||
Url: http://qt.digia.com
|
Url: http://qt.digia.com
|
||||||
Source: %{tar_version}.tar.xz
|
Source: %{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM -- 0001-partially-revert-505c373.diff -- Fix the build
|
|
||||||
Patch0: 0001-partially-revert-505c373.diff
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
|
BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
|
||||||
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
||||||
@ -57,8 +55,8 @@ Qt is a set of libraries for developing applications.
|
|||||||
Summary: Qt 5 Wayland Addon
|
Summary: Qt 5 Wayland Addon
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libQt5Compositor5 = %{version}
|
|
||||||
Requires: libQt5WaylandClient5 = %{version}
|
Requires: libQt5WaylandClient5 = %{version}
|
||||||
|
Requires: libQt5WaylandCompositor5 = %{version}
|
||||||
Conflicts: qtwayland-devel
|
Conflicts: qtwayland-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -77,12 +75,12 @@ not used by application development and that do not have any ABI or
|
|||||||
API guarantees. The packages that build against these have to require
|
API guarantees. The packages that build against these have to require
|
||||||
the exact Qt version.
|
the exact Qt version.
|
||||||
|
|
||||||
%package -n libQt5Compositor5
|
%package -n libQt5WaylandCompositor5
|
||||||
Summary: Qt 5 Wayland Addon
|
Summary: Qt 5 Wayland Addon
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Conflicts: qtwayland
|
Conflicts: qtwayland
|
||||||
|
|
||||||
%description -n libQt5Compositor5
|
%description -n libQt5WaylandCompositor5
|
||||||
Qt is a set of libraries for developing applications.
|
Qt is a set of libraries for developing applications.
|
||||||
|
|
||||||
%package -n libQt5WaylandClient5
|
%package -n libQt5WaylandClient5
|
||||||
@ -103,11 +101,10 @@ Examples for libqt5-qtwayland module.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qtwayland-opensource-src-%{real_version}
|
%setup -q -n qtwayland-opensource-src-%{real_version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%post -n libQt5Compositor5 -p /sbin/ldconfig
|
%post -n libQt5WaylandCompositor5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libQt5Compositor5 -p /sbin/ldconfig
|
%postun -n libQt5WaylandCompositor5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libQt5WaylandClient5 -p /sbin/ldconfig
|
%post -n libQt5WaylandClient5 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -140,11 +137,12 @@ fdupes -s %{buildroot}
|
|||||||
%doc *.txt LICENSE.*
|
%doc *.txt LICENSE.*
|
||||||
%{_libqt5_bindir}/qtwaylandscanner
|
%{_libqt5_bindir}/qtwaylandscanner
|
||||||
%{_libqt5_plugindir}/
|
%{_libqt5_plugindir}/
|
||||||
|
%{_libqt5_archdatadir}/qml/QtWayland/
|
||||||
|
|
||||||
%files -n libQt5Compositor5
|
%files -n libQt5WaylandCompositor5
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt LICENSE.*
|
%doc *.txt LICENSE.*
|
||||||
%{_libqt5_libdir}/libQt5Compositor.so.*
|
%{_libqt5_libdir}/libQt5WaylandCompositor.so.*
|
||||||
|
|
||||||
%files -n libQt5WaylandClient5
|
%files -n libQt5WaylandClient5
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2134545f46145fca57a2828f4dbd1969a6dff953903feebef39c83979d84efc9
|
|
||||||
size 263748
|
|
3
qtwayland-opensource-src-5.7.0.tar.xz
Normal file
3
qtwayland-opensource-src-5.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26b9c7f8f3bd0d0766eaec527d021571a9098942c8b886191cb13f9399b4be11
|
||||||
|
size 287724
|
Loading…
x
Reference in New Issue
Block a user