# HG changeset patch # User Hans-G?nter Theisgen # Date 1657864027 -3600 # Node ID 5a3f0d26683d8461ed69e3533368859b147e4558 # Parent d9e054b0d4b3956ee4c1ddc78ff11129e7373093 qt5: removed dependency libQt3support diff -r d9e054b0d4b3 -r 5a3f0d26683d qt5/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qt5/description.txt Fri Jul 15 06:47:07 2022 +0100 @@ -0,0 +1,5 @@ +Qt is a widget toolkit for creating graphical user interfaces as well as +cross-platform applications that run on various software and hardware +platforms such as Linux, Windows, macOS, Android or embedded systems with +little or no change in the underlying codebase while still being a native +application with native capabilities and speed. diff -r d9e054b0d4b3 -r 5a3f0d26683d qt5/receipt --- a/qt5/receipt Fri Jul 15 06:38:49 2022 +0100 +++ b/qt5/receipt Fri Jul 15 06:47:07 2022 +0100 @@ -1,7 +1,6 @@ # SliTaz package receipt. PACKAGE="qt5" -SOURCE="qt-everywhere-src" VERSION="5.14.2" CATEGORY="meta" TAGS="qt" @@ -10,14 +9,14 @@ LICENSE="GPL3 LGPL3" WEB_SITE="https://www.qt.io/" +SOURCE="qt-everywhere-opensource-src" TARBALL="$SOURCE-$VERSION.tar.xz" WGET_URL="http://mirrors.ocf.berkeley.edu/qt/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" +SUGGESTED="libQt5Plugins libQt5ScriptTools" PROVIDE="qt-x11-opensource-src Qt5" - -DEPENDS="gcc83-lib-base glibc-locale libQt3Support libQt5Core libQt5DBus +DEPENDS="gcc83-lib-base glibc-locale libQt5Core libQt5DBus libQt5Designer libQt5Gui libQt5Help libQt5Network libQt5OpenGL libQt5Script libQt5Sql libQt5Svg libQt5Xml" -SUGGESTED="libQt5Plugins libQt5ScriptTools" BUILD_DEPENDS="alsa-lib-dev cups-dev dbus-dev eudev-dev gcc83 glib-dev gst-plugins-base-1.0-dev gtk+3-dev icu-dev fontconfig-dev freetype-dev harfbuzz-dev libjpeg-turbo-dev libpng-dev @@ -42,9 +41,9 @@ sed -i 's|gcc|gcc-83|; s|g++|g++-83|' qtbase/mkspecs/common/g++-base.conf ./configure \ - -prefix /usr \ - -confirm-license -opensource \ - -sysconfdir /etc/xdg \ + -prefix /usr \ + -confirm-license \ + -sysconfdir /etc/xdg \ -plugindir /usr/lib/qt5/plugins \ -headerdir /usr/include/qt5 \ -importdir /usr/lib/qt5/imports \ @@ -55,17 +54,18 @@ -examplesdir /usr/share/doc/qt5/examples \ -translationdir /usr/share/qt5/translations \ -release \ - -nomake examples \ + -nomake examples \ -system-harfbuzz \ -system-sqlite \ -glib \ -optimized-qmake \ -opengl \ + -opensource \ -no-openvg \ -no-reduce-relocations \ -continue && make $MAKEFLAGS && - make INSTALL_ROOT=$DESTDIR install + make install INSTALL_ROOT=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.