[packages/qt5-qtbase] up to 5.12.1

atler atler at pld-linux.org
Fri Mar 1 19:00:38 CET 2019


commit 1879bb15a343f3769f61b2db2bc9e9d5003beb58
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Mar 1 01:17:15 2019 +0100

    up to 5.12.1
    
    - QMAKE_COMPILER denotes compiler family not exact binary
    - glibc patch no longer required

 qt5-qtbase-glibc.patch | 53 ---------------------------------------
 qt5-qtbase.spec        | 68 +++++++++++++++++++++++++++++++-------------------
 2 files changed, 42 insertions(+), 79 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index b7b9503..97114d7 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -64,17 +64,16 @@
 Summary:	Qt5 - base components
 Summary(pl.UTF-8):	Biblioteka Qt5 - podstawowe komponenty
 Name:		qt5-%{orgname}
-Version:	5.11.1
-Release:	6
+Version:	5.12.1
+Release:	1
 # See LGPL_EXCEPTION.txt for exception details
 License:	LGPL v2 with Digia Qt LGPL Exception v1.1 or GPL v3
 Group:		X11/Libraries
-Source0:	http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
-# Source0-md5:	c656471f138d3810187a523293e2cc28
-Source1:	http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/qttranslations-everywhere-src-%{version}.tar.xz
-# Source1-md5:	67c0dbd61c2b92552b5339d82a94b1a8
+Source0:	http://download.qt.io/official_releases/qt/5.12/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5:	540e4d774f89615c413dd0cb7aeda555
+Source1:	http://download.qt.io/official_releases/qt/5.12/%{version}/submodules/qttranslations-everywhere-src-%{version}.tar.xz
+# Source1-md5:	045ad1eda4d3a272b24b6c60a06b313f
 Patch0:		%{name}-system_cacerts.patch
-Patch1:		qt5-qtbase-glibc.patch
 URL:		http://www.qt.io/
 %{?with_directfb:BuildRequires:	DirectFB-devel}
 BuildRequires:	EGL-devel
@@ -609,17 +608,18 @@ Qt5 Gui platform theme plugin for GTK+ 3.x.
 %description -n Qt5Gui-platformtheme-gtk3 -l pl.UTF-8
 Wtyczka motywów platform Qt5 Gui dla GTK+ 3.x.
 
-%package -n Qt5Gui-platformtheme-flatpak
-Summary:	Qt5 Gui platform theme plugin for flatpak
-Summary(pl.UTF-8):	Wtyczka motywów platform Qt5 Gui dla flatpak
+%package -n Qt5Gui-platformtheme-xdgdesktopportal
+Summary:	Qt5 Gui platform theme plugin for xdg-desktop-portal
+Summary(pl.UTF-8):	Wtyczka motywów platform Qt5 Gui dla xdg-desktop-portal
 Group:		Libraries
 Requires:	Qt5Gui = %{version}-%{release}
+Obsoletes:	Qt5Gui-platformtheme-flatpak < 5.12.1
 
-%description -n Qt5Gui-platformtheme-flatpak
-Qt5 Gui platform theme plugin for flatpak.
+%description -n Qt5Gui-platformtheme-xdgdesktopportal
+Qt5 Gui platform theme plugin for xdg-desktop-portal.
 
-%description -n Qt5Gui-platformtheme-flatpak -l pl.UTF-8
-Wtyczka motywów platform Qt5 Gui dla flatpak.
+%description -n Qt5Gui-platformtheme-xdgdesktopportal -l pl.UTF-8
+Wtyczka motywów platform Qt5 Gui dla xdg-desktop-portal.
 
 %package -n Qt5Gui-devel
 Summary:	Qt5 Gui library - development files
@@ -1001,6 +1001,19 @@ library - development files.
 %description -n -devel -l pl.UTF-8
 Biblioteka - pliki programistyczne.
 
+%package -n Qt5VulkanSupport-devel
+Summary:	Qt5 VulkanSupport library - development files
+Summary(pl.UTF-8):	Biblioteka Qt5 VulkanSupport - pliki programistyczne
+Group:		Development/Libraries
+# for (subset of) Qt5Core headers
+Requires:	Qt5Core-devel = %{version}-%{release}
+
+%description -n Qt5VulkanSupport-devel
+Qt5 VulkanSupport library - development files.
+
+%description -n Qt5VulkanSupport-devel -l pl.UTF-8
+Biblioteka Qt5 VulkanSupport - pliki programistyczne.
+
 %package -n Qt5Widgets
 Summary:	Qt5 Widgets library
 Summary(pl.UTF-8):	Biblioteka Qt5 Widgets
@@ -1147,15 +1160,11 @@ Generator plików makefile dla aplikacji Qt5.
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version} %{?with_qm:-a1}
 %patch0 -p1
-%if "%(rpm -q glibc-devel --qf '%{VERSION}')" >= "2.28"
-%patch1 -p1
-%endif
 
 %{__sed} -i -e 's,usr/X11R6/,usr/,g' mkspecs/linux-g++-64/qmake.conf
 
 # change QMAKE FLAGS to build
 %{__sed} -i -e '
-	s|^\(QMAKE_COMPILER *\)=.*gcc|\1= %{__cc}|;
 	s|^\(QMAKE_CC *\)=.*gcc|\1= %{__cc}|;
 	s|^\(QMAKE_CXX *\)=.*g++|\1= %{__cxx}|;
 	s|^QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO .*|QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -g %{rpmcppflags} %{rpmcflags}|;
@@ -1232,10 +1241,10 @@ COMMONOPT=" \
 	-system-pcre \
 	-system-sqlite \
 	-system-xcb \
-	-system-xkbcommon \
 	-system-zlib \
 	%{?with_tslib:-tslib} \
-	-xinput2 \
+	-xcb-xinput \
+	-xkbcommon \
 	%{!?with_db2:-no}-sql-db2 \
 	%{!?with_ibase:-no}-sql-ibase \
 	%{!?with_mysql:-no}-sql-mysql \
@@ -1297,7 +1306,7 @@ install -d $RPM_BUILD_ROOT%{_includedir}/qt5/QtSolutions
 %{__make} -C qttranslations-everywhere-src-%{version} install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 # keep only qt and qtbase
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/qt5/translations/{assistant,designer,linguist,qmlviewer,qt_help,qtconnectivity,qtdeclarative,qtlocation,qtmultimedia,qtquick1,qtquickcontrols,qtquickcontrols2,qtscript,qtserialport,qtwebengine,qtwebsockets,qtxmlpatterns}_*.qm
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/qt5/translations/{assistant,designer,linguist,qt_help,qtconnectivity,qtdeclarative,qtlocation,qtmultimedia,qtquickcontrols,qtquickcontrols2,qtscript,qtserialport,qtwebengine,qtwebsockets,qtxmlpatterns}_*.qm
 %else
 install -d $RPM_BUILD_ROOT%{_datadir}/qt5/translations
 %endif
@@ -1359,7 +1368,7 @@ ifecho_tree examples %{_examplesdir}/qt5/qpa
 ifecho_tree examples %{_examplesdir}/qt5/qtconcurrent
 ifecho_tree examples %{_examplesdir}/qt5/qtestlib
 ifecho_tree examples %{_examplesdir}/qt5/sql
-ifecho_tree examples %{_examplesdir}/qt5/touch
+ifecho_tree examples %{_examplesdir}/qt5/vulkan
 ifecho_tree examples %{_examplesdir}/qt5/widgets
 ifecho_tree examples %{_examplesdir}/qt5/xml
 
@@ -1458,7 +1467,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n Qt5Core -f qtbase.lang
 %defattr(644,root,root,755)
-%doc LGPL_EXCEPTION.txt header.* dist/{README,changes-*}
+%doc header.* dist/{README,changes-*}
 %attr(755,root,root) %{_libdir}/libQt5Core.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libQt5Core.so.5
 %dir %{_sysconfdir}/qt5
@@ -1714,10 +1723,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake
 %endif
 
-%files -n Qt5Gui-platformtheme-flatpak
+%files -n Qt5Gui-platformtheme-xdgdesktopportal
 %defattr(644,root,root,755)
-%attr(755,root,root) %{qt5dir}/plugins/platformthemes/libqflatpak.so
-%{_libdir}/cmake/Qt5Gui/Qt5Gui_QFlatpakThemePlugin.cmake
+%attr(755,root,root) %{qt5dir}/plugins/platformthemes/libqxdgdesktopportal.so
+%{_libdir}/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake
 
 %files -n Qt5Gui-devel
 %defattr(644,root,root,755)
@@ -1959,6 +1968,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libQt5ThemeSupport.prl
 %{qt5dir}/mkspecs/modules/qt_lib_theme_support_private.pri
 
+%files -n Qt5VulkanSupport-devel
+%defattr(644,root,root,755)
+%{_includedir}/qt5/QtVulkanSupport
+%{_libdir}/libQt5VulkanSupport.a
+%{_libdir}/libQt5VulkanSupport.prl
+%{qt5dir}/mkspecs/modules/qt_lib_vulkan_support_private.pri
+
 %files -n Qt5Widgets
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libQt5Widgets.so.*.*.*
diff --git a/qt5-qtbase-glibc.patch b/qt5-qtbase-glibc.patch
deleted file mode 100644
index 022b698..0000000
--- a/qt5-qtbase-glibc.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff -up qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h
---- qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc	2018-06-15 09:29:31.000000000 +0200
-+++ qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h	2018-07-26 15:40:56.887961897 +0200
-@@ -72,7 +72,9 @@
- #include <sys/time.h>
- #include <sys/shm.h>
- #include <sys/socket.h>
-+#if 0
- #include <sys/stat.h>
-+#endif
- #include <sys/wait.h>
- #include <netinet/in.h>
- 
-diff -up qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp.glibc qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp
---- qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp.glibc	2018-06-15 09:29:31.000000000 +0200
-+++ qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp	2018-07-26 16:34:54.346840184 +0200
-@@ -50,7 +50,9 @@
- #include <pwd.h>
- #include <stdlib.h> // for realpath()
- #include <sys/types.h>
-+#if 0
- #include <sys/stat.h>
-+#endif
- #include <unistd.h>
- #include <stdio.h>
- #include <errno.h>
-@@ -91,7 +93,9 @@ extern "C" NSString *NSTemporaryDirector
- #  include <sys/syscall.h>
- #  include <sys/sendfile.h>
- #  include <linux/fs.h>
-+#if 0
- #  include <linux/stat.h>
-+#endif
- 
- // in case linux/fs.h is too old and doesn't define it:
- #ifndef FICLONE
-@@ -105,13 +109,13 @@ extern "C" NSString *NSTemporaryDirector
- #    undef SYS_renameat2
- #    undef SYS_statx
- #    undef STATX_BASIC_STATS
--#  else
--#    if !QT_CONFIG(renameat2) && defined(SYS_renameat2)
-+#  else 
-+#    if 0 && !QT_CONFIG(renameat2) && defined(SYS_renameat2)
- static int renameat2(int oldfd, const char *oldpath, int newfd, const char *newpath, unsigned flags)
- { return syscall(SYS_renameat2, oldfd, oldpath, newfd, newpath, flags); }
- #    endif
- 
--#    if !QT_CONFIG(statx) && defined(SYS_statx)
-+#    if 0 && !QT_CONFIG(statx) && defined(SYS_statx)
- static int statx(int dirfd, const char *pathname, int flag, unsigned mask, struct statx *statxbuf)
- { return syscall(SYS_statx, dirfd, pathname, flag, mask, statxbuf); }
- #    elif !QT_CONFIG(statx) && !defined(SYS_statx)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtbase.git/commitdiff/1879bb15a343f3769f61b2db2bc9e9d5003beb58



More information about the pld-cvs-commit mailing list